Daniel has attended:
Dreamweaver 8 Intermediate course
Create style sheet
tips for creating a style sheet
RE: create style sheet
Hi Daniel,
There are many CSS tutorials out there which can help.
My personal tip is to learn CSS inside and out before starting, and do lots of experimenting, testing your style sheets in the major browsers (IE and Firefox).
Also, see http://www.csszengarden.com/ which shows the same page content each time, but you can flick between the CSS style sheets that others have created. You can then view the source of the CSS and HTML to see how things are done. One of the best ways to learn is look at other people's CSS documents.
Also, learn how to 'float' elements correctly.
I hope this helps.
Good luck with your CSS design. Remember that using CSS is great because it separates your design from your content. And updating your site will become a lot quicker when all you have to do is change one tiny thing in your CSS file.
Regards, Rich