expandable tables
the tut i found on tech tuts doesnt really help cause i dont have dreamweaver. could someone give me an example of a bit of code which is for makeing an expanable table.
expandable tables
the tut i found on tech tuts doesnt really help cause i dont have dreamweaver. could someone give me an example of a bit of code which is for makeing an expanable table.
Ill sell you a good custom habbo layout which I have designed and coded for £1.00! PM me!
Tables automatically expand to fit your content if you don't set the height property. Just like this.
HTML Code:<table> <tr> <td></td> </tr> </table>
Oracle i think he means how to code in extendable tables.
yeah
with a header, and a footer and then the middle bit.
Ill sell you a good custom habbo layout which I have designed and coded for £1.00! PM me!
Ill help you on msn.
k, thanks.
Ill sell you a good custom habbo layout which I have designed and coded for £1.00! PM me!
There is no such thing as expandable tables. Its a common misconception. They're <DIV> tags
i mean, like 3 rows in a table.
you stick a header in the top one and a footer in the bottoms one..
Ill sell you a good custom habbo layout which I have designed and coded for £1.00! PM me!
<div></div>
<div></div>
<div></div>
<table> <tr> <td>1</td><td>2</td><td>3</td> </tr> </table>
Last edited by Sygon.; 05-08-2006 at 04:43 PM.
Want to hide these adverts? Register an account for free!