Monday, July 28, 2008

swapping CSS style sheets

This process proved the significance of Semantic Naming Convention. Using this universal naming techniques allows web designers/developers to check each others CSS with their XHTML. If you do everything right, all contents should still be readable.
I have checked my HTML index page with 3 other CSS sheets and was successful on all of them! woohoo!
I noticed on two of the CSS that there was no #container div tags. Since I wrote all my contents in a #container and it made all the contents go all over the place. Adding an extra div tag in the beginning of the content and closing it at the end simply fixed the problem. Of course not everything is there but it gives you an idea on how important it is to label everything correctly.

No comments: