Re: Simple form label question.
- From: Mike Barnard <m.barnard.trousers@xxxxxxxxxxxxxxx>
- Date: Sat, 29 Mar 2008 14:18:25 +0000
On Sat, 29 Mar 2008 01:08:02 +0000, freemont
<freemont@xxxxxxxxxxxxxxxxxxxxxxxxxxxx> wrote:
On Sat, 29 Mar 2008 00:23:29 +0000, Mike Barnard writ:
www.thermachek.com/contact.php
The label attached to the big textbox is at the bottom on one side. Are
there css rules for repositioning it? I have looked but found nothing
that helps.
How about:
<p>
<label for="name">Please tell me your name,<br><input type="text"
name="name" id="name" size="50" value=""></label> <br><br>
<label for="email">And enter the e-mail address you would like me to
respond to.<br><input type="text" name="email" id="email" size="50"
value=""></label>
<br><br>
<label for="comments">Then leave your message in this box<br><textarea
name="comments" id="comments" cols="50" rows="20" ></textarea></label>
<br>
<input type="submit" name="submit" id="submit" value="Send"> </p>
That outputs very neatly and tidily, thanks. I assume this means there
is no specific CSS for labels and input items?
.
- Follow-Ups:
- Re: Simple form label question.
- From: freemont
- Re: Simple form label question.
- References:
- Simple form label question.
- From: Mike Barnard
- Re: Simple form label question.
- From: freemont
- Simple form label question.
- Prev by Date: Re: Calling all firefox users. Do your fonts look faint and washed out?
- Next by Date: Re: Simple form label question.
- Previous by thread: Re: Simple form label question.
- Next by thread: Re: Simple form label question.
- Index(es):
Relevant Pages
|