Emerly
08-10-2006, 01:05 PM
okay, so i've sliced a layout i made for the first time on photoshop. here's what the code looks like:
<HTML>
<HEAD>
<TITLE></TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<TABLE WIDTH=900 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD COLSPAN=3>
</TD>
</TR>
<TR>
<TD>
<IMG SRC="109.jpg" WIDTH=127 HEIGHT=597 ALT=""></TD>
<TD>
<IMG SRC="103.jpg" WIDTH=496 HEIGHT=597 ALT=""></TD>
<TD>
<IMG SRC="109.jpg" WIDTH=277 HEIGHT=597 ALT=""></TD>
</TR>
<TR>
<TD>
<IMG SRC="109.jpg" WIDTH=127 HEIGHT=22 ALT=""></TD>
<TD>
<IMG SRC="110.jpg" WIDTH=496 HEIGHT=22 ALT=""></TD>
<TD COLSPAN=3>
<IMG SRC="109.jpg" WIDTH=277 HEIGHT=22 ALT=""></TD>
</TR>
<TR>
<TD COLSPAN=3>
</TD>
</TR>
<TR>
<TD COLSPAN=3>
<IMG SRC="107.jpg" WIDTH=900 HEIGHT=18 ALT="">
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
and it all looks good, but im still really confused about how i get written content in there? like an iframe or something. if i add a sentence to anywhere inside the table it just goes outside it and looks messy.
im a bit of a newb about this
sorry if i sound confusing
x
<HTML>
<HEAD>
<TITLE></TITLE>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
</HEAD>
<BODY BGCOLOR=#FFFFFF LEFTMARGIN=0 TOPMARGIN=0 MARGINWIDTH=0 MARGINHEIGHT=0>
<TABLE WIDTH=900 BORDER=0 CELLPADDING=0 CELLSPACING=0>
<TR>
<TD COLSPAN=3>
</TD>
</TR>
<TR>
<TD>
<IMG SRC="109.jpg" WIDTH=127 HEIGHT=597 ALT=""></TD>
<TD>
<IMG SRC="103.jpg" WIDTH=496 HEIGHT=597 ALT=""></TD>
<TD>
<IMG SRC="109.jpg" WIDTH=277 HEIGHT=597 ALT=""></TD>
</TR>
<TR>
<TD>
<IMG SRC="109.jpg" WIDTH=127 HEIGHT=22 ALT=""></TD>
<TD>
<IMG SRC="110.jpg" WIDTH=496 HEIGHT=22 ALT=""></TD>
<TD COLSPAN=3>
<IMG SRC="109.jpg" WIDTH=277 HEIGHT=22 ALT=""></TD>
</TR>
<TR>
<TD COLSPAN=3>
</TD>
</TR>
<TR>
<TD COLSPAN=3>
<IMG SRC="107.jpg" WIDTH=900 HEIGHT=18 ALT="">
</TD>
</TR>
</TABLE>
</BODY>
</HTML>
and it all looks good, but im still really confused about how i get written content in there? like an iframe or something. if i add a sentence to anywhere inside the table it just goes outside it and looks messy.
im a bit of a newb about this
sorry if i sound confusing
x