I want to have an alternative Link colour - once set in the page properties bit in dreamweaver I can't get it to do another option.... how do I get it to create a second option?? Thanks

Recommended Answers

All 4 Replies

your could add some code like this

<html>
<head>
    <style type="text/css">
    <!--
    .textstyle{
        color: #aaaaaa;
    }
    -->
    </style>
</head>
<body>
    <a href="" class="textstyle">link</a>
</body>
</html>

you need to look at your style sheet and see what it says for the a:link element and then set that to the color you want.

If that doesnt help please could you repost your problem because I really dont properly understand it.

I have set that, however I would like to have a second option for a different colour - how do I set it to have more than one? Thanks

I think I understand now. Basically you need to just set a class for all the links you want to display in the alternate color.

like cerberus said above. If you need anymore help just post back.

btw. if they are all in the same area there is a different way of doing it. please let me know if they are.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.