S
Susie
This is the instructions from Frontpage for a linked style sheet.>
"Also called a linked style sheet in FrontPage, you use an external style
sheet when you want to apply the same styles consistently across all the
pages in your Web site that are linked to it.
The link from a Web page to a style sheet is included in the document header
(between the <head> and </head> tags using the <link> tag:
<link rel="stylesheet" type="text/css" href="styles.css">
Your style sheet would include the actual style definitions, such as: h1
{color: blue; }
When I have H1, H2, H3 references on my pages, do I need this in the head of
my page?
<style type="text/css">
<!--
H1 size=12;
H2 size=10;
H3 size=8;
}-->
</style>
Is that right? or do I need that in the head of my page at all, the
instructions only show color. If I do need it, do I have it typed correctly?
Thanks so much!
Susie
"Also called a linked style sheet in FrontPage, you use an external style
sheet when you want to apply the same styles consistently across all the
pages in your Web site that are linked to it.
The link from a Web page to a style sheet is included in the document header
(between the <head> and </head> tags using the <link> tag:
<link rel="stylesheet" type="text/css" href="styles.css">
Your style sheet would include the actual style definitions, such as: h1
{color: blue; }
When I have H1, H2, H3 references on my pages, do I need this in the head of
my page?
<style type="text/css">
<!--
H1 size=12;
H2 size=10;
H3 size=8;
}-->
</style>
Is that right? or do I need that in the head of my page at all, the
instructions only show color. If I do need it, do I have it typed correctly?
Thanks so much!
Susie