Guys,
I had a look to see what ways we can use the TPO gallery feature in more creative ways, and came across:
http://mbnx.net/info/en/smf_bbcode/
If you have a number of images, the table tags allow you to display them in a table gallery with text around each of them as shown below (just used some of the images from one of my other posts as example):
[table]
[tr]
[td][smg id=133]Pseudo-Frenchie<br>TMC2499SP-BL, #14[/td]
[td][smg id=132]Pink/Grey Ghost<br>Hook, Size[/td]
[td] [smg id=130]Red Serendipity<br>Hook, Size[/td]
[td] [smg id=125]POP Emerger<br>Hook, Size[/td]
[/tr]
[tr]
[td][smg id=129]Hendrickson Nymph<br>Klink 15BN, #16[/td]
[td][smg id=128]Cased Caddis<br>TMC100, #16[/td]
[td][smg id=127]Beaded Nymph 1<br>TMC2499, #14[/td]
[td][smg id=122]Beaded Nymph 2<br>TMC2499, #14[/td]
[/tr]
[/table]
The code to get this is:
Code:
[table]
[tr]
[td][smg id=133]Pseudo-Frenchie<br>TMC2499SP-BL, #14[/td]
[td][smg id=132]Pink/Grey Ghost<br>Hook, Size[/td]
[td] [smg id=130]Red Serendipity<br>Hook, Size[/td]
[td] [smg id=125]POP Emerger<br>Hook, Size[/td]
[/tr]
[tr]
[td][smg id=129]Hendrickson Nymph<br>Klink 15BN, #16[/td]
[td][smg id=128]Cased Caddis<br>TMC100, #16[/td]
[td][smg id=127]Beaded Nymph 1<br>TMC2499, #14[/td]
[td][smg id=122]Beaded Nymph 2<br>TMC2499, #14[/td]
[/tr]
[/table]
(note that the code box above has a "select" link that copies the code text to eh clipboard if you want to use it as a template)
Many of you may well be aware of this but I thought I would share it as it will come in handy for me. The URL has details of color tags, underlining tags, bold tags etc. as well.
Hope it does come in useful!
JW