Click to See Complete Forum and Search --> : Button display question


rrafanan
09-02-2005, 02:54 AM
Hello all,

I have a question regarding button positioning

i have three buttons

<input type="submit" value="x">
<input type="submit" value="y">
<input type="submit" value="z">

If inputted like this, they correctly align this way [x][y][z] in one row

How do I right align button z so it is on the complete right side of the page?
[x][y] [z]

Is the only way possible to use tables? *gulp*

Fang
09-02-2005, 02:58 AM
Add style="float:right;" to the last input