Table layout. D:< |
Table layout. D:< |
Nov 18 2006, 12:42 PM
Post
#1
|
|
![]() Funny ol` world innit? ![]() ![]() ![]() ![]() Group: Member Posts: 133 Joined: May 2005 Member No: 144,657 |
Okay, so I'm trying to make a table layout.. but the bg won't show up in the middle.
![]() I know I can just put the bg in the css but I want a footer on my layout. What the hell is wrong with my code? Please & thank you. CODE <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html> <head> <title>lalalalalal</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="style.css" rel="stylesheet" type="text/css"> </head> <center> <table width="415" border="0" cellpadding="0" cellspacing="0" style="background-image:url('images/bg.gif')"> <tr> <TD COLSPAN=5> <IMG SRC="images/Untitled-1_01.jpg" WIDTH=415 HEIGHT=107 ALT=""></TD> </TR> <TR> <TD COLSPAN=5> <IMG SRC="images/Untitled-1_02.jpg" WIDTH=415 HEIGHT=85 ALT=""></TD> </TR> <TR> <TD COLSPAN=5> <IMG SRC="images/Untitled-1_03.jpg" WIDTH=415 HEIGHT=73 ALT=""></TD> </TR> <TR> <TD> <IMG SRC="images/Untitled-1_04.jpg" WIDTH=253 HEIGHT=21 ALT=""></TD> <TD> <IMG SRC="images/Untitled-1_05.jpg" WIDTH=4 HEIGHT=21 ALT=""></TD> <TD> <IMG SRC="images/Untitled-1_06.jpg" WIDTH=56 HEIGHT=21 ALT=""></TD> <TD> <IMG SRC="images/Untitled-1_07.jpg" WIDTH=59 HEIGHT=21 ALT=""></TD> <TD> <IMG SRC="images/Untitled-1_08.jpg" WIDTH=43 HEIGHT=21 ALT=""></TD> </TR></TR> <TR> <TD COLSPAN=5> <IMG SRC="images/Untitled-1_09.jpg" WIDTH=415 HEIGHT=14 ALT=""></TD> </table> <td valign="top" style="background-image:url('images/bg.gif')"> <div class="content"> <!-----------------------------CONTENT START-----------------------------> Welcome jsdlkfjlskdjflskdjflksdjflksjdflksdjf<br><br> dofihgodifhgoidfhgoidfhgoidfhgoidhfgoihdfo <!-----------------------------CONTENT END-------------------------------> </div> </table></td></tr><tr><td> <img src="images/footer.gif" width="415" height="10" alt=""></td></tr></table> </body></html> |
|
|
|
x_nova Table layout. D:< Nov 18 2006, 12:42 PM
toyo loco You have bg.gif. Is that supposed to the backgroun... Nov 18 2006, 12:45 PM
x_nova Opps, fixed that part. But it still doesn't sh... Nov 18 2006, 12:48 PM
x_angawhomps What's in your CSS ?
In your CSS try putting ... Nov 26 2006, 12:12 AM![]() ![]() |