/    Sign up×
Community /Pin to ProfileBookmark

aligning buttons

Have 3 buttons.
update, Prev, Next

Would like to have update butotn at left corner and Prev, Next at right corner of the screen.

how can I do this?
Tried using table and placing the buttons in the table but not wokring as expected. Would prefer to use table.

Thanks.

to post a comment
HTML

5 Comments(s)

Copy linkTweet thisAlerts:
@FangNov 29.2005 — <div>
<button type="button">update</button>
<div style="float:right;">
<button type="button">Prev</button>
<button type="button">Next</button>
</div>
</div>
Copy linkTweet thisAlerts:
@RxyzauthorNov 29.2005 — Thankyou for your response.

Is it possible to do this using table?

or div is the better way to do?

thanks.
Copy linkTweet thisAlerts:
@ray326Nov 30.2005 — Div is the right way.
Copy linkTweet thisAlerts:
@RxyzauthorNov 30.2005 — Using the above code using div, seams that I am having the update button in left in one line and the Prev and Next are towards right but they seam to be in the next line.

How to make them apear in the same line?

Thanks.
Copy linkTweet thisAlerts:
@FangNov 30.2005 — <div>
<button type="button" [COLOR=Green]style="float:left;"[/COLOR]>update</button>
<div style="float:right;">
<button type="button">Prev</button>
<button type="button">Next</button>
</div>
</div>
×

Success!

Help @Rxyz spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.28,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @AriseFacilitySolutions09,
tipped: article
amount: 1000 SATS,

tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,
)...