VampirexKissez
10-15-2006, 11:41 PM
Hi,
Is it possible in using dynamic inclusion with tables? I'm building a site and was planning on using it but is that really possible???
Thanks for any help in advance.
♥Christine
bejayel
10-16-2006, 06:11 PM
not quite understanding what your asking here.
do you want to dynamically build a table with includes?
That would be relatively hard. Considering changes in colspan and row span that would be required, this would be almost impossible. Inless you nest tables within other tables. Which is entire possible, and easy.
<div></div> would be a promising, and moderatly easy alternative to using tables. It would be possible to dynamically write out seperate cells, without having to modify colspans and rowspans, since divs rely on floats to be placed properly. (Be careful about all of the Internet Explorer float bugs.)
read up on lissas <div> / CSS layouts. They give amoderatly good explanation. Although it take s alot more than what is there.