Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

navigation bar issue with underline

Status
Not open for further replies.

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=" The line is not part of the pics and I cant find it in the html code.

thanks!
 
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
 
you got it! thank you.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top