html - CSS: Where is a tag being applied? -
I am working on a website for a volunteer organization whose parent organization has ordered us to re-branding And gave us many css sheets.
My problem is:
A page is structured like this:
& lt; H1 & gt; Heading & lt; / H1> & Lt; P & gt; Blah & lt; / P & gt; & Lt; P & gt; Blah & lt; / P & gt; & Lt; P & gt; Blah & lt; / P & gt;
Firebug tells me that, the first paragraph is being given the p.intro property which is making it bigger. What tools can I use to implement tags?
Assuming that the HTML you are providing is "view" Comes out of the source (hence it is not being messed up by any server-side processing), so it is almost certainly coming from Javascript.
Search all the JS files to mention "Introduction" and you'll probably track it down. If it fails, expand the search for HTML files if you have embedded JSD.
Comments
Post a Comment