Oct 13, 2008 #1 sixrfan Technical User Joined Oct 10, 2008 Messages 6 Location US Any idea why a blue line shows below my “search by city” and “search by sport” pics in my site, <a href="http://www.vintageunis.com">vintageunis.com</a>? The line is not part of the pics and I cant find it in the html code. thanks!
Any idea why a blue line shows below my “search by city” and “search by sport” pics in my site, <a href="http://www.vintageunis.com">vintageunis.com</a>? The line is not part of the pics and I cant find it in the html code. thanks!
Oct 13, 2008 #2 traingamer Programmer Joined Jun 18, 2002 Messages 3,270 Location US I'd say this Code: #sidebar { padding: 0px; float: left; height: 600px; background-repeat: no-repeat; background-position: left top; margin-left: 10px; margin-top: 10px; font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bolder; [red][b]text-decoration: underline;[/b][/red] color: #013567; width: 150px; text-align: left; } Greg People demand freedom of speech as a compensation for the freedom of thought which they seldom use. Kierkegaard Upvote 0 Downvote
I'd say this Code: #sidebar { padding: 0px; float: left; height: 600px; background-repeat: no-repeat; background-position: left top; margin-left: 10px; margin-top: 10px; font-family: "Times New Roman", Times, serif; font-size: 14px; font-weight: bolder; [red][b]text-decoration: underline;[/b][/red] color: #013567; width: 150px; text-align: left; } Greg People demand freedom of speech as a compensation for the freedom of thought which they seldom use. Kierkegaard
Oct 13, 2008 Thread starter #3 sixrfan Technical User Joined Oct 10, 2008 Messages 6 Location US you got it! thank you. Upvote 0 Downvote