Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS what is the procedure for this? Re: what is the procedure for this?

#68557
TheDoc
Member

<div class="box">

<ul style="float:left;">
<li>asdf</li>
</ul>

<ul>
<li>asdf</li>
</ul>

<div style="clear:both;"></div>

<p>paragraph</p>

</div><!–close box–>

This is what I would do… minus the inline styles of course.