Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

CSS Forum


You are currently viewing our CSS Forum as a guest. Please register to participate.
Login



Reply
Old 09-23-2009, 05:26 PM Dreamweaver question
Experienced Talker

Posts: 49
Trades: 0
I am having so much trouble incorporating an HTML or CSS code to change the link "RSS" in the navigation bar to the color red. Please help.

Tried creating another targeted rule but when I do that it changes all the links at the top of my page red even though I only have "RSS" highlighted. Also tried incerting plain HTML right into the code view. Still no luck.

My Website

Additional information: Doc type .php

Last edited by DynamicFlooder; 09-23-2009 at 05:46 PM..
DynamicFlooder is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 09-23-2009, 05:43 PM Re: Dreamweaver question
Experienced Talker

Posts: 49
Trades: 0
Sorry, this could be moved to HTML or the CSS forum if this is the wrong place.
DynamicFlooder is offline
Reply With Quote
View Public Profile
 
Old 09-23-2009, 09:09 PM Re: Dreamweaver question
orionoreo's Avatar
Ultra Talker

Posts: 335
Name: Jerry
Trades: 0
are you editing in code/split or design mode...

if you can edit code find this
<a href="http://www.billymoses.com/rss.xml">RSS</a> and turn it into

<a href="http://www.billymoses.com/rss.xml"><span style="color: red;">RSS</span></a>
__________________

Please login or register to view this content. Registration is FREE
|
Please login or register to view this content. Registration is FREE
orionoreo is offline
Reply With Quote
View Public Profile
 
Old 09-24-2009, 04:30 PM Re: Dreamweaver question
LadynRed's Avatar
Defies a Status

Posts: 10,016
Location: Tennessee
Trades: 0
Quote:
<span style="color: red;">RSS</span>
Don't do that, it's not necessary.

First, I would highly recommend that you put your navigation into a proper unordered list where it belongs.

If you don't do that, try this:

Add a class to your css to change the color, like this:

a.rssLink {color: red;}

Then add that class to the link for the RSS:

Then you can do this:

In the html just do this:
<a class="rssLink" href="http://www.billymoses.com/rss.xml">RSS</a>

Should work.
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!

Please login or register to view this content. Registration is FREE


Please login or register to view this content. Registration is FREE

LadynRed is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Dreamweaver question
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.41649 seconds with 12 queries