CSS TEXT STYLE SHEET





2
Date Submitted Sun. Oct. 22nd, 2006 6:57 PM
Revision 1 of 1
Helper fastmike
Tags CSS
Comments 3 comments
Hi. i found this css file very useful for all the newbies who use frontpage2003 text. Just try this css code and specially for color text.
(Explanation on how to upload a css file in frontpage for newbies)
assuming that you already have index.html and you have some text in it describing also.
in frontpage open file new and then delete all the tagson the page and just copy and paste the code which i have posted. save the page as a .css file. after that go to your index page or any other page you would like to link with this css file. in the Index page go to format and then style sheet links and then click on add and find the .css file and click on and select for all pages or just for the index page and then click ok. have fu

body {background-color:#ffffff;
color:#000000;
font-family:arial,sans-serif;
font-size:14px;}

h1 {color:#3e6f69; font:18px verdana,arial,sans-serif; font-weight:bold;}
h2 {color:#3e6f69; font:16px verdana,arial,sans-serif; font-weight:bold;}
h3 {color:#3e6f69; font:14px verdana,arial,sans-serif; font-weight:bold;}
h4 {color:#3e6f69; font:12px verdana,arial,sans-serif; font-weight:bold;}
 

chris mike

Comments

Comments That's great, but.
Mon. Oct. 23rd, 2006 6:59 AM    Helper mceppi
  Comments Got iT!
Wed. Oct. 25th, 2006 9:30 AM    Helper fastmike
  Comments Ah shoot.
Mon. Oct. 23rd, 2006 7:03 AM    Helper mceppi

Voting