|
From: rita the reader on 6 May 2008 21:50 Hi all- For some bizarre reason I cannot get some text to change color on my index.htm page. It appears as follows: <p align="left" class="style4"><a href="Power Handle Training_v6.doc" class="style6">[U]Click here to download the Power Identification Training Guide. [/U]</a></p> No matter what I change the color to it stays #6699CC, a steel blue color. I want something that has contrast to my steel blue page. Any suggestions would be greatly appreciated!
From: TC2112 on 6 May 2008 21:58 Hello, Can you post a link to the page, or at least the code and full CSS? It's likely you have a CSS rule with #6699CC over-riding the one you're trying to change. Take care, Tim "rita the reader" <webforumsuser(a)macromedia.com> wrote in message news:fvr1sa$qgj$1(a)forums.macromedia.com... > Hi all- > > For some bizarre reason I cannot get some text to change color on my > index.htm > page. It appears as follows: <p align="left" class="style4"><a > href="Power > Handle Training_v6.doc" class="style6">[U]Click here to download the Power > Identification Training Guide. [/U]</a></p> > > No matter what I change the color to it stays #6699CC, a steel blue color. > I > want something that has contrast to my steel blue page. Any suggestions > would > be greatly appreciated! >
From: rita the reader on 7 May 2008 08:35 Hi Tim- I have attached the code. This index does not have a CSS. The fellow from Adobe Captivate that helped me with it wanted to be gentle on me. But I can stretch if you think I should create one--with a little help of course:) Any help you can provide is greatly appreciated. One more question this whole page takes up the whole screen on the computer. Is there a way to downsize it a little. On some computers, you have to scroll just to see the whole button on the left. Thanks, again. Rita <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>Menu</title> <link href="help.css" rel="stylesheet" type="text/css"> <style type="text/css"> <!-- body { background-color: #A6C2CC; } --> </style></head> <body> <p align="left" class="bText"><a href="WA1/WA1.swf" target="main"><img src="Images/Home.png" alt="one" width="230" height="48" border="0"></a><a href="WA_Lesson_1/WA_Lesson_1_skin.swf" target="main"><img src="Images/Lesson1.png" alt="two" width="231" height="48" border="0"></a><a href="WA_Lesson_2/WA_Lesson_2_skin.swf" target="main"><img src="Images/Lesson2.png" alt="three" width="232" height="48" border="0"></a> <a href="WA_Lesson_3/WA_Lesson_3_skin.swf" target="main"><img src="Images/Lesson3.png" alt="four" width="232" height="48" border="0"></a> <a href="WA_Lesson_4/WA_Lesson_4_skin.swf" target="main"><img src="Images/Lesson4.png" alt="five" width="232" height="48" border="0"></a></p> </body> </html>
|
Pages: 1 Prev: Div Layers move in firefox and safari Next: Dreamweaver Text Placement/Movement |