Topic: image alt text

A feature that hasnt been taken up by many boards that would be very simple is to allow alt tags for your images. It could be implimented much the same as the link tag is. So in the form:

[img=http://image.com/image.gif]alt text[/img]

That could then also be used if the user has decided to have images as links. The alt text could be used as the link text.

Maybe something to add on the todo list?

Eddie

Re: image alt text

Not a bad idea. It does require one or two more calls to preg_replace() per post in viewtopic.php, but maybe that's something we can live with. I'll consider it for a future version.

"Programming is like sex: one mistake and you have to support it for the rest of your life."

Re: image alt text

would be good for when images are quoted too

4

Re: image alt text

It would also be one more step towards meeting accessability guidelines; images are supposed to have alt attributes set if they are content.