Align text next to image

by 3 replies
4
Hi...
I am using blogspot and since i dont have much knowledge about web design i must ask this.

How can i put text next to image... so i can round picture with text. I would like to have posts with more text and pictures inside.


And thank you warrior members, i am here for few days and you are wonderful in your help and support.
#website design #align #image #text
  • try to use this code
    <div style="float: left; padding: 5px 5px 5px 5px;"> ads code</div>
    • [1] reply
  • something like:

    <div style="float: left; padding: 5px;"><img src="...." alt="...." /></div>
    <div>your text here</div>

Next Topics on Trending Feed