![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
| 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. |
#3
| |||
| |||
|
|
Hi. Missd me? Well, without me asking stupid questions, how would you look so knowledgable? ![]() 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. |
#4
| |||
| |||
|
|
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 |
#5
| |||
| |||
|
|
On 2008-03-29, Mike Barnard <m.barnard.trousers (AT) thunderin (DOT) co.uk> wrote: Hi. Missd me? Well, without me asking stupid questions, how would you look so knowledgable? ![]() 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. You can put a SPAN around the words "Then leave your message in this box" and give the span vertical-align: top. But it doesn't look very good if the line breaks. |
|
Why not put the instructions above each input instead? |
#6
| |||
| |||
|
|
That outputs very neatly and tidily, thanks. I assume this means there is no specific CSS for labels and input items? |
#7
| |||
| |||
|
|
On Sat, 29 Mar 2008 14:18:25 +0000, Mike Barnard writ: That outputs very neatly and tidily, thanks. I assume this means there is no specific CSS for labels and input items? Well you can style those tags however you like. I'm not sure what you have in mind. If you mean to ask, is there a css attribute "form-label-position" or the like, then the answer's no. :-) |

#8
| |||
| |||
|
|
On Sat, 29 Mar 2008 05:43:00 -0500, Ben C <spamspam (AT) spam (DOT) eggs> wrote: On 2008-03-29, Mike Barnard <m.barnard.trousers (AT) thunderin (DOT) co.uk> wrote: Hi. Missd me? Well, without me asking stupid questions, how would you look so knowledgable? ![]() 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. You can put a SPAN around the words "Then leave your message in this box" and give the span vertical-align: top. But it doesn't look very good if the line breaks. I'll experiment and see anyway. Thanks. Why not put the instructions above each input instead? As Freemont has suggested. It looks OK, but no way to position without placing tags? Prehistoric. |
#9
| |||
| |||
|
|
Hi. Missd me? Well, without me asking stupid questions, how would you look so knowledgable? ![]() 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. |
![]() |
| Thread Tools | |
| Display Modes | |
| |