Well I'll tell ya...
Look at
THIS POST and take a look how the text wraps around the images. Looks pretty snazzy doesn't it? Just placing img tags in the post won't do that - there is a secret...
The trick is to use tables to embed the images. But - since the forums won't allow HTML code - how do I put in a table? Good question.
I made up a bunch of
BB Codes for us to use that will automatically work for inserting images in tables and aligning them left, right or center.
They are:
tr50, tr100, tr150, tr200, and tr250 (table align right)
tl50, tl100, tl150, tl200, and tl250 (table align left)
tc50, tc100, tc150, tc200, and tc250 (table align center)
Here is how they work.
trxxx=200 is --- table right and then the image width, image height. Example - to place an image that is 200 pixels wide and 100 pixels high aligned to the right side of the post use
PHP Code:
[tr200=100]IMAGE URL HERE[/tr200]
This will create an image 200x100 on the right side.
Here are some examples using an image from my gallery:
PHP Code:
[tr200=100]http://www.jeep-cj.com/gallery/files/1/jeepliveshere.jpg[/tr200]
Image Aligned Right 200x100
PHP Code:
[tl200=100]http://www.jeep-cj.com/gallery/files/1/jeepliveshere.jpg[/tl200]
Image Aligned Left 200x100
PHP Code:
[tr200=200]http://www.jeep-cj.com/gallery/files/1/jeepliveshere.jpg[/tr200]
Image Aligned Right 200x200
PHP Code:
[tl200=200]http://www.jeep-cj.com/gallery/files/1/jeepliveshere.jpg[/tl200]
Image Aligned Left 200x200
PHP Code:
[tr50=150]http://www.jeep-cj.com/gallery/files/1/jeepliveshere.jpg[/tr50]
Image Aligned Right 50x150
PHP Code:
[tl50=150]http://www.jeep-cj.com/gallery/files/1/jeepliveshere.jpg[/tl50]
Image Aligned Left 50x150