View Full Version : How do I save a Page?


soaringheat
06-27-2004, 04:41 PM
hi
When I create a web page using an internal css, do I save the page with a css extension or what? If I save it with css extension, it will open with microsoft front page as a text file and not like html page. Hope I make sense. Thank you for your help.

MaGiCSuN
06-27-2004, 05:05 PM
with internal i guess you mean css codin between the <head> and </head>?
if so, the webpage itself should always be saved as .html
the external stylesheets should be only saved with .css

Love,
Mirna

Demented
06-27-2004, 05:09 PM
Instead of frontpage, use notepad. It recognizes things like that. When you save it as a .css extention, it will pick that up. It will still look like an HTML document, but have the .css extension.

MaGiCSuN
06-27-2004, 05:11 PM
i don't think he/she is using frontpage at all. Frontpage just opens up the .css page when opening the page by clicking the file because it's not saved as .html like it should :)