Tagged Questions
0
votes
4answers
186 views
CSS Form Styling
I'm trying to make this:
<form id="simple-search" name="simple-search" action="/search/" method="POST">
<label for="simple-search-address">Location/Address</label>
<input ...
-1
votes
2answers
121 views
CSS Form Styling #2
I have seen forms that can do this without using <br /> etc.
Here's my form:
<form id="staff-login" name="staff-login" action="/staff/login/" method="POST">
<label ...