Computer Solutions :: How to use HTML :: Making Newspaper Columns ~ Runboard


Computer Solutions
 How to use HTML
  Making Newspaper Columns
Support
Search
RSS

runboard.com       Sign up (learn about it) | Sign in (lost password?)


 
Wizard27

Global user

Registered: 10-2006
Posts: 122
Avatar
Reply | Quote
Making Newspaper Columns


You can layout your page as if you were looking at a newspaper article for example, the code for this is quite simple:-



<html>
<body>
<table border="0" width="100%" cellpadding="10">
<tr>
<td width="35%" valign="top">
This is some text. This is some text. This is some text. This is some text. This
is some text.
</td>
<td width="35%" valign="top">
Another text. Another text. Another text. Another text. Another text. Another
text. Another text.
<td width="35%" valign="top">
this is another line of text. using 3 columns
</td>
</tr>
</table>
</body>
</html>

Just add another line to get 4 columns etc. Use the width % to adjust acordingly

---
Image
2/11/06, 17:14 Send an Email to this person   Send a PM to this person
 


Add A Reply





You are not logged in (login)      Board's time is: 30/11/09, 20:35