PDA

View Full Version : I need help on how to align text to the "right"


Tom Porter
02-23-2000, 01:17 PM
I know a fair amount of html, but not a wizard, I basically know enough to get by.

I know <CENTER> and </CENTER> - center text

but how do you get text to align right

Please reply with the command and maybe an example if possible.

Thank you,
Tom

Ian
02-23-2000, 02:16 PM
Hi Tom,
You might have some luck doing it this way.

<div align=right>YOUR TEXT</div>

good luck

Ian