Page 1 of 1

Cannot change color

Posted: Thu Mar 20, 2008 4:10 pm
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?

Posted: Thu Mar 20, 2008 4:20 pm
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

Thanks

Posted: Thu Mar 20, 2008 9:42 pm
by jtk2112
Wow and duh! I never looked in the header.

Thank you much