Hello
I have the following in CSS:
BODY { text-decoration:none; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
However, the link I have on my page is shown as blue underlined, suggesting that I have misplaced the BODY { text-decoration:none;}.
How can I use it, then, please so that it shows in the same colour as the rest of the black text without an underline?
I do not want to use a separate:
p { text-decoration:none }
because this only causes the text to produce this kind of effect:
The quick brown fox lazy dog.
jumped over the
Many thanks.
Steve
I have the following in CSS:
BODY { text-decoration:none; PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px
}
However, the link I have on my page is shown as blue underlined, suggesting that I have misplaced the BODY { text-decoration:none;}.
How can I use it, then, please so that it shows in the same colour as the rest of the black text without an underline?
I do not want to use a separate:
p { text-decoration:none }
because this only causes the text to produce this kind of effect:
The quick brown fox lazy dog.
jumped over the
Many thanks.
Steve