I have a page arrangement question regarding CSS.
I'll use msn.com as an example.
If you go to and notice they have sections.
Some of the sections are:
Fox Sports
Money
Video Highlights
Entertainment
I want to arrange a page in a similar way. Traditionally I would have used an HTML table, but now I want to try it the CSS way.
Let's say everything about my sections is the same except the actual text.
Would I have a CSS class for each of my sections (since they need to be in different locations).
I thought it would be nice to have 1 CSS class define all of my sections, but since they all need different locations, I think I need a separate class for each one.
Is this true?
Any examples are appreciated.
Thanks
Carl
I'll use msn.com as an example.
If you go to and notice they have sections.
Some of the sections are:
Fox Sports
Money
Video Highlights
Entertainment
I want to arrange a page in a similar way. Traditionally I would have used an HTML table, but now I want to try it the CSS way.
Let's say everything about my sections is the same except the actual text.
Would I have a CSS class for each of my sections (since they need to be in different locations).
I thought it would be nice to have 1 CSS class define all of my sections, but since they all need different locations, I think I need a separate class for each one.
Is this true?
Any examples are appreciated.
Thanks
Carl