/    Sign up×
Community /Pin to ProfileBookmark

Create a link to external website in CSS

Hey guys
I am new here and just learning a ton of stuff. I am working on a page and I have come across something I am not sure about. I created my navigation bar using CSS and I made a .navigation CSS and a .hovernavigation CSS and they work perfectly, but I have run into a snag I need one of the navigation buttons to link to another website and whenever I add a hyperlink it makes the text blue and overwrites my CSS style, how can I set up the link and still keep the CSS style the way I want it to keep the page uniform. This might be a stupid question, but I am stuck and would appreciate any help! Oh yeah I am using dreamweaver 8.0 and I’ve got this set up in a table.
thanks
Sean

to post a comment
CSS

1 Comments(s)

Copy linkTweet thisAlerts:
@Wiz_CreationsSep 28.2006 — add link style to your navigation.

.navigation a:link{color:######;}

.navigation a:visited{color:######;}

navigation a:hover{color:######;}

.navigation a:active {color:######;}
×

Success!

Help @tableforglasses spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 6.17,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @nearjob,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,

tipper: @meenaratha,
tipped: article
amount: 1000 SATS,
)...