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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Problem with a simple border

Status
Not open for further replies.

LaPluma

Programmer
Feb 3, 2002
139
DE
Hello

I have a borderwhich embraces the word 'Search' here:


The code behind it is:

<center><table border=1 bordercolor=&quot;FFFFFF&quot;><tr><td><font face=verdana size=1 color=&quot;FFFFFF&quot;><b><a href='search.asp'>Search</a></b></font></td></tr></table></center>

Why is it that it gives me a double border?

I would like a single border only - and I've tried - but I only seem to get a double border or no border at all.

I do have some CSS tags and they are:

<style type=&quot;text/css&quot;>
A:link, A:visited { text-decoration: none; color: white }
</style>

but i don't see how they can affect the double border.

Thanks for any suggestions
 
Hello Howard

Thanks for your message!

Yes, itworks! great.

Best wishes

LaPluma
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top