View Full Version : Modifying links in HTML...
mountainman
05-06-02, 08:58 PM
Hi there guys. I have a questions about editing the URL links on each page.
On Dreamweaver 4, I have a place in the edit page part where I can pick what colors all links are, and when active and when viewed. What I am wondering is how to have links that are more than one colors.
For instance, I want some links at the bottom to be black, but some at the top I want to be white.
Any ideas?
Also, how I can I take that darn "underline" out from the links? That is so annoying.
Thanks!! :)
Different colored links:
Assign a specific colorv to the text used in the link.
No underlines use this CSS Property in the HEAD section of page:
<style>
a{text-decoration:none}
</style>
I can not take credit for this script I got it from my HTML editor CoffeeCup HTML Editor I think with a little work it will do both of your Problems
CoffeeCup editor (http://downloads-zdnet.com.com/3000-2048-8862501.html?tag=lst-0-2)
<!-- Start Of No Underlined Links Script -->
<!-- This script takes the underline off of links. -->
<!-- Instructions: Just put this script anywhere on your webpage
before links that you wish not to have underlined. -->
<!-- Script supplied with CoffeeCup HTML Editor -->
<!-- www.coffeecup.com -->
<STYLE TYPE="text/css">
<!--
A { text-decoration: none; }
A:link { color: #000000; }
A:visited { color: #000099; }
-->
</STYLE>
<!-- End Of No Underlined Links Script -->
Tryn
mountainman
05-06-02, 10:24 PM
Thanks for the link!
It looks really good. :)
Check it out......
http://home.woh.rr.com/shorelineapts/
very nice site, I like the No underlined links make very thing flow better. I like coffeeCup Editor I works pretty well has some strange things like Cool and No Way instead of OK and Cancel.
The Site looks very Good
Glad I could Help
Tryn
mountainman
05-07-02, 06:50 AM
Originally posted by Tryn
very nice site, I like the No underlined links make very thing flow better. I like coffeeCup Editor I works pretty well has some strange things like Cool and No Way instead of OK and Cancel.
The Site looks very Good
Glad I could Help
Tryn
Thanks Tryn. There are so many things about Dreamweaver that I do not know about. I wish I could find a good site that has TONS of tips-n-tricks about how to use it better.
Have a good one!
vBulletin® v3.7.3, Copyright ©2000-2008, Jelsoft Enterprises Ltd.