Quote:
Originally Posted by EidolonAH
Can anyone please help me to understand why the html tags such as h2 ul and li are not working in my custom pages?
|
They are working as defined - both of these are from the reset-fonts.css file:
HTML Code:
h1, h2, h3, h4, h5, h6 {font-size:100%;font-weight:normal;}body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {margin:0;padding:0;}
If you want it different, give it a class and define it yourself.