PDA

View Full Version : Help for layouts please.



iAdam
24-01-2008, 07:29 PM
Can anyone tell me why this code doesn't work.

The problem is that there is spaces in between the layout when there shouldn't be I think, any solutions?


<HTML>
<BODY>
<HEAD>
<TITLE>
TEST
</TITLE>
<TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0">
<TR>
<TD>
<IMG SRC="LOGO TOP.PNG">
</TD>
<TD>
<IMG SRC="BANNER TOP.PNG"
</TD>
</TR>
<TR>
<TD>
<IMG SRC="LOGO LEFT.PNG">
</TD>
<TD>
<IMG SRC="LOGO LEFT.PNG">
</TD>
<TD>
<IMG SRC="BANNER LEFT.PNG">
</TD>
</TR>
<TR>
<TD>
<IMG SRC="LOGO TOP.PNG">
</TD>
<TD>
<IMG SRC="BANNER BOTTOM.PNG">
</TD>
</TR>
<TR>
<TD>
<IMG SRC="NAV LEFT.PNG">
</TD>
<TD>
<IMG SRC="MAIN LEFT.PNG">
</TD>
<TD>
<IMG SRC="MAIN LEFT.PNG">
</TD>
</TR>
<TR>
<TD>
<IMG SRC="NAV BOT.PNG">
</TD>
<TD>
<IMG SRC="MAIN BOT.PNG">
</TD>
</TR>
</TABLE>
</HEAD>
</BODY>
</HTML>

--ss--
24-01-2008, 07:35 PM
You left out the > in the image code for the banner at the top ;).

Aflux
24-01-2008, 07:38 PM
It's coded in tables, that's why it doesn't work.

iAdam
24-01-2008, 07:40 PM
Thanks for quick replies, I'll put the tag in :D.

What can I code it in?

Aflux
24-01-2008, 07:53 PM
Divs .

--ss--
24-01-2008, 07:53 PM
Thanks for quick replies, I'll put the tag in :D.

What can I code it in?
CSS + Divs , it's much easier to edit and work out problems with + the load time is alot faster ;).

It's coded in tables, that's why it doesn't work.
Loving your new sig and avvie :P

iAdam
24-01-2008, 07:55 PM
Any programs or tutorials?

Aflux
24-01-2008, 08:01 PM
Any programs or tutorials?
The fundamentals are a div for header, repeating background, footer.

Praise Mit, not me :P

iAdam
24-01-2008, 08:03 PM
hmm, I'll look it up, thanks though!

Want to hide these adverts? Register an account for free!