Red Squirrel
No Lifer
EDIT: nevermind... noob move. I had a <table> that should really be a </table>. I just assumed all the other templates were fine because I figured a mistake like that would cause much bigger issues. All good now.
Been trying to move away from using tables for layout, but tables are still way better at actual tabular data, as you don't want to use absolute and depend on the font size being the same on every machine not to mention the text is dynamic so you want things to flow properly and not start to overlap and crap. So using a table in this situation is a must.
However I noticed that if I put a table in a div, it breaks everything. It's like if it forces the div to stop prematurely.
Take a look at this site for example:
http://www.tiffanystakeout.ca
The home page has a light yellow background, that is a div.
If I add a table in there, it makes the yellow portion stop right before the table. If you click on menu you can see that effect. The part at the bottom that says printer friendly page should all be in the same light yellow colour but it's not.
Why does it do that? I want the table INSIDE the div, not after it, and I even coded it that way, but for some reason it's just not working.
Been trying to move away from using tables for layout, but tables are still way better at actual tabular data, as you don't want to use absolute and depend on the font size being the same on every machine not to mention the text is dynamic so you want things to flow properly and not start to overlap and crap. So using a table in this situation is a must.
However I noticed that if I put a table in a div, it breaks everything. It's like if it forces the div to stop prematurely.
Take a look at this site for example:
http://www.tiffanystakeout.ca
The home page has a light yellow background, that is a div.
If I add a table in there, it makes the yellow portion stop right before the table. If you click on menu you can see that effect. The part at the bottom that says printer friendly page should all be in the same light yellow colour but it's not.
Why does it do that? I want the table INSIDE the div, not after it, and I even coded it that way, but for some reason it's just not working.
Last edited: