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.
|
|
|
|
|
![]() |
||
Changing properties of hyperlinks?
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
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 |
|
#2
|
||||
|
||||
|
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.
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
Last Blog Entry: Giving them what they paid for: A (sort of) Follow-up (Oct 15th, 2008)
|
|
#3
|
|||
|
|||
|
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)
|
|
#4
|
||||
|
||||
|
Re: Changing properties of hyperlinks?
Quote:
Last Blog Entry: Giving them what they paid for: A (sort of) Follow-up (Oct 15th, 2008)
|
|
#5
|
|||
|
|||
|
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
Quote:
Last Blog Entry: Apps every Mac based web dev should consider (Jul 10th, 2008)
|
|
#6
|
|||
|
|||
|
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)
|
|
#7
|
|||
|
|||
|
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 |
|
#8
|
|||
|
|||
|
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)
|
![]() |
| Tags |
| changing, properties, hyperlinks |
| Thread Tools | |
|
|
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 |