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?
Cannot change color
Hello jtk2112,
In your header.txt file you haveRemoving 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
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>
Code: Select all
p { background-color: gray; }
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