|
I thought a span tag needs to be inside a p, h1, etc tag? When I do this to the code I loose the styles and the 2nd line behaves without any styles on a separate line.
You said to try it like this:
<div>
<h1>Hot & Cold Buffet </h1><br />
<span class="minimum">(Minimum 50 People)</span>
</div>
It seems to make things worse?
|