This is how the layout looks in Dreamweaver:
[img]http://www.****************/uploads/8764bdb0b5.png[/img]
And in IE:
[img]http://www.****************/uploads/3b7ac61ead.png[/img]
Also why wont the layout go to 0PX to and 0PX Left?
Thanks
Tom

This is how the layout looks in Dreamweaver:
[img]http://www.****************/uploads/8764bdb0b5.png[/img]
And in IE:
[img]http://www.****************/uploads/3b7ac61ead.png[/img]
Also why wont the layout go to 0PX to and 0PX Left?
Thanks
Tom
not probaly coded
Yes - Youve strated the 2ns black box to go across the full width of the layout, as it isncludes the top for the grey box, but they dont finish in the same place, so it repeats-y
Try adding no-repeat to the background tag for a quick fix
If not, youll have to code that bit agian
Basically, youve made the black bottom bit for it go across the whole layout, but teeres nothing to fill the rest of the space - that bottom bits poorly coded
It is my first layout that I have coded in expandables. Apart from that and it not going into the top left hand corner its worked out pritty well. It wouldnt surprise me if it is all badle coded lol.
I will just see if i can change it then I will post the code if i cant![]()
Here is the code, probably as crap as me playing rugbylol
Code:<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Untitled Document</title> </head> <body> <table width="782" height="129" border="0" cellpadding="0" cellspacing="0" background="images/numark_01.png"> <tr> <td> </td> </tr> </table> <table width="782" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="175" height="38" background="images/numark_02.gif"> </td> <td width="607" background="images/numark_03.png"> </td> </tr> </table> <table width="782" height="15" border="0" cellpadding="0" cellspacing="0" background="images/numark_04.png"> <tr> <td height="15"> </td> </tr> </table> <table width="782" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="175" background="images/numark_05.png"> </td> <td background="images/conside.GIF"> <p> </p> <p align="center">HELLO</p> <p> </p></td> </tr> </table> <table width="782" border="0" cellpadding="0" cellspacing="0"> <tr> <td width="175" height="27" background="images/numark_08.png"> </td> <td background="images/conbot.png"> </td> </tr> </table> <table width="782" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="175" height="32" background="images/toptitle.png"> </td> <td height="32" background="images/numark_15.png"> </td> </tr> </table> <table width="782" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="175" height="14" background="images/bottitle.png" background-repeat: repeat-y;></td> <td background="images/misc.png"></td> </tr> </table> <table width="782" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="175" height="21" background="images/numark_11.png"> </td> <td background="images/misc2.png"> </td> </tr> </table> <table width="782" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="175" height="27" background="images/numark_05.png"> </td> <td background="images/misc2.png"><p> </p> <p align="center">HELLO</p> <p> </p></td> </tr> </table> <table width="782" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="175" height="27" background="images/numark_08.png"> </td> <td background="images/misc27.png"> </td> </tr> </table> <table width="782" border="0" cellspacing="0" cellpadding="0"> <tr> <td width="175" height="100" background="images/numark_19.png"> </td> <td background="images/botbot.png"> </td> </tr> </table> <p><br /> </p> </body> </html>
Last edited by Recursion; 06-10-2006 at 07:21 PM.
Want to hide these adverts? Register an account for free!