Posts: 143
Name: Blake
Location: Cuyahoga falls,Ohio
|
there are several ways U can do this:
1. you can take a Image lets say <img src="Youre Image url" align="left">
Align left :aligns youre text to the Left ,Or you can align="right">
and youre text will align to the right.Its very Simple.
2.way of doing this is by <span class="text-align:float left">
or <span class="text-align:float right">
technically changes it state to block but it width wont be 100%
sounds like to me u need a basic html tutorial http://www.w3schools.com/html/tryit....ml_image_align
|