View Full Version : How To Make Text Columns?


hydroshock
10-31-2004, 04:52 AM
I was wondering, how do you go about arranging text into two separate columns? Thanks a lot.

MaGiCSuN
10-31-2004, 12:12 PM
the only way i can think of is to use a two cell table.

<table border="0" cellspacing="0" cellpadding="0">
<tr><td>first collumn here</td>
<td>second collumn here</td></tr></table>

however you do need to split up the text yourself.

Love,
Mirna

hydroshock
11-01-2004, 09:14 AM
cool, thank you. it's hard to make it look right but that's about the only way i can figure out how to do it. if anyone else knows of another way to do this, I would appreciate it.