|
-
Jul 1st, 2000, 01:03 PM
#1
Thread Starter
Hyperactive Member
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.
-
Jul 1st, 2000, 04:42 PM
#2
Monday Morning Lunatic
Either:
<div align=right>Your text</div>
or
<p align=right>Your text</div>
I refuse to tie my hands behind my back and hear somebody say "Bend Over, Boy, Because You Have It Coming To You".
-- Linus Torvalds
-
Jul 1st, 2000, 06:03 PM
#3
Thread Starter
Hyperactive Member
Ah, I was trying to use <font align=right>My Text Here</font>
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|