picture formatting in posts

JavaScript and client side scripting.

Moderator: General Moderators

Post Reply
Chadian22
Forum Newbie
Posts: 1
Joined: Sun Mar 14, 2004 6:15 pm
Location: edmonton

picture formatting in posts

Post by Chadian22 »

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.
User avatar
tim
DevNet Resident
Posts: 1165
Joined: Thu Feb 12, 2004 7:19 pm
Location: ohio

Post by tim »

:?: :?:

perhaps you could enlighten us with a link that has a example of what is boggling your mind?
User avatar
Sevengraff
Forum Contributor
Posts: 232
Joined: Thu Apr 25, 2002 9:34 pm
Location: California USA
Contact:

Post by Sevengraff »

you can use the align property.

Code: Select all

<img src="image.png" align="left">
this should be in the client side forum.
Post Reply