Forums
This topic is locked
Link Colours
Posted 20 Nov 2007 13:27:05
1
has voted
20 Nov 2007 13:27:05 John Woods posted:
Hi all,This is my first post, looking some help if possible on a problem im having with designing a small internal company website in Dreamweaver 8.
Basically i am wanting to have two different links in different colours but dreamweaver is not allowing me to do this. I have a menu system on the left hand side and all the links there should be white (as there is a blue background). Then in the middle of the page i am wanting to have my links black (as the background in white). As soon as i make the text a link it automatically changes to white. Can anyone help?
I can upload a page if anyone would like to have a look also. Many Thanks
Replies
Replied 20 Nov 2007 17:58:40
20 Nov 2007 17:58:40 Georgi Kralev replied:
Hi John,
Try to add <b>style="color: black;"</b> to the link that you what to have black color.
For example:
<a style="color: black;" href="www.DMXzone.com">DMXzone</a>
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com
Try to add <b>style="color: black;"</b> to the link that you what to have black color.
For example:
<a style="color: black;" href="www.DMXzone.com">DMXzone</a>
Regards,
Georgi Kralev
----------------------------------
Support - www.DMXzone.com
Replied 20 Nov 2007 18:28:49
20 Nov 2007 18:28:49 John Woods replied:
Many Thanks Georgi. That seems to have worked so far.