ID:2298
Jul 20 2005, 12:38 am
|
|
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 =)
|
Jul 20 2005, 12:59 am
|
|
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.
|
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> |