Im trying to put in two sign up forms on a single page, but to effectively do this id like to split the center div into two seperate columns to achieve this.
Ive poasted the code below:
<div id="content">
<!-- Left Content Start -->
<div class="instruct" id="instruct-div">
<div class="contentcol">
<!-- starts content-->
<h1>Continue...</h1>
<div id="password">
<p>All required fields must be completed. Required fields are denoted by (*)</p></div>
</div>
</div>
Can anyone advise the best way to achieve this without ruining the rest of the site layout?
Ill try to provide any exxtra information people want.