Help - Search - Members - Calendar
Full Version: "Align left"
Forums > Resource Center > Webmasters' Corner > Webmasters' Corner Resolved Topics
jennyyy_xp
How do you make something "align left"? =/ isn`t there a code?

-edit-

i didn`t mean text.. if you look at my xanga, there`s a boxed xanga kind of, i want to know how you can move that box to the left so you could see my background! blahh.. can anyone help me now..? ^^
slayerangel
I know how to align text left (if that helps at all):

text-align:left

Add a semi-colon if necessary.
icylove
<P align=right> your text </p>


hope that helps
aznhybriddragon
<div align="left">YOUR CONTENT</div>
icylove
oooops i meant left.... lol
megare
Yeah, basically..

in styles..
CODE
<!-- begin code provided by createblog.com -->
<style>
table {align:left}
p {text-align:left}
</style>
<!-- end code provided by createblog.com -->


You can also do... <table style="align:left">
and simply... <p align=left>

Yeah... rolleyes.gif
jennyyy_xp
i didn`t mean text.. if you look at my xanga, there`s a boxed xanga kind of, i want to know how you can move that box to the left so you could see my background! blahh.. can anyone help me now..? ^^

> _ < lemme try some of them in the html box.. =/ thanks everyone for helping though!
Amy
Put <div align=left> at the end of your stylesheet.
jennyyy_xp
Thank youu. =)
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.