Thursday, 26 April 2012


Having Columns Like in a Newspaper


This is column 1 and this is column 1 and this is still column 1This is column 2 and this is column 2 and this is still column 2This is column 3 and this is column 3 and this is still column 3

The source code for the colums was this:
<TABLE BORDER="0">
 <TR>
 <TD WIDTH="30%" VALIGN="TOP">
  This is column 1 and this is column 1 and this is still column 1<BR>
 </TD>
 <TD WIDTH="5%"></TD>
 <TD WIDTH="30%" VALIGN="TOP">
  This is column 2 and this is column 2 and this is still column 2<BR>
 </TD>
 <TD WIDTH="5%"></TD>
 <TD WIDTH="30%" VALIGN="TOP">
  This is column 3 and this is column 3 and this is still column 3<BR>
 </TD>
 </TR>
</TABLE>

 

When inserting the code, make sure you put it into very few lines.
Change all the little percentages to adjust the coloums, and also make sure you change the text. 

No comments:

Post a Comment