David E. Ross wrote: > In any case, get rid of the </p>, </li>, </dd>, and </dt> tags. They > are not needed. Their presence makes your page look like tag soup.
I agree with the rest of what you wrote, except for the above. All elements should be closed, having an opening tag and a closing tag. If you don't, you would fail Strict validation. <p>This is a paragraph.</p> -- -bts -Four wheels carry the body; two wheels move the soul _______________________________________________ support-seamonkey mailing list [email protected] https://lists.mozilla.org/listinfo/support-seamonkey

