Alt text for BBCode image

noquarter

Member
Dec 11, 2008
248
20
Hmm I'm looking for a way to set the alt text for an image so when you mouse over the image the alt text shows up..

Basically I'd like to be able to do this through BBCode:

[img=An example]http://www.akiba-online.com/example.jpg[/img]

<img src="http://www.akiba-online.com/example.jpg" alt="An example" />


Looking around I see a few BBCode mods that add this to the tag, is there something like that already implemented here?

I don't know anything about vBulletin or anything but it looks like it's just:
BBCode
[code][IMG={TEXT}]{URL}[/code]
HTML
Code:
<img src="{URL}" alt="{TEXT}" />

I'm probably the only one that'd ever use it so if it's not in there already no worries.