[HTML]

Images in columns

   
This is how to put the image in  the middle of your text. It is in a table made of  three rows , three columns and five cells. Once you take the borders out it will looks like a newspaper
Repeat This is how to put the image in  the middle of your text. It is in a table made of three rows , three columns and five cells. Once you take the borders out it will looks like a newspaper. help2.gif  Repeat This is how to put the image in  the middle of your text. It is in a table made of  three rows , three columns and five cells. Once you take the borders out it will looks like a newspaper..
Repeat This is how to put the image in  the middle of your text. It is in a table made of  three rows , three columns and five cells. Once you take the borders out it will looks like a newspaper.

This is how to put the image in  the middle of your text. It is in a table made of  three rows , three columns and five cells. Once you take the borders out it will looks like a newspaper
Repeat This is how to put the image in  the middle of your text. It is in a table made of three rows , three columns and five cells. Once you take the borders out it will looks like a newspaper. help2.gif  Repeat This is how to put the image in  the middle of your text. It is in a table made of  three rows , three columns and five cells. Once you take the borders out it will looks like a newspaper..
Repeat This is how to put the image in  the middle of your text. It is in a table made of  three rows , three columns and five cells. Once you take the borders out it will looks like a newspaper.


<CENTER>
<!-- table code starts -->
<TABLE CELLSPACING=0 CELLPADDING=0 BORDER=0>

<TR><!-- first top row starts -->

<TD COLSPAN="3"><!-- top cell covers three columns starts -->
This is how to put the image in; the middle of your text. It is in a table made of  three rows , three columns and five cells. Once you take the borders out it will looks like a newspaper
</TD><!-- end of top cell covers three columns -->

</TR><!-- end of  first top row -->

<TR><!-- middle row starts -->

<TD><!-- left cell, middle row starts -->
This is how to put the image in the middle of your text. It is in a table made of  three rows , three columns and five cells. Once you take the borders out it will looks like a newspaper.
</TD><!-- end of left cell, middle row -->

<TD><!-- middle cell, middle row with the image in it  starts -->
<IMG SRC="IMG SRC="help2.gif" ALT="help2.gif" HEIGHT=61 WIDTH=86 alt="help2.gif">
</TD><!-- end of middle cell, middle row with the image in it -->

<TD><!-- right cell, middle row starts -->
 This is how to put the image in the middle of your text. It is in a table made of  three rows , three columns and five cells. Once you take the borders out it will looks like a newspaper.
.</TD><!-- end of right cell, middle row -->

</TR><!-- end of middle row -->

<TR><!-- bottom row starts -->

<TD COLSPAN="3"><!-- bottom cell covers three columns starts -->
This is how to put the image in the middle of your text. It is in a table made of  three rows , three columns and five cells. Once you take the borders out it will looks like a newspaper.
</TD><!-- end of bottom cell covers three columns -->

</TR><!-- end of bottom row -->

</TABLE><!-- table code ends -->
</CENTER>

[Home] [Tools] [Angelfire Help] [HTML] [Tips and tricks]