![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Ive stumbled across a rather anoying problem in dreamweaver. I have some text in a layer. Beside the text to the right is a text field for users to enter a user name. Underneith the text and text field is another line of text and another text field for users to enter a password. Because the words 'User Name' are longer than the word 'Password', it means that the two text fields arn't in line with each other vertically: eg. User Name: |_____| Password: |_____| The little blank areas represent the text fields if you didnt realise ![]() Anyway, i cant move the text fields so they are inline with each other. I cant just put a space between the word 'Password' and the text field for some reason. Dreamweaver just wont let me. I also cant find any code so i can adjust the text field's position anywhere either. Any help would be appreciated. Thanks in advance. |
#3
| |||
| |||
|
|
Ive stumbled across a rather anoying problem in dreamweaver. I have some text in a layer. Beside the text to the right is a text field for users to enter a user name. Underneith the text and text field is another line of text and another text field for users to enter a password. Because the words 'User Name' are longer than the word 'Password', it means that the two text fields arn't in line with each other vertically: eg. User Name: |_____| Password: |_____| The little blank areas represent the text fields if you didnt realise ![]() Anyway, i cant move the text fields so they are inline with each other. I cant just put a space between the word 'Password' and the text field for some reason. Dreamweaver just wont let me. I also cant find any code so i can adjust the text field's position anywhere either. Any help would be appreciated. Thanks in advance. |
|
| __________ | user Name: | |_________| | ______________|_____________| | __________ | Password: | |_________| | ______________|_____________| |
#4
| |||
| |||
|
|
User Name: |_____| Password: |_____| The little blank areas represent the text fields if you didnt realise ![]() Anyway, i cant move the text fields so they are inline with each other. I cant just put a space between the word 'Password' and the text field for some reason. |
|
Any help would be appreciated. Thanks in advance. |
#5
| |||
| |||
|
|
but you have to set a width for your label (8em). So what if you later add a label that needs more space? With a table, no need to set any width. |
#6
| |||
| |||
|
|
On Mon, 07 Nov 2005 12:28:23 -0500, "(_seb_)" <seb (AT) webtrans1 (DOT) com> wrote: but you have to set a width for your label (8em). So what if you later add a label that needs more space? With a table, no need to set any width. Set a width that works for your labels. If the actual label text is wider than the width, it will wrap, just like a table will if the content is too wide for the cell. Note that I never said this method was better than a table. I just offered it as another alternative. Gary |
#7
| |||
| |||
|
|
I know. I was just addressing what I consider as an inconvenience of the css option compared to the table option in this case: that you have to set a width for a floating element, therefore fixing the size of a container that should not need to be fixed. That's just my take on it (I think the css vs. table discussion is healthy and legitimate, not frivolous) |
![]() |
| Thread Tools | |
| Display Modes | |
| |