posted on May 9, 2011 06:50:02 AM new
I've designed a store for someone and noticed a peculiarity when viewing the store with Internet Explorer 8 ... the line under a link I put into the footer is WHITE rather than the color all the other link underlines are. This is not the case in Google Chrome. How do I change that white underline to match the text so it doesn't scream at Explorer viewers?
That line/link shows up in white in FireFox as well. Note that in your HTML code you have the following just before this text: <font color=ffffff><u>
The font color code is white, and the U is to underline the text. If it wasn't your intention to make either the text itself or the underline to be white, you can delete this font color code so the template can use the default settings for the style sheet instead.