Just use CLASS = "YourClass" and make custom styles for these items. If you
need more examples just e-mail me back directly.

Insert into your style sheet --->

..YourClass{

font-family :Arial,Verdana, Geneva,Helvetica,sans-serif !Important;
                font-size : 16px !Important;
            color: BLUE !Important;
            font-variant : normal !Important;
                font-weight : bolder;


}

<A HREF="link.cfm" class="YourClass">Link</A>

-----Original Message-----
From: Seamus Campbell [mailto:[EMAIL PROTECTED]]
Sent: Saturday, March 17, 2001 10:17 PM
To: CF-Talk
Subject: OT: different link colours

hi I know this is very off-topic, but I'm having a brain meltdown. I'm sure
there is a simple solution but I just can't work it out.
Any help much appreciated
I have a frames site (frames done by someone else) which I have to change
to non-framed.
The bottom frame has this in a body tag:
<body text="#FFFFFF" link="#FFFF99" vlink="#FF9900" alink="#CCCC99">
Basically the bottom links are the above colours in a dark brown background
table
I have cfincluded a bottom.cfm table which is basically the same as the
original frame.
However I can't work out how to have just this file with these different
link colours.
I can get a style sheet to work but when I load the index file with the
bottom.cfm cfincluded the whole page ie including the index.cfm has the
bottom.cfm link colours.
So how do I get the above links colours to ONLY work in bottom.cfm????

Any help very much appreciated
Seamus
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to