hi,
I am working with dreamweaver MX 2004. The problem is with Link colors (text). In page properties I have specified the link color, visited links, active links as #000000 and rollover links as #0066cc. Now I click on apply, OK and then I save the file. When I preview it in the browser (IE6), the links are gray..i.e, #666666. The text which does not contain a hyperlink accepts whichever color I set it to. But "the links" are really stubborn. They just dont want to let go that #666666.
Sometimes when I try to change the color, the font becomes bold and then I just cant undo it. Deleting the text is the only option that remains.
In the <head> section, it shows the right colors (the ones that I have set)
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
color: #0066CC;
}
a:active {
text-decoration: none;
color: #000000;
}
But in the browser it still shows gray. I also deleted all the temp files and cookies and forms, history.. etc etc...
I even deleted this whole stuff and did it once again rgt from the beginning.. bt in vain. Then I went to the edit style sheet option.. set the colors for that style sheet clicked on "Done".. applied that style to the links bt even then.. The issue persists.
I have tried it many times and I am really losing my patience now. :D
PLease somebody help mi... I would really appreciate your help.
Here's the Link http://web.kbl.co.in/kbl_internet/home_broad.asp
Thanx :D
I am working with dreamweaver MX 2004. The problem is with Link colors (text). In page properties I have specified the link color, visited links, active links as #000000 and rollover links as #0066cc. Now I click on apply, OK and then I save the file. When I preview it in the browser (IE6), the links are gray..i.e, #666666. The text which does not contain a hyperlink accepts whichever color I set it to. But "the links" are really stubborn. They just dont want to let go that #666666.
Sometimes when I try to change the color, the font becomes bold and then I just cant undo it. Deleting the text is the only option that remains.
In the <head> section, it shows the right colors (the ones that I have set)
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
color: #0066CC;
}
a:active {
text-decoration: none;
color: #000000;
}
But in the browser it still shows gray. I also deleted all the temp files and cookies and forms, history.. etc etc...
I even deleted this whole stuff and did it once again rgt from the beginning.. bt in vain. Then I went to the edit style sheet option.. set the colors for that style sheet clicked on "Done".. applied that style to the links bt even then.. The issue persists.
I have tried it many times and I am really losing my patience now. :D
PLease somebody help mi... I would really appreciate your help.
Here's the Link http://web.kbl.co.in/kbl_internet/home_broad.asp
Thanx :D
Comment