View Single Post
Old 11-10-2005   #5 (permalink)
Order
Local Biorust Beast
 
Order's Avatar
 
Join Date: Oct 2003
Location: San Diego, CA, USA
Posts: 2,253

Send a message via AIM to Order Send a message via MSN to Order Send a message via Yahoo to Order
Tables are tricky like that, what would be best is to make that image the pages background, and have a table that fits inside it.

so:

Code:
body {
   background: #FFF url('logo_mid.gif') repeat-y center center;
}
then remove the backgrounds from the table, adjust so your cells fit inside your new background, and you are good. Sometimes you have to thing outside of logic to make a design really flow.
__________________
Order is offline