HighDots Forums  

hyperlink

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss hyperlink in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Bob
 
Posts: n/a

Default hyperlink - 07-18-2004 , 04:48 PM






When I do a hyperlink from text I get a line under the text, how do I get
rid of the line
Thanks Bob



Reply With Quote
  #2  
Old   
John Gaver
 
Posts: n/a

Default Re: hyperlink - 07-18-2004 , 05:01 PM






On 7/18/04 3:48 PM, in article cdenlu$a3k$1 (AT) forums (DOT) macromedia.com, "Bob"
<slides (AT) ihug (DOT) co.nz> wrote:

Quote:
When I do a hyperlink from text I get a line under the text, how do I get
rid of the line
Thanks Bob
Put this in the <head> section of your page:

<style type="text/css">
<!--
a {
text-decoration: none;
}
-->
</style>

John Gaver
Action America
(forget everything to contact me direct)

Microsoft: (n) Job security for IT consultants.



Reply With Quote
  #3  
Old   
Laiverd.COM
 
Posts: n/a

Default Re: hyperlink - 07-18-2004 , 05:01 PM



In the HEAD of your document

<style type="text/css">
<!--
a {
text-decoration: none;
}
-->
</style>

Mind usability issues.

John

--
----------------------------------------------------------------------------
-----------
RESOURCES
http://groups.google.com/advanced_group_search?hl=en&as_ugroup=*flash
----------------------------------------------------------------------------
-----------
TUTORIALS at
www.laiverd.com
Flash & PHP Emailform
Using textfiles in Flash
----------------------------------------------------------------------------
-----------



Reply With Quote
  #4  
Old   
John Gaver
 
Posts: n/a

Default Re: hyperlink - 07-18-2004 , 05:15 PM



On 7/18/04 4:01 PM, in article cdeofl$apv$1 (AT) forums (DOT) macromedia.com,
"Laiverd.COM" <share_your_knowledge (AT) someserver (DOT) com> wrote:

Quote:
In the HEAD of your document

style type="text/css"
!--
a {
text-decoration: none;
}
--
/style

Mind usability issues.
True. It's a shame, but some people have to be reminded of things like that
and since I use that technique all the time, in obvious menu tabs, I forget
to mention it, when posting here, with all the newbies.

John Gaver
Action America
(forget everything to contact me direct)

Microsoft: (n) Job security for IT consultants.



Reply With Quote
  #5  
Old   
John Waller
 
Posts: n/a

Default Re: hyperlink - 07-18-2004 , 05:55 PM



For more info:

http://www.projectseven.com/tutorials/css/pseudoclasses/index.htm

http://www.thepattysite.com/linkstyles1.cfm

--
Regards

John Waller



Reply With Quote
  #6  
Old   
A.H.O.
 
Posts: n/a

Default Re: hyperlink - 07-18-2004 , 06:19 PM



If you would like to do it without messing with the code in DW go to
MODIFY->PAGE PROPERTIES->, select the LINKS menu under the categories in the
pop up window and you will see a section that says UNDERLINE STYLE with a drop
down menu of choices. Pick wich underline style you want, and away you go.

No offense coders...


Reply With Quote
  #7  
Old   
BigHead
 
Posts: n/a

Default Re: hyperlink - 07-18-2004 , 08:45 PM



be sure to offset the color of the links (and be consistent), if you are not
going to have them underlined, otherwise you will leave your users guessing
at where your hyperlinks are.

t

"Bob" <slides (AT) ihug (DOT) co.nz> wrote

Quote:
When I do a hyperlink from text I get a line under the text, how do I get
rid of the line
Thanks Bob





Reply With Quote
  #8  
Old   
Bob
 
Posts: n/a

Default Re: hyperlink - 07-19-2004 , 12:37 AM



Thanks guys you have all been a great help
Cheers Bob
"John Waller" <johnw (AT) REMOVETHISpinnacleweb (DOT) com.au> wrote

Quote:
For more info:

http://www.projectseven.com/tutorials/css/pseudoclasses/index.htm

http://www.thepattysite.com/linkstyles1.cfm

--
Regards

John Waller





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.