I'm trying to make both of the images here in my cody seem 'attatched' to the table, but they hover quite a bit of pixels over and below my table..
Code:
Code:<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html; charset=windows-1250"> <title>Title</title> </head> <body bgcolor="244566"> <div align=center> <table width="500" height="800" cellpadding="0" cellspacing="0" border="0"> <tr> <td> <img src="images/top.bmp"> </td> </tr> <tr> <td bgcolor="#FFFFFF"> <center> Text </center> </td> </tr> <tr> <td> <img src="images/bottom.bmp"> </td> </tr> </table> </div> </body> </html>


Reply With Quote
Bookmarks