Hi everyone,
I am trying to debug someone's site which has
<h3><a href="www.legis lation.qld.gov. au">Queenslan d Acts</a></h3>
The problem is that the <a> tag is taking precedence and overriding
the <h3> tags that they want the text to resemble.
It's problematic because it's a huge site (around 500 pages), it's in
MS Content Management Server 2002 (which means I can't access more
than one page at any one time - no global find/replace!, and templates
mean I have no access to the <head>) and this is occuring throughout
with all H1, H2, H3 tags that have an <a> within. Also because it's a
content management server, it's all been done through a user authoring
interface that automatically nests the tags in this order. Messy!!
I have tried using the !important tag in external CSS to give the
heading tags precedence over the <a> but it isn't working. Is there
any way I can force the <H3> to override the <a> when they are ordered
like this?
Thanks
I am trying to debug someone's site which has
<h3><a href="www.legis lation.qld.gov. au">Queenslan d Acts</a></h3>
The problem is that the <a> tag is taking precedence and overriding
the <h3> tags that they want the text to resemble.
It's problematic because it's a huge site (around 500 pages), it's in
MS Content Management Server 2002 (which means I can't access more
than one page at any one time - no global find/replace!, and templates
mean I have no access to the <head>) and this is occuring throughout
with all H1, H2, H3 tags that have an <a> within. Also because it's a
content management server, it's all been done through a user authoring
interface that automatically nests the tags in this order. Messy!!
I have tried using the !important tag in external CSS to give the
heading tags precedence over the <a> but it isn't working. Is there
any way I can force the <H3> to override the <a> when they are ordered
like this?
Thanks
Comment