I'm doing the content for my fansite, and I was wondering, what's the HTML code to postion text?
I know <center> = middle.
How to you get it to go to the right.
Printable View
I'm doing the content for my fansite, and I was wondering, what's the HTML code to postion text?
I know <center> = middle.
How to you get it to go to the right.
<p align="right"> ??
One the div just use text-align:right; OR <span style="float:right;">Blahh</span>
Ty that worked, but another problem now.
Atm it looks like this
(Real)
http://www.tehupload.com/uploads/961...451postion.PNG
And i want it to look like this
(Paint)
http://www.tehupload.com/uploads/118...stion_fake.PNG
How do i do that?
<img src="" align="left" />
Personally I'd make the image float left and the text will follow:
HTML Code:<img alt='' title='' src='yourimage.png' align='left' height='heightofimage' width='widthofimage'/>
Steephen i tried your one and it worked, ty, mod close thread please.
In DIV's:
<div align="right/left/center">YOUR TEXT HERE</div>
Tables:
<p align="right/left/center">
MOD close thread please.