[thelist] adding CSS to a MCC tag

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


Right now I have a site with MCC tags all over it. These are tags from a
language called Metal (a language made by Morris Co. properties --
morris.com) that gets put into your html. These tags call data from various
sources such as AP Wire, Headline News, etc....

The code in the site I'm working on is: (messy I know)

<TABLE WIDTH=200 BORDER=0  ALIGN=Right VSPACE=5 HSPACE=5 CELLPADDING=5>
<TR><TD VALIGN=BOTTOM ALIGN=MIDDLE><A HREF="/images/073002/zf7.jpg">
<MCC PHOTO5>
 <IMG alt="photo: local" SRC="/images/073002/zf7LR.jpg" WIDTH=200 HEIGHT=129
HSPACE=0 VSPACE=6 align=left BORDER=0>
</MCC PHOTO>
 </a><br></TD></TR> <TR><TD CELLPADDING=3 VALIGN=TOP><center><hr width=60%
noshade></center> <font size=2>&nbsp;
<MCC CAPTION>
<CENTER>This is a caption</CENTER>
</MCC CAPTION>
<center><font size=1><I><MCC CREDIT></MCC CREDIT></I></font><center><hr
width=60% noshade></center></TD></TR></TABLE>


I would like to redo this with CSS. The only problem is that I'm not sure on
how I can control these MCC tags with CSS.


The below CSS doesn't seem to work for changing the  fonts.

mcc { /* or putting mcc caption */
    color: #333;
    font: 10px verdana, arial, serif;
    background: #fff;
}

Any thoughts ???? Does CSS only allowed re-defining of standard tags?

-------------------
Aaron Schaap
www.theparagon.org





More information about the thelist mailing list