New bbcode: Imageleft and Imageright
Posted: Wed Jul 02, 2008 2:23 pm
The forums are now updated to include "imgleft" and "imgright" bbcode, for users to wrap text around images they put in their posts.
The syntax to use imgleft and imgright is as follows:
The URL should be your standard image link. Examples follow, showing both the code and the resulting image and text:
The body of text now wraps to the right of the left-fixed image. The image will not interrupt written text.
The body of text now wraps to the left of the right-fixed image. The image will not interrupt written text.
The syntax to use imgleft and imgright is as follows:
Code: Select all
[imgleft]URL[/imgleft]
and
[imgright]URL[/imgright]
Code: Select all
[imgleft]http://i30.photobucket.com/albums/c350/Screaming-Mimi/Web%20Stuff/cross-1.jpg[/imgleft][size=150]The body of text now wraps to the right of the left-fixed image. The image will not interrupt written text.[/size]

Code: Select all
[imgright]http://i30.photobucket.com/albums/c350/Screaming-Mimi/Web%20Stuff/cross-1.jpg[/imgright][size=150]The body of text now wraps to the left of the right-fixed image. The image will not interrupt written text.[/size]
