Quote:
Originally Posted by theducks
I did not define h2 as it's own box(block), so outer styles are inherited.
Inserting display: block;into the style may settle things out.
|
Thanks for the help ducks! I now know more about this stuff than I understand.
This where I ended up, and intend to stay:
.nolines{display:inline}
<body class="nolines"
<h3 class="nolines"
Both have to be there.
Regards - John