On 9/21/06, Brian Cummiskey <[EMAIL PROTECTED]> wrote:
> xhtml tags cannot be uppercase.
>
> DIV should be div
> H2 should be h2

True, but that was Arian's example code, not the OP's.

Robert: can you point us at the actual page and tell us what browser
you're using?   Like the others, I'm unable to replicate the behavior;
an <h2> with padding-left set to 5% is correctly indented with its
surrounding <div> when I use this HTML:

<html>
 <head>
  <title>Testing padding</title>
 </head>
 <body>
  <div id="content">
   <h2 style="padding-left: 5%">CSS Information</h2>
    Lorem ipsum, <i>etc.</i>
  </div>
 </body>
</html>


-- 
Mark J. Reed <[EMAIL PROTECTED]>
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to