CSS obeys the rule of greater specificity, i.e., the closer the style is to
the element being styled, the higher its priority. This means that inline
styles, or HTML styles AWAYS trump CSS styles.
The answer is yes, you will need to remove all HTML styling in order for
your CSS to take hold.
--
Murray
============
"Rob Giordano (Crash Gordon®)" <(E-Mail Removed)> wrote
in message news:eGwyBA%(E-Mail Removed)...
Jim,
I've been thinking of doing the same thing..
will the linked stylesheet then override the inline stuff...or do you still
have to go in and clean up the old tags that aren't needed too <font> etc.
r
"Jim Cheshire (JIMCO)" <(E-Mail Removed)> wrote in message
news:%(E-Mail Removed)...
> Jay Shelton wrote:
> > Is there an easy way to add cascading style sheets after a page is
> > created? We want to do global changes without having to apply css to
> > each page element individually. Using FP2002. Thanks for any input.
>
> Sure. Create a CSS file and then create a style sheet link to the page.
>
> For creating a CSS file, I highly recommend that you check out TopStyle
> Pro.
>
> http://www.bradsoft.com/topstyle/
>
> --
> Jim Cheshire
> JIMCO
> http://www.jimcoaddins.com
>
> New Spawn Version!
> Version 1.9.6 adds new features!
> Get it today FREE at:
> http://www.jimcoaddins.com
>
>
>