Forum Moderators: open
I have my form set-up like so:
<div>
<div>
<img />
<p></p>
<div>
<form>
<input /> [color=red]//THIS IS THE PROBLEM W/ VAL[/color]
<div></div>
<div></div>
</form>
</div>
</div>
</div> Maybe it's a bit clearer to someone else...
Thanks
M
[edited by: madcat at 7:06 pm (utc) on June 3, 2002]
<form>
<div>
<input /> //THIS IS THE PROBLEM W/ VAL
</div>
</form>Exactly : I didn't understand why I needed to wrap the <input> with <div>s though. The <div>s within the form separate the text and <input> areas into two columns...
Maybe I'll have to come up with a better way to create this effect.