
03-19-2010, 02:01 PM
|
|
|
Join Date: Feb 2010
Posts: 26
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by Lynne
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.
|
Could you explain this a little more? I finally got my test page working (a terms of service page) and tags like <p>, <h2>, <ol>, <ul>, and <strong> do not appear to work, although <b> and <br> do work for me. Thanks!
|