[thelist] adding CSS to a MCC tag

{ schaapy } list01 at theparagon.org
Tue Jul 30 10:49:00 CDT 2002


> Can you try this?
>
> <MCC PHOTO5 class="newfont">THIS IS VERDANA</MCC PHOTO5>
> and in your css:
> .newfont{
> font-family:Verdana,sans-serif;
> }
>
> The problem with redefining a tag like <MCC PHOTO5> is that in css is
> the space has meaning :
> mcc photo5{
> color:red;
> }
> makes any element <photo5> inside a <mcc> tag red.
>
> Thinking about it, after parsing are different tags left in the
> output html? Then you'd need to style them.


yea, I won't be able to add a class to the tag. It will be different all the
time.

I'm thinking about putting a DIV CLASS  around the whole table and then
working on it from there. I could easily do it then. It would be nicer to
control the MCC tags directly though.


Any other thoughts? Good thought though.
-------------
Aaron Schaap
www.theparagon.org




More information about the thelist mailing list