• TalkBass has been independent since 1998. Add your voice.
    Create a free account to reply to discussions, view embedded media, and browse with fewer display ads.
    Join freeLog in
    Want zero display ads or expanded classifieds tools? Compare plans.

HTML list online

Cascading Style Sheet

Basically, it's a way of organising the look of your page to work with styles and dividers. Instead of continuously writing new type characteristics, you create styles which the page will refer to every time you call them.

Your .html file will then only contain the essential information, and every style will be defined in a separate .css file.

You can visit Zen Garden to see for yourself. The html content never changes, but you can switch the CSS file using the menu to the right.

IIRC, htmldog has a nice introduction to CSS.
 
i would definitely try to learn the code if you have the time. if you don't know why things do what they do you won't be able to fix issues when they arise...


Aye,
I have a problem with coding, i can look at any code and troubleshoot it and understand what's it's doing but when it comes to starting from scratch... i just can't do it.
:bawl:
 
i would definitely try to learn the code if you have the time. if you don't know why things do what they do you won't be able to fix issues when they arise...

+1 to that. I started out manually coding HTML, and still use it to tweak pages when Dreamweaver does stuff I don't want it to.