In the DWT add an extra editable region in the <head> section, below the
call to the existing style sheet.
<head>
.......
<link relative type="text/css href="styles.css">
<!-- #BeginEditable "moreStyles" -->
<!-- place extra styles here -->
<style type="text/css">
a {text-decoration:none;}
</style>
<!-- #EndEditable -->
</head>
Update your pages with the edited DWT.
You can then edit the styles (or link to another style sheet) in individual
pages within the new editable region.
--
Ron Symonds (Microsoft MVP - FrontPage)
Reply only to group - emails will be deleted unread.
"BA Finstead" <(E-Mail Removed)> wrote in message
news:25B246F1-98BE-43A9-8802-(E-Mail Removed)...
>I am an admitted newbie. FP 2003. I have created a DWT with an external
>css
> and with a single editable field, and have attached the DWT to a number of
> pages. On one of the attached pages, I would like to change the Body
> Normal
> Font, and also the hyperlink characteristics. Apparently I cannot do so
> with
> a style sheet; is there an option other than creating a second DWT with a
> different external css, or just changing everything manually? Many
> thanks.
> --
> BA Finstead
|