ID:2298
 
I wanted to know so I can post reviews, like newspaper reports. I have one on live 8 that my girlfriend has done but I just need to find out how to do columns. If you could help I would be most great full =)
You know like in newspapers? they have columns? Unless you don't have newspapers! if not magizines is another example. Someone has done it in some of there posts i just can't remember who! anyways i would be most great full if someone could help out.
<div> <tr> and <td> dude...
http://www.w3.org/
Just for your post? I'd use a table.

<table>
<tr>
<td>Row 1 Heading</td>
<td>Row 2 Heading</td>
</tr>
<tr>
<td>Row 1 Content</td>
<td>Row 2 Content</td>
</tr>
</table>
Ok i'll give it a try thanks people.