HighDots Forums  

Changing the colour of hyperlinks

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Changing the colour of hyperlinks in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
g-rebel
 
Posts: n/a

Default Changing the colour of hyperlinks - 03-31-2009 , 09:47 AM






This is probably a really stupid question but I can't work this out for the life of me.
I was just wondering how you change the colour of the hyperlinks so that they are not constantly blue?
Thanks

Reply With Quote
  #2  
Old   
Murray *ACE*
 
Posts: n/a

Default Re: Changing the colour of hyperlinks - 03-31-2009 , 09:53 AM






Pseudo-classes and container styles are what you need - here are some
tutorials.
http://www.thepattysite.com/linkstyles1.cfm
http://www.projectseven.com/tutorials/pseudoclasses/index.htm

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"g-rebel" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
This is probably a really stupid question but I can't work this out for
the life of me.
I was just wondering how you change the colour of the hyperlinks so that
they are not constantly blue?
Thanks


Reply With Quote
  #3  
Old   
GarryCT
 
Posts: n/a

Default Re: Changing the colour of hyperlinks - 03-31-2009 , 10:03 AM



Set up a style rule. Anchor tags do not inherit the color attributes.

for an ID:
#element a { color: yellow; }

For a class
..class-name a { color: yellow; }

For all:
a { color: yellow }

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.