cheekydollar
07-12-2008, 12:32 AM
Hi all, hoping you can help me out here... I am using dreamweaver and have set up two link styles.
style for the majority of links and another for random links here and there.
When i apply the second style, it changes as expected in dreamwever however when viewed in a web browser it reverts back to the first link style. I have tried a few things but nothing seems to work!
Below is my css code - basic is used for general text on the page.
a: is foe the majority of links, and .inverse is for random links here and there.
my website is www.boyakasha.co.uk and as an example you will see at the top right of the page i have put the 'subscribe to RSS as .inverse but it reverts back to a:link
any help most appreciated!
/************Basics******************/
.basic { color: #F9F7ED}
.basic {font-family: Verdana, Arial, Helvetica, sans-serif}
.basic { font-size:12px}
/************Links******************/
a:link {color: #E2B62E; text-decoration:none}
a:visited {color: #E2B62E; text-decoration:none}
a:hover {color:#F9F7ED; text-decoration:none; font: bold}
/************Inverse Links******************/
.inverse: link {color: #F9F7ED; text-decoration:none}
.inverse: visited {color: #F9F7ED; text-decoration:none}
.inverse: hover {color:#E2B62E; text-decoration:none; font: bold}
style for the majority of links and another for random links here and there.
When i apply the second style, it changes as expected in dreamwever however when viewed in a web browser it reverts back to the first link style. I have tried a few things but nothing seems to work!
Below is my css code - basic is used for general text on the page.
a: is foe the majority of links, and .inverse is for random links here and there.
my website is www.boyakasha.co.uk and as an example you will see at the top right of the page i have put the 'subscribe to RSS as .inverse but it reverts back to a:link
any help most appreciated!
/************Basics******************/
.basic { color: #F9F7ED}
.basic {font-family: Verdana, Arial, Helvetica, sans-serif}
.basic { font-size:12px}
/************Links******************/
a:link {color: #E2B62E; text-decoration:none}
a:visited {color: #E2B62E; text-decoration:none}
a:hover {color:#F9F7ED; text-decoration:none; font: bold}
/************Inverse Links******************/
.inverse: link {color: #F9F7ED; text-decoration:none}
.inverse: visited {color: #F9F7ED; text-decoration:none}
.inverse: hover {color:#E2B62E; text-decoration:none; font: bold}