Page is a not externally linkable
ocon - 5:04 pm on Dec 26, 2012 (gmt 0)
I'm trying to get my inputs to be the full width of it's container up to 600px.
Right now it seems like the width is setting to 100% of the page.
How can I do this?
<div style="margin:0 10px">
...
<form>
<div><input type="text" style="width:100%;max-width:600px;padding:5px" /></div>
</form>
...
</div>