alexander
Sir
Administrator
Full Member
    
Karma: +27/-16
Offline
Posts: 175

Stop the world, I want to get off...
|
 |
« on: March 23, 2006, 10:22:15 AM » |
|
Cascading Style Sheets (css) are a powerful way of formatting web pages. You can link your webpage to a style sheet file and format the whole site by editing one document. It saves a lot of time.
You can open the css file in frontpage to edit it. Open the file and go to the format menu > style. Assign
Follow these instructions to use a css file:
1. Copy this code into the <head> section of your web page:
<link rel="stylesheet" type="text/css" href="style03.css">
2. Set different areas of text on your webpage to different styles (eg Heading 1, Heading 2, Normal etc.)
3. Make changes to the css file and observe how they effect the webpage.
|