![]() |
Borders or Frames within Text and Fields
I'm trying to add borders to a section of my input fields.
__ Hello _____________________ | | | Hello: Input Field Here | | Hello: Input Field Here | | | ____________________________| Lines are not straight, but you get the picture. How do I accomplish this? Thank you. |
you mean a
<fieldset> and <legend> tag?The <fieldset> adds the borders automatically, the <legend> places it nicely between the borders. Code:
<form> |
Yes, that's what I needed. Thank you.
|
A word of caution, I believe it renders differently in various browsers.
Don't quote me on that, but keep it in the back of your head. |
Thanks. I will add this code to an ASP.NET web page.
How do I align the fields to First: blankspace XXXXXX Last: blankspace XXXXXX Date of Birth.......XXXXXX instead of: First: XXXXXX Last: XXXXXX Date of Birth: XXXXXX Thx a million! |
Code:
label {Code:
<form><label> tag, I was missing a "/". It is working correctly now. |
Awesome! Thanks a lot!!
|
| All times are GMT +1. The time now is 09:15 AM. |
Powered by vBulletin®
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.