navigation
a webmaster learning community
     Home    Register     Search      Help      Login    
Sponsors

Shopping Cart Software
Ecommerce software integrated into Frontpage, Dreamweaver and Golive templates. No monthly fees and available in ASP and PHP versions.

Website Templates
We also have a wide selection of Dreamweaver, Expression Web and Frontpage templates as well as webmaster tools and CSS layouts.

Frontpage website templates
Creative Website Templates for FrontPage, Dreamweaver, Flash, SwishMax

Search Forums
 

Advanced search
Recent Posts

 Todays Posts
 Most Active posts
 Posts since last visit
 My Recent Posts
 Mark posts read

 

How do I format individual hyperlinks?

 
View related threads: (in this forum | in all forums)

Logged in as: Guest
Users viewing this topic: none
Printable Version 

All Forums >> Web Development >> Expression Web Help >> How do I format individual hyperlinks?
Page: [1]
 
paul1912005

 

Posts: 32
Joined: 7/18/2007
Status: offline

 
How do I format individual hyperlinks? - 7/23/2007 16:56:35   
I would like to know how to format individual hyperlinks, it works fine in frontpage 2003 but in expression web I can not change the format. I can change the format like colour text etc of all the hyper-links but not individual ones.

I wouldn't mind doing something with the hyperlinks such as this web-site >>

http://www.microsoft.com/expression/kc/resources.aspx?type=webcast
Tailslide

 

Posts: 6272
Joined: 5/10/2005
From: Out here on the raggedy edge
Status: offline

 
RE: How do I format individual hyperlinks? - 7/24/2007 3:10:05   
It depends slightly on where the ones you want to change are. If they're in a specific div then you can refer to them in the stylesheet using that div as a reference to differentiate them from the other links on the page such as:

#sidebar a:link {color:red;}
#sidebar a:visited {color:blue;}
#sidebar a:focus, #sidebar a:hover, #sidebar a:active {color: pink;}


If they're not in a specific div or if they're spread all over the page then you'd have to give the links a class like this:

<a href="yourlink.html" class="differentlink">Link Text</a>


and the CSS would be:

a.differentlink:link {color:red;}
a.differentlink:visited {color:blue;}
a.differentlink:focus, #sidebar a.differentlink:hover, #sidebar a.differentlink:active {color: pink;}


Obviously you can apply whatever styles you like within those rules - underlining, background colours, whatever.

_____________________________

"My strategy is so simple an idiot could have devised it"
Little Blue Plane Web Design | Blood, Sweat & Rust - A Land Rover restoration project

(in reply to paul1912005)
Page:   [1]

All Forums >> Web Development >> Expression Web Help >> How do I format individual hyperlinks?
Page: [1]
Jump to: 1





New Messages No New Messages
Hot Topic w/ New Messages Hot Topic w/o New Messages
Locked w/ New Messages Locked w/o New Messages
 Post New Thread
 Reply to Message
 Post New Poll
 Submit Vote
 Delete My Own Post
 Delete My Own Thread
 Rate Posts