in reply to Re: Re: Layout
in thread CGI.pm: Rendering H1 and H2 tags in the same line

What's supposed to be the way to do this is display attribute:
.inline { display: inline } <h1 class='inline'>First</h1><h2 class='inline'> - Second</h2>

First

- Second

Well that's what supposed to work. --
Clayton