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

Microsoft MVP

 

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 >> Microsoft FrontPage Help >> Hyperlinks
Page: [1]
 
Terry A

 

Posts: 4
From: Bicester
Status: offline

 
Hyperlinks - 3/11/2001 15:34:00   
hi all,

How can I remove the line from underneath a text hyperlink

Terry A

abbeyvet

 

Posts: 5095
From: Kilkenny Ireland
Status: offline

 
RE: Hyperlinks - 3/11/2001 16:26:00   
Put this before the </head> tag in HTML view:


<style type="text/css">
A:link {text-decoration: none;}
A:hover {text-decoration: underline;}
A:visited {text-decoration: none;}
</style>


------------------
Katherine

InKK Design
LinKKs - Kilkenny's Online Magazine


-*-*-*-*-*-*-*-*-*-*
"Dogs have owners, cats have staff!"


(in reply to Terry A)
Terry A

 

Posts: 4
From: Bicester
Status: offline

 
RE: Hyperlinks - 3/17/2001 18:17:00   
Hi,
Copied and pasted as you said - no joy.
After I put the code before the </head> FP2000 then puts it after the body tag. Also FP changes the code, instead of the < and > it puts > and <. It also displays the code on my web page as it I typed it in myself. Need more help I'm affraid.
Top of the morning to you
Terry A

quote:
Originally posted by abbeyvet:
Put this before the </head> tag in HTML view:


<style type="text/css">
A:link {text-decoration: none;}
A:hover {text-decoration: underline;}
A:visited {text-decoration: none;}
</style>




(in reply to Terry A)
MysticNight

 

Posts: 273
Status: offline

 
RE: Hyperlinks - 3/17/2001 21:23:00   
Did you copy it straight from the post into FP or did you first copy it to notepad? Cause I just did it and it worked perfectly.

[This message has been edited by MysticNight (edited 03-17-2001).]


(in reply to Terry A)
Page:   [1]

All Forums >> Web Development >> Microsoft FrontPage Help >> 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