the text-decoration:none is applied to the span in the page NOT to the anchor.
it should be applied specifically to the anchor element
add
Code:
#titleBorder a {
text-decoration:none;
}
to the style sheet
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
|