CS 334

Course Notes:


CSS styles & Other page layouts.

CSS can be used as a very efficent tool to declare formatting stlyes in your web site. This can be done internally by embedding the styles into your html file or extenally by linking an external .css file to your html file.
ex: <link href="style.css" rel="stylesheet" type="text/css" /> *placed in the head portion of your html file.

There are several css file templates in both dreamweaver and frontpage. You may use a template and make the modification necessary for your site.

For a quick review of the css style concept lets visit the w3schools site.

There are also many templates found online such as:

http://www.templatemonster.com/html-templates.php

http://www.2createawebsite.com/build/templates.html

http://www.templateyes.com/

http://www.templatesbox.com/templates.htm

Don't forget to create a Dreamweaver Site to make life a little easier.

 

CSS page layout