| | |
|
|
|
hyperlink |
| message from Bob on 19 Jul 2004 |
When I do a hyperlink from text I get a line under the text, how do I get
rid of the line
Thanks Bob
|
| BigHead replied to Bob on 18 Jul 2004 |
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@ihug.co.nz> wrote in message
news:cdenlu$a3k$1@forums.macromedia.com...
|
| Laiverd.COM replied to Bob on 18 Jul 2004 |
In the HEAD of your document
<style type="text/css">
<!--
a {
text-decoration: none;
|
| John Gaver replied to Laiverd.COM on 18 Jul 2004 |
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.
|
| John Gaver replied to Bob on 18 Jul 2004 |
Put this in the <head> section of your page:
<style type="text/css">
<!--
a {
text-decoration: none;
|
|
Archived message: hyperlink (Macromedia Dreamweaver)