
December 28th, 2004, 12:22 AM
|
|
Registered User
|
|
Join Date: Dec 2004
Posts: 15
Time spent in forums: 33 m 28 sec
Reputation Power: 0
|
|
|
Getting rid of table space
Is there anyway to get rid of the space shown in this image?
Code:
<table border="0" cellspacing="0" width="100%" border="0" height="80" background="images/bannerbg.jpg">
<tr>
<td align="left" width="50%">
<a href="default.asp"><img border="0" src="images/logo.jpg" width="324" height="80" alt="Home: Tangerine Books"></a></td>
<td align="right"width="50%" valign="bottom">
<img border="0" src="../images/tab_welcome.gif" width="60" height="26"><a href="checkout.asp"><img border="0" src="images/tab_account.jpg" width="72" height="18" alt="Account"></a><a href="about.asp"><img border="0" src="images/tab_helpfaq.jpg" width="72" height="18" alt="Help/FAQ's"></a><a href="ShoppingCart.asp"><img border="0" src="images/tab_cart.jpg" width="99" height="27" alt="Your Shopping Cart"></a></td>
</tr>
thats a quick snip of the html for that table section, is it something i need to change in my stylesheet? i have to use the embedded tables because I am putting graphics on the far left, far right and the top 100% bg for the header. Thanks!
|