Quote:
Originally Posted by TekAngel
HarryM: I understand that part, styling objects; I was wondering more about layout. I use tables to layout pages and I would like to use CSS to do that.
|
Then you would use divs instead of tables, sizing and floating them to suit your design. You should probably search google for tutorials on the css box model and find out about the float and clear functions, should be all you need to replace tables.