picture formatting in posts
Moderator: General Moderators
picture formatting in posts
You know how some websites are blog-based and they have all the categories and stuff. Well some of them include pictures, what I dont get is how they get the text to wrap around the picture and stuff without putting in all the work of using <TABLE> </TABLE> and stuff.
- Sevengraff
- Forum Contributor
- Posts: 232
- Joined: Thu Apr 25, 2002 9:34 pm
- Location: California USA
- Contact:
you can use the align property.
this should be in the client side forum.
Code: Select all
<img src="image.png" align="left">