This is the homepage of my site - http://www.debtfreescotland.org.uk/ This is the new page im creating - http://www.debtfreescotland.org.uk/trust-deeds-scotland.php The text under the video - The <h2> tags won't creating a heading for some reason.. Does anyone know why this is? Thanks
It's because styles.css on line 33 is setting this rule: html, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, img,small, strong, ol, ul, li, form, label, table, caption, tr, td, footer, header { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; } Code (markup): Take out font-size and font: inherit and that should fix your problem.
It works fine when I just remove font: inherit; but the header image in my site is a little bit off when I remove that
Set it with chaining. Change the wrapper class if it's used elsewhere. .row-fluid.abtt h3{ font-size: normal; font:inherit; } Code (markup):
I'm in over my head haha, I'm just trying to save a few quid but I should really just find a programmer to do it. Thanks Huggy
I have made a video tutorial on Basic HTML,CSS and JQuery. I hope this will be helpful to you. The tutorial link is here
The primary issue lies with your using that silly reset. See Global resets considered harmful for the whys.