|
Posted by dorayme on 10/06/06 05:16
In article <pan.2006.10.06.04.54.35.414669@dabba.doo>,
freemont <yabba@dabba.doo> wrote:
> On Thu, 05 Oct 2006 21:38:08 -0700, Mike wrote:
>
> > Hi all,
> > Something seems to be wrong with the following line of code, as my email
> > link is not red, even though I specify FF0000:
> >
> > <a href="mailto:inquiries@bottlepal.com"><FONT STYLE="font-family: comic
> > sans; color:ff0000;">Inquiries, Comments<FONT></a>
> >
> > any comments appreciated, thanks-
> > Mike
>
> It's red here. You're going to catch hell about that markup.
Indeed.
This is what I would do: have some separate css to style links
and leave out this font business.
a {
color: #f00;
background: #fff;
}
and also style visited (a:visited), hover (a:hover), and active
(a:active) while at it.
If you want this/all email link to be something special from
other links (I would not), you can id/class it/them.
There... I think I have made up a bit for the previous
"how's-yer-father" advice...
--
dorayme
Navigation:
[Reply to this message]
|