This is a strange question, and I think the answer is NO, but I am
asking anyway.
I am a member of a website which allows us to alter our member
profiles. Using css in the middle of the profile area allows one to
overide the normal formatting of the entire page and truly customize
it. But there is a span-style tag which gives an ugly blue background
to certain text which I want to get rid of. This is the tag:
<span style="backgrou nd:#004D73; color:white;">
Is there anything I can do to make the browser ignore this or override
it? It is within a div-class tag named copy and using .copy I can
chage the rest of the div, but not the area within the span-style tag.
asking anyway.
I am a member of a website which allows us to alter our member
profiles. Using css in the middle of the profile area allows one to
overide the normal formatting of the entire page and truly customize
it. But there is a span-style tag which gives an ugly blue background
to certain text which I want to get rid of. This is the tag:
<span style="backgrou nd:#004D73; color:white;">
Is there anything I can do to make the browser ignore this or override
it? It is within a div-class tag named copy and using .copy I can
chage the rest of the div, but not the area within the span-style tag.
Comment