How do I center the HEADING_TITLE text?
How do I center the HEADING_TITLE text?
If you post a URL to your site, we can look at it and help you.
If you are on a local server, you will need to get Firefox and its Web Developer extension and find the culprit yourself. The Information > Display Element Info will show you all id's/classes etc. asociated with an element, and then you can style the appropriate one in your stylesheet.
If you are on a local server, you will need to get Firefox and its Web Developer extension and find the culprit yourself. The Information > Display Element Info will show you all id's/classes etc. asociated with an element, and then you can style the appropriate one in your stylesheet.
I'm not exactly sure how to use this tool yet. It's only local so far (for ease of development) and I'm not sure what to do to "find the culprit".
Do you have Firefox yet? Do you have the Web Developer installed?
If you do, hit the Information > Display Element Info button. Then mouse over the desired element (it will be outlined in red) and the yellow box will show the element name and a list of its ancestors, among other things.