how do i set an html document as a CSS so i can use the same format and all for all my pages?
Apr.12, 2007 in
CSS
Raymond asked:
I am new to using CSS, and i have made a cool page that i want to set for all my pages as a default and i know i have to use CSS to do that unless i want to change all pages manually every time i want to change something, so how do i save this HTML page as CSS?
P.S. I am using Dreamweaver 8, Image Ready CS2, and Photoshop CS2 to make the page.
Thanks!
Tags: Cool Page, Dreamweaver, Html Css, Html Document, Html Page, Image Ready, Page Thanks, Photoshop
Custom Search
April 12th, 2007 at 9:41 pm
A style sheet is really just a text file, with a particular format, that if referenced by your HTML page.
Something like this:
Here’s a great site that will get you started;
April 13th, 2007 at 2:17 am
to change the global settings modify the default class using css.
for changing the forecolor of whole body use:
body{
color:#ff0000;
}
the above code can be pasted in . It will make the color red.
for more help learn css free at
Thanks and Regards
Shishir Gupta