View Full Version : I can't align it!


NikiSeep
07-10-2004, 03:08 AM
I have a layout made for my site. But I cannot get my text to shift over ==> that way. Does anyone have an HTML code to get it to shift over until you want it to stop? Thank you!

Alcy
07-10-2004, 04:07 AM
Like this?

<div align="right">
TEXT HERE
</div>

Snoopster87c
07-10-2004, 04:11 AM
<div align=left>TEXT</div>makes it go to the left side
<div align=right>TEXT</div>Makes it go to the right side
<div align=center>TEXT</div>Centers your text

Im kind repeating what the last person said but maybe the other 2 help? lol

NikiSeep
07-10-2004, 04:44 AM