BBCode question / THIS forum / images
Posted: Thu Dec 02, 2010 5:56 pm
Before I try it, fail, and end up requesting that a post or a topic be deleted...
Does THIS board support all of the standard BBCode image features - I.E. will it support THESE code fragments?
In particular, for an image, I want to store a "small" (< 640 horizontal) image and a "large" (1024 x 640) image in my Flickr account... post the SMALL image in the forum post to save on bandwidth and make it easier/better for the board, but clickable / linked to the large image.
Thanks.
Does THIS board support all of the standard BBCode image features - I.E. will it support THESE code fragments?
Code: Select all
Including an image
[img]http://www.bbcode.org/images/lubeck_small.jpg[/img]
Resizing the image
[img=100x50]http://www.bbcode.org/images/lubeck_small.jpg[/img]
Making the image clickable (in this case linking to the original image)
[url=http://www.bbcode.org/images/lubeck.jpg][img]http://www.bbcode.org/images/lubeck_small.jpg[/img][/url]
Resizing and adding meta information for the image
[img width="100" height="50" alt="Lubeck city gate" title="This is one of the medieval city gates of Lubeck"]http://www.bbcode.org/images/lubeck_small.jpg[/img]
Thanks.