You are hereGary's Answers / General / How do I use CSS to make my website look better?
How do I use CSS to make my website look better?
Full Question: I am the owner of www.fishinginfo.co.za and you told me about CSS styling. Please can I have some more information on this subject. I will really appreciate any help.
CSS refers to Cascading Style Sheets. These snippets of code can format anything on your website. You can change the formatting associated with certain tags.
For example, if you use the H1 tag a lot, you would have to style each one separately if you did not use CSS. However, with CSS, you would type it once and CSS would take care of the rest (it would format the H1 tag the same way each time).
These links provide some good information for people new to CSS. If you need anymore help, feel free to contact me and I can show you some examples.
http://www.w3.org/MarkUp/Guide/Style
http://www.w3schools.com/css/css_intro.asp
http://www.yourhtmlsource.com/stylesheets/introduction.html