View Full Version : Help!


Hilarys_Boy
06-13-2004, 06:45 PM
How do I get one cell to be ONTOP of another instead of BESIDE.
Here's my testing link:
http://www.geocities.com/true_hilary//testing.htm

ham_let
06-13-2004, 06:47 PM
this is ur table:
<table border="1">
<tr>
<td>Cell 1</td>
<br><td>Blah Blah jsdhjiuoweht ewthyu weytuweytuist ius te tuisy hgiusdhtghsdgu sdfh g hgf dgu hdsg sdfhgiudfhg iudhftiuhdiut hdiuhgu hdfgiu dfighdfiuhg iud dfgiudrgtyuriyt idu7 tiudrtiudrytidyr t79edry7t dryt u ydf gy df gyyudif gudyfg udifg dufguhdf g</td>
</tr>
</table>

replace it with this:
<table border="1">
<tr>
<td>Cell 1</td>
</tr>
<tr>
<td>Blah Blah jsdhjiuoweht ewthyu weytuweytuist ius te tuisy hgiusdhtghsdgu sdfh g hgf dgu hdsg sdfhgiudfhg iudhftiuhdiut hdiuhgu hdfgiu dfighdfiuhg iud dfgiudrgtyuriyt idu7 tiudrtiudrytidyr t79edry7t dryt u ydf gy df gyyudif gudyfg udifg dufguhdf g</td>
</tr>
</table>

Hilarys_Boy
06-13-2004, 06:51 PM
YAY, thank you so much.

Hilarys_Boy
06-13-2004, 10:45 PM
Is there anyway to change the color of the box?

Rosey
06-13-2004, 11:01 PM
if you want your whole table a certain color you can do a few things. If all your tables are going to be the same format, use CSS

table,tr,td {background-color: #hexcode;
background-image: url(image.jpg);
}

If it's just that one you could set up a class and use css too

.specialtable {css here}

or you could just put style=" css here" in the table or td tag itself.

The combos are endless, do you want the different td tags a different color?

http://lissaexplains.com/tables.shtml#noborder

That might help you some.

ham_let
06-13-2004, 11:09 PM
no problem, =] =] =] but next time, make a more decsriptive title. 'Help!' doesnn't make me curious. it makes me annoyed lol.