Web Hosting Talk







View Full Version : form alignment problem :(


matt2kjones
04-16-2003, 06:36 AM
ok guys do u know what im doing wrong here, im creating a login form which u can see below:

http://development.thedigitaldream.co.uk/login.php

problem is, as you can see, the username, password and login box hover lower than everything else :(

now all cells in the table have valign="top"

but it still hovers low. Is there anything i can do about this or am i better doing this in flash?

matt2kjones
04-16-2003, 06:58 AM
ok got it fixed now thanx, but one other question i have is how do you get a table to stretch to the height of the screen??? i tried height="100%" but it only seems to work for width. Any ideas?

vendor
04-16-2003, 07:52 AM
be sure that height=100% works for tag <TABLE>
there are some differences in Netscape and Explorer but it works

txclaw
04-16-2003, 08:03 AM
another choice may be to choose a resolution size and set the height to medium like width=100% height=480

matt2kjones
04-16-2003, 09:00 AM
ok i think i have it working well now

does this all alignup with u ok :

http://development.thedigitaldream.co.uk/login.php

also, if it doesn't what browser are u using

Thanx :)

Rich2k
04-16-2003, 09:27 AM
height=100% will work on both netscape 6 and ie 4+ but it is not defined in the HTML or XHTML standards so if you care about being standards compliant you can't use it.

digitok
04-17-2003, 05:50 AM
I use height=100% alot. I've never really looked into the standards much.