valign=middle for input verification

More
14 years 2 months ago #1694 by Korbin
I am trying to center the input field for the verification code vertically. I opened guestbook.php and edited this
Code:
echo '<tr><td><p><b><font size="2">Verify:</font></b></p></td><td><input type="text" name="txtNumber" size="20" value=""><img src="random.php"></td></tr>';

to this
Code:
echo '<tr valign="middle"><td><p><b><font size="2">Verify:</font></b></p></td><td><input type="text" name="txtNumber" size="20" value=""><img src="random.php"></td></tr>';

or this
Code:
echo '<tr><td><p><b><font size="2">Verify:</font></b></p></td><td valign="middle"><input type="text" name="txtNumber" size="20" value=""><img src="random.php"></td></tr>';

but none of it works.

I would appreciate any ideas.

Please Log in or Create an account to join the conversation.

More
14 years 2 months ago #1695 by Pete
Try the following:
Code:
echo '<tr><td valign="center"><p><b><font size="2">Verify:</font></b></p></td><td valign="center"><input type="text" name="txtNumber" size="20" value=""><img src="random.php"></td></tr>';

DigiOz Webmaster
www.digioz.com

Please Log in or Create an account to join the conversation.

More
14 years 2 months ago #1696 by Korbin
No, doesn't work, too.

Please Log in or Create an account to join the conversation.

More
14 years 2 months ago #1697 by Pete
PM me the URL to your guestbook. I will take a look to see if anything else is preventing it from centering.

Pete

DigiOz Webmaster
www.digioz.com

Please Log in or Create an account to join the conversation.

More
14 years 2 months ago #1698 by Korbin
You can look at yours: www.digioz.com/guestbook/guestbook.php

I didn't upload it to my domain until now, I am testing it locally.

Please Log in or Create an account to join the conversation.

Time to create page: 0.127 seconds
Powered by Kunena Forum