Closed Thread Icon

Preserved Topic: Another Problem With Tables! EEK! (Page 1 of 1) Pages that link to <a href="https://ozoneasylum.com/backlink?for=18483" title="Pages that link to Preserved Topic: Another Problem With Tables! EEK! (Page 1 of 1)" rel="nofollow" >Preserved Topic: Another Problem With Tables! EEK! <span class="small">(Page 1 of 1)</span>\

 
Skatefx
Bipolar (III) Inmate

From: Small Patch of Grass in CT
Insane since: Mar 2001

posted posted 08-24-2001 07:01

ok i am trying to make a table with 4 rows. the first 2 rows have only one cell but the third row has 16 and the last one has one. when i seem to do it, it looks like this this. i want to make them all in one column. any ideas on how to make it all kosher?

bitdamaged
Maniac (V) Mad Scientist

From: 100101010011 <-- right about here
Insane since: Mar 2000

posted posted 08-24-2001 07:11

yup
<table>
<tr><td colspan=16> first row</td></tr>
<tr><td colspan=16> first row</td></tr>
<tr><td> one of 16</td><td> one of 16</td><td> one of 16</td><td> one of 16</td>
<td> one of 16</td><td> one of 16</td><td> one of 16</td><td> one of 16</td>
<td> one of 16</td><td> one of 16</td><td> one of 16</td><td> one of 16</td>
<td> one of 16</td><td> one of 16</td><td> one of 16</td><td> one of 16</td></tr>
<tr><td colspan=16> first row</td></tr>
</table>






:[ Computers let you make more mistakes faster than any other invention in human history, with the possible exceptions of handguns and tequila. ]:

Gix
Paranoid (IV) Inmate

From: delucia
Insane since: Jun 2001

posted posted 08-24-2001 14:33

didn't bitdamaged write an excellent tutorial on tables at the guru's?

Emperor
Maniac (V) Mad Scientist with Finglongers

From: Cell 53, East Wing
Insane since: Jul 2001

posted posted 08-24-2001 16:26

And the link is:
http://www.gurusnetwork.com/tutorials/html/tablestute_L1.html

Emps

« BackwardsOnwards »

Show Forum Drop Down Menu