[FONT=Times New Roman]I have been trying to change a few words of text on my main page to a different color using <font color> which is obviously incorrect, as the color doesn’t appear in Firefox.[/FONT]
[FONT=Times New Roman]I understand that I will need to add this to my stylesheet, but I’m not certain where I should enter it.[/FONT]
[FONT='Courier New'].redtext { #990000 } [/FONT]
[FONT=Times New Roman]and I should add this before and after the text I want to change on my main page:[/FONT]
[FONT='Courier New']<span class="redtext">My Text Goes Here</span>[/FONT]
[FONT=Times New Roman]My second question: Do I need to add something to the stylesheet for this also:[/FONT]
[FONT=Times New Roman] I have two links at the bottom of my main page text and I am trying to make the font for these links text a different color. I added the font color inside the <a> tags, as follows:[/FONT]
[FONT=Times New Roman]For a quick view of "all" items, click here for <a href="/index.php?main_page=products_new"><font color="990000"><u>Newest Items</u></font></a>[/FONT]
[FONT=Times New Roman][/FONT]
[FONT=Times New Roman] but I understand I am suppose to add this and eliminate the > after the word new:[/FONT]
[FONT=Times New Roman]<a href="/index.php?main_page=products_new" style="color: rgb(153,0,0)"><font color="990000"><u>Newest Items</u></font></a>[/FONT]
[FONT=Times New Roman]Do I also have to add something to the stylesheet for this also.[/FONT]
[FONT=Times New Roman]Thanks for any help.[/FONT]




