First off, I'm not a web designer but have dabbled in it here and there. Use my VPS more as a learning tool. I am starting some work on a site for a friend and am having a problem with background image in a table.
The background image is a pixel or two (can't tell on screen) above the images that I'm placing in the <td> tag of the table. Below is the CSS and html code I have.
CSS
HTML CODECode:body { margin-left: 7%; margin-right: 7%; margin-top: 0px; } table.header { width: 100%; background-image: url("images/ft_logo_05.gif"); border-width: 0px; padding: 0px; border-spacing: 0px; }
He is example of what I'm getting: http://dev.fasttrackrentals.comCode:<table class="header"> <tr> <td> <img src="images/ft_logo_01.gif" /> </td> <td> <img src="images/ft_logo_02.jpg" /> </td> <td> <img src="images/ft_logo_04.gif" /> </td> </tr> <tr> <td><img src="images/ft_logo_06.gif" /><td> </tr> </table>
I've checked the background image I'm using and it's same height as my header which I sliced up using photoshop. Anyone have any ideas what I could be doing wrong?


LinkBack URL
About LinkBacks



Reply With Quote

Bookmarks