Webforumz's RSS FeedRSS Webforumz RegistrationRegister Contact Webforumz StaffContact

Changing properties of hyperlinks?

This is a discussion on "Changing properties of hyperlinks?" within the Web Page Design section. This forum, and the thread "Changing properties of hyperlinks? are both part of the Design Your Website category.


 Subscribe in a reader

Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices




Reply
 
LinkBack Thread Tools
  #1  
Old Jul 6th, 2006, 08:58
New Member
Join Date: Jul 2006
Location: manchester
Age: 20
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Changing properties of hyperlinks?

Hi ppl,

Okay, I am designing this site for a school project, I have very limited knowledge in HTML but can use dreamweaver quite easily. In dreamweaver to chnage wot happens when you hover, vistit, click and release you use the modify>pageproperties>Links box. This is all great but now i dont want the same colours used for every bit of text on that page and site that has a hyperlink. I am 100% sure there is a way to change whether it "underlines when hovered", changing the colour etc in CSS but in the create new rule of dreamweaver I cannot find any properties that would achieve such an effect.

Could anyone help me here and tell me how to do such a thing in dreamweaver?

Thank you :-)

tom
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #2  
Old Jul 6th, 2006, 15:16
minute44's Avatar
Most Reputable Member

SuperMember
Join Date: Apr 2006
Location: Nottingham UK
Age: 25
Posts: 1,361
Blog Entries: 3
Thanks: 0
Thanked 1 Time in 1 Post
Re: Changing properties of hyperlinks?

You need to think outside the box here I think mate...

Rather than just saying "I don't know HTML but I can use Dreamweaver" you need to look into learning... that's right that word people around here seem to get so offended about...LEARNING.

Using Dreamweaver is fine but only in CODE VIEW.

Learn XHTML and CSS. I will give you links at the bottom of this post.

You're going to get nowhere fast just using the GUI features of Dreamweaver and even less of a distance just shying away form the prospect of learning.

It's really rewarding when you begin to make progress in web design and I really wish that more people would take the time to see it. It's like a drug!

You can learn XHTML and CSS by looking at thsese sites.There are others too but I'll leave you to find these.

You'll get a much better response out of people on this forum if you appear to be learning by doing research and not just giving up and saying "I don't really know HTML"

Regards

Dan
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #3  
Old Jul 7th, 2006, 13:52
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: Changing properties of hyperlinks?

It goes in this order:

a:link {}

a:visited {}

a:hover {}

if not it won't work.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #4  
Old Jul 7th, 2006, 13:55
minute44's Avatar
Most Reputable Member

SuperMember
Join Date: Apr 2006
Location: Nottingham UK
Age: 25
Posts: 1,361
Blog Entries: 3
Thanks: 0
Thanked 1 Time in 1 Post
Re: Changing properties of hyperlinks?

Quote:
Originally Posted by moojoo
It goes in this order:

a:link {}

a:visited {}

a:hover {}

if not it won't work.
Yep, aaah I can't help but remeber the old days when I spent ages pulling my hair out over this....lol
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #5  
Old Jul 7th, 2006, 14:00
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: Changing properties of hyperlinks?

lol yeah. Well if it makes you feel better the other day I was working on a project and the CSS wouldn't take. After about an hour I realized I was saving the CSS to the wrong file. Go figure . Oh and the times I actually forget to save the changed files to the server. That is a pure shining moment.

Quote:
Originally Posted by minute44
Yep, aaah I can't help but remeber the old days when I spent ages pulling my hair out over this....lol
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #6  
Old Jul 7th, 2006, 14:02
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: Changing properties of hyperlinks?

Also tom a bit of advice. Ignore anything your teacher tells you and immediately start using DW in code view. Start hand coding everything right away and then you won't have to re-learn your methods and ditch bad habits later. DW is a great app if used correctly and can save you lots of time etc.. but like Frontpage etc it has the ability to be downright mean and nasty and do more harm than good.
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #7  
Old Jul 7th, 2006, 20:30
New Member
Join Date: Jul 2006
Location: manchester
Age: 20
Posts: 2
Thanks: 0
Thanked 0 Times in 0 Posts
Re: Changing properties of hyperlinks?

thanx alot ppl,

I ended up research a bit about css. I knew the code was:

a:link {}

a:visited {}

a:hover {}

what I wanted to find out was how to make mutipul copies of this code.

If found out, all you had to do was using something like:

a.test:link {}

a.test:visited {}

a.test:hover {}

and where i put the "test" rename that to what you wanted and then apply the style to the text

cheers tom
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
  #8  
Old Jul 7th, 2006, 20:58
Elite Veteran
Join Date: Aug 2005
Location: That Place
Posts: 2,044
Blog Entries: 1
Thanks: 0
Thanked 37 Times in 37 Posts
Re: Changing properties of hyperlinks?

Or in a styled list scenario =P

#foo li a {}

#foo li a:visited {} etc etc..
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Spurl this Post!Reddit! Wong this Post!
Reply With Quote
Reply

Tags
changing, properties, hyperlinks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Field validation and changing display properties... c_martini JavaScript Forum 12 Sep 25th, 2007 12:27
Help with changing colour of hyperlinks sing2trees Web Page Design 10 May 22nd, 2007 19:08
Making some hyperlinks that are none downloadable/right-clickable acrobat Web Page Design 14 May 6th, 2007 07:46
Image hyperlinks AdRock Web Page Design 5 Mar 29th, 2007 02:46
Using images as hyperlinks AdRock Web Page Design 2 Aug 30th, 2006 22:03


All times are GMT. The time now is 19:11.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0 RC8