You can use inline CSS to do this, e.g., <a style="color: #cccccc"
href="abc">Follow this link</a>.

This should have precedence over previously declared CSS styling.

-----Original Message-----
From: Paul Swingewood [mailto:[EMAIL PROTECTED] 
Sent: 28 September 2004 11:29
To: [EMAIL PROTECTED]
Subject: Re: [ cf-dev ] OT- Style Sheets

Yeah. I just seem to remeber there was a quick way of doing this in the link
line without having to create another class.

Just being lazy I guess

Regards - Paul


>From: Damian Watson <[EMAIL PROTECTED]>
>Reply-To: <[EMAIL PROTECTED]>
>To: [EMAIL PROTECTED]
>Subject: Re: [ cf-dev ] OT- Style Sheets
>Date: Tue, 28 Sep 2004 11:27:36 +0100
>
>Don't you want a class then that is different from the default i.e.:
>
><a href="abc" class="className">Follow this link</a>
>
>Then in your stylesheet something like:
>
>a.className{
>    yourStyles: xyz;
>}
>
>...and make sure it comes after your default style.
>
>d
>
>Paul Swingewood wrote:
>
>>I have a style sheet which defines the link colour.
>>I want to switch it off for a certainlink only
>>
>><a href="abc">Follow this link</a>
>>
>>What do I need to put in the line above to do this ...STYLE??
>>
>>Regards - Paul
>>
>>
>>
>
>
>--
>These lists are syncronised with the CFDeveloper forum at 
>http://forum.cfdeveloper.co.uk/
>Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
>
>CFDeveloper Sponsors and contributors:- *Hosting and support provided 
>by CFMXhosting.co.uk* :: *ActivePDF provided by activepdf.com*
>      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by
>proworkflow.com*
>           *Tutorials provided by helmguru.com* :: *Lists hosted by
>gradwell.com*
>
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>



--
These lists are syncronised with the CFDeveloper forum at
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided
by activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by
proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by
gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]



-- 
These lists are syncronised with the CFDeveloper forum at 
http://forum.cfdeveloper.co.uk/
Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/
 
CFDeveloper Sponsors and contributors:-
*Hosting and support provided by CFMXhosting.co.uk* :: *ActivePDF provided by 
activepdf.com*
      *Forums provided by fusetalk.com* :: *ProWorkFlow provided by proworkflow.com*
           *Tutorials provided by helmguru.com* :: *Lists hosted by gradwell.com*

To unsubscribe, e-mail: [EMAIL PROTECTED]

Reply via email to