HighDots Forums  

Simple ? Hyperlink style question

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Simple ? Hyperlink style question in the Macromedia Dreamweaver forum.



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

Default Simple ? Hyperlink style question - 07-20-2004 , 06:39 PM






I'm new to using Dreamweaver - so the answer to my question
might be very simple.
I have set up a few hyperlinks on a basic webpage. The link
is underlined as usual and also changes colour when it has
been visited. How can I stop these hyperlinks being underlined
and is it possible to prevent them from changing colour ? In
other words the only way to recognise that they are hyperlinks
is to mouse-over them and look for the pointer to change.

TIA, Colin



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

Default Re: Simple ? Hyperlink style question - 07-20-2004 , 06:47 PM






See hyperlink posted teasterday from Bob
Cheers Bob


"Colin MacDougall" <colin (AT) blueyonder (DOT) co.uk> wrote

Quote:
I'm new to using Dreamweaver - so the answer to my question
might be very simple.
I have set up a few hyperlinks on a basic webpage. The link
is underlined as usual and also changes colour when it has
been visited. How can I stop these hyperlinks being underlined
and is it possible to prevent them from changing colour ? In
other words the only way to recognise that they are hyperlinks
is to mouse-over them and look for the pointer to change.

TIA, Colin





Reply With Quote
  #3  
Old   
Joe Makowiec
 
Posts: n/a

Default Re: Simple ? Hyperlink style question - 07-20-2004 , 06:50 PM



On Tue 20 Jul 2004 06:39:03p, Colin MacDougall wrote in
macromedia.dreamweaver:

Quote:
I have set up a few hyperlinks on a basic webpage. The link
is underlined as usual and also changes colour when it has
been visited. How can I stop these hyperlinks being underlined
and is it possible to prevent them from changing colour ? In
other words the only way to recognise that they are hyperlinks
is to mouse-over them and look for the pointer to change.
Use CSS. To quote Murray:

Here are some tutorials on why this works and pseudo-classes in general -

http://www.mako4css.com
http://www.thepattysite.com/linkstyles1.cfm
http://www.projectseven.com/tutorials/pseudoclasses/index.htm


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

Default Re: Simple ? Hyperlink style question - 07-20-2004 , 07:48 PM



I notice that you are a NEW user to Dreamwewaver...as I am. Ive been working
with it for about a month now. I dont know hardly ANYTHING about code and when
people say to me...use CSS, I get this far off look in my eyes, and wonder what
in the @#$# they are talking about. I now know a LITTLE about CSS, but I
still wonder...if I paid $400 DOLLARS FOR THIS PROGRAM...why dont I let it do
some work for me?

Anyway the answer to your question is this....
Go up to the top of the DW (dreamweaver) window with whatever page you are
working on open. Find the MODIFY tab. Click on that and click on the first
selection of the drop down menu which is PAGE PROPERTIES. You will see a
window that pops up...on the left hand side of the window is a white window
with "appearance" "links" "headings" etc.. Click on the LINKS. Here you will
see all of the things you can do to change the properties of the links on your
page. Whatever style you give to the links on your page here will apply to
EVERY link on this page. You can change the colors, rollover colors, visited
colors, underlining, etc.

It will pay off to learn CSS styling etc, as Ive found out, but go one step at
a time.


Reply With Quote
  #5  
Old   
raizel
 
Posts: n/a

Default Re: Simple ? Hyperlink style question - 07-20-2004 , 11:24 PM



In article <cdkavu$d7t$1 (AT) forums (DOT) macromedia.com>,
"A.H.O." <webforumsuser (AT) macromedia (DOT) com> wrote:

Quote:
Anyway the answer to your question is this....
Go up to the top of the DW (dreamweaver) window with whatever page you are
working on open. Find the MODIFY tab. Click on that and click on the first
selection of the drop down menu which is PAGE PROPERTIES. You will see a
window that pops up...on the left hand side of the window is a white window
with "appearance" "links" "headings" etc.. Click on the LINKS. Here you
will
see all of the things you can do to change the properties of the links on
your
page. Whatever style you give to the links on your page here will apply to
EVERY link on this page. You can change the colors, rollover colors, visited
colors, underlining, etc.

It will pay off to learn CSS styling etc, as Ive found out, but go one step
at
a time.
Method described works but it's far better to use CSS (Cascading Style
Sheets). that way, you can not only change the "primary" colour links,
but have several different styles per page! Say all hypertext has no
underlines within main content but navigation has underline & is purple
by default.

Learning how to change the hyperlinks is the first step to some exciting
other changes you can do to improve the appearance of web pages.

--
raizel
remove the STARS from your eyes to reply


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

Default Re: Simple ? Hyperlink style question - 07-21-2004 , 01:20 AM



I would be the FIRST to agree with your statement raizel. Unfortunately, Im
STILL not sure how to do it. ID LOVE to learn, but until then Im stuck doing
it the way I know how. With someone who is JUST learning DW, I would say walk
before you run. (I know I know CSS isnt really running). If Colin does indeed
know code better than me...by all means...do it with CSS. I was just trying to
explain how to do it if you didnt know how to do that. And like me, if someone
doesnt know... it will come in time. But until then.......


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

Default Re: Simple ? Hyperlink style question - 07-21-2004 , 06:34 PM



In article <cdkuen$2hf$1 (AT) forums (DOT) macromedia.com>,
"A.H.O." <webforumsuser (AT) macromedia (DOT) com> wrote:

Quote:
I would be the FIRST to agree with your statement raizel. Unfortunately, Im
STILL not sure how to do it. ID LOVE to learn, but until then Im stuck doing
it the way I know how. With someone who is JUST learning DW, I would say
walk
before you run. (I know I know CSS isnt really running). If Colin does
indeed
know code better than me...by all means...do it with CSS. I was just trying
to
explain how to do it if you didnt know how to do that. And like me, if
someone
doesnt know... it will come in time. But until then.......
I used mako4css.com or thepattysite.com -- and there are plenty of
others including here. I got started by asking questions in this NG plus
the two that built the above sites were extremely gracious (and
patient). Don't know where Mako or Patty are now but there are still
lots of folks around and there's the projectseven.com CSS newsgroup too.

Of course, if you like print, there are a variety of sources too (Eric
Meyer's is a guru with CSS but may be a bit intimidating at first) or
websites.

DW's CSS editor can get you started too. Just make sure the order is
always LINK, VISITED, HOVER, ACTIVE.

give it a try..... you'll be glad you did!

--
raizel
remove the STARS from your eyes to reply


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.