PDA

Click to See Complete Forum and Search --> : HTML Alignment


Zaphod64831
Jul 1st, 2000, 01:03 PM
I have a question about HTML, how do you align the text so that it always stays on the right side of the screen. I need to place a "Next" button and I want it on the lower-right hand part of the screen.

parksie
Jul 1st, 2000, 04:42 PM
Either:

<div align=right>Your text</div>

or

<p align=right>Your text</div>

Zaphod64831
Jul 1st, 2000, 06:03 PM
Ah, I was trying to use <font align=right>My Text Here</font>