Font align |
Font align |
![]()
Post
#1
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Nov 2005 Member No: 299,031 ![]() |
What's the code to align a text to a certain side with a photo next to it?
|
|
|
![]() |
*StanleyThePanda* |
![]()
Post
#2
|
Guest ![]() |
Use this image tag:
CODE <img src="IMAGEURL" align="LEFT/RIGHT"> Change the IMAGEURL to the image url, and change the "LEFT/RIGHT" depending on which side you want it on, and then just type beside it. ![]() |
|
|
![]()
Post
#3
|
|
Newbie ![]() Group: Member Posts: 9 Joined: Nov 2005 Member No: 299,031 ![]() |
Do I close it or something? Because it works, but its putting everything on the right side now.
|
|
|
![]()
Post
#4
|
|
![]() Lurker. ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Designer Posts: 2,161 Joined: Feb 2004 Member No: 3,851 ![]() |
^ you just have to use that exact code and just change the imageurl to your image and whether you want it on the right or left, and you have to close it with the ">" at the end. So it should look something like this.
CODE <img src="http://" align="RIGHT">text text text text text text text text
|
|
|
![]()
Post
#5
|
|
![]() Jay ![]() ![]() ![]() Group: Member Posts: 50 Joined: Oct 2006 Member No: 472,576 ![]() |
and if you want the text to stop wrapping around the image, put this code in whenever you want it to stop wrapping:
CODE <br clear=all>
|
|
|
![]() ![]() |