View Full Version : help please
Jack.tar.gz
05-08-2006, 03:00 PM
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.
Oracle:
05-08-2006, 03:12 PM
Tables automatically expand to fit your content if you don't set the height property. Just like this.
<table>
<tr>
<td></td>
</tr>
</table>
PixelResources
05-08-2006, 03:14 PM
Oracle i think he means how to code in extendable tables.
Jack.tar.gz
05-08-2006, 03:22 PM
yeah
with a header, and a footer and then the middle bit.
Sygon.
05-08-2006, 03:29 PM
Ill help you on msn.
Jack.tar.gz
05-08-2006, 03:33 PM
k, thanks.
JoeComins
05-08-2006, 03:52 PM
There is no such thing as expandable tables. Its a common misconception. They're <DIV> tags
Jack.tar.gz
05-08-2006, 04:00 PM
i mean, like 3 rows in a table.
you stick a header in the top one and a footer in the bottoms one..
Sygon.
05-08-2006, 04:43 PM
<div></div>
<div></div>
<div></div>
<table> <tr> <td>1</td><td>2</td><td>3</td> </tr> </table>
Want to hide these adverts? Register an account for free!
Powered by vBulletin® Version 4.2.5 Copyright © 2024 vBulletin Solutions Inc. All rights reserved.