Hello
I have a borderwhich embraces the word 'Search' here:
The code behind it is:
<center><table border=1 bordercolor="FFFFFF"><tr><td><font face=verdana size=1 color="FFFFFF"><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="text/css">
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
I have a borderwhich embraces the word 'Search' here:
The code behind it is:
<center><table border=1 bordercolor="FFFFFF"><tr><td><font face=verdana size=1 color="FFFFFF"><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="text/css">
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