applying css

L

Linda B

I have made some changes to the style.css page which is in the dwt page.

When I add new text, it takes on the changes.

But the existing text on the page has the <font> </font> applied to it.

Is there a way to override the font application with the one in the style
without deleting each instance of the the font?

I tried to select the page in the folder view and update the dwt for that
page, but it still has the font applications in the html.

I have changed the style.css page to have the same font and size as the html
font applications, but new text added after the style.css change was made
looks different.
 
T

Thomas A. Rowe

No, inline tags will supercede those in a style sheet.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
==============================================
If you feel your current issue is a results of installing
a Service Pack or security update, please contact
Microsoft Product Support Services:
http://support.microsoft.com
If the problem can be shown to have been caused by a
security update, then there is usually no charge for the call.
==============================================
 
S

Stefan B Rusynko

Best to remove all inline html font formatting tags when using a css
Edit Select All
Format Remove Formatting

--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
To find the best Newsgroup for FrontPage support see:
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
_____________________________________________


|I have made some changes to the style.css page which is in the dwt page.
|
| When I add new text, it takes on the changes.
|
| But the existing text on the page has the <font> </font> applied to it.
|
| Is there a way to override the font application with the one in the style
| without deleting each instance of the the font?
|
| I tried to select the page in the folder view and update the dwt for that
| page, but it still has the font applications in the html.
|
| I have changed the style.css page to have the same font and size as the html
| font applications, but new text added after the style.css change was made
| looks different.
 
L

Linda B

Thanks. I did not know that method of removing the format removal. That
saved me a lot of time.
 
Top