"rf" <> wrote in message
news:cYV7b.94206$...
>
> "Woody" <> wrote in message
> news:3f602934$0$15134$ u...
> > Hi,
> >
> > Is it possible to have a small section of a HTML page ignore the CSS
> > commands for that page?
>
> No, not really.
>
> > If so how?
>
> You could put that bit in a div or something then, in a rule that selects
> that div, undo all the CSS properties that may apply to it by specifying
the
> defaults.
>
> What are you trying to do? If you rephrase the problem there may be a
better
> solution.
>
> Cheers
> Richard.
Richard,
Thanks for your response.
What I have is a page that uses a standard CSS layout for the page (colors,
style, link colors etc)
I have some add-in code from an affiliate program that I want to put in a
table on this page, but when I add it in, the text links utilize the CSS for
their colors and it just doesnt work with their add-in code.
Hope that makes sense.
|