Cannot change color

Dr. GBooky is here to help you with your guestbook problems ...
Post Reply
jtk2112
Posts: 3
Joined: Thu Mar 20, 2008 3:15 pm

Cannot change color

Post by jtk2112 »

Script URL: http://licktheblade.com/guest/gbook.php
Version of script: 1.6
Hosting company: SL Hosting
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution:

css tutorials, etc....

Write your message below:

I cannot get rid of these grey lines. Their hexadecimal value is 808080 but that is nowhere to be found in the style sheet. I even typed every color manually, to no avail. Any ideas?
Henrie
Posts: 1095
Joined: Sun Aug 14, 2005 8:57 pm

Post by Henrie »

Hello jtk2112,

In your header.txt file you have

Code: Select all

<center><IMG SRC="http://licktheblade.com/images/logo2.jpg">
<style>

body { background-color: black; }
p { background-color: gray; }
h2 { background-color: red; }
ul { background-image: url(pics/cssT/smallPic.jpg);
     background-repeat: repeat-y;
     color: green;
 }

</style>
Removing

Code: Select all

p { background-color: gray; }
will remove the gray lines.

So it is not that you can not remove the gray lines. You should not have created them yourselve in the first place.

Greetings,
Henrie
jtk2112
Posts: 3
Joined: Thu Mar 20, 2008 3:15 pm

Thanks

Post by jtk2112 »

Wow and duh! I never looked in the header.

Thank you much
Post Reply