Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Not Solved [How To?] how to add alt tag in bbcode for images
#1
Not Solved
Regular Expression:
Code:
\[img alt=(.*?)\](.*?)\[/img\]

HTML Replacement:
Code:
<img src="$2" alt="$1" title="$1" />

Usage:
[img alt=MyBB]http://community.mybb.com/images/logo.gif[/img]

But i want to remove "alt=MyBB" when post and make like general which we used to post image

Bump........


Forum Jump:


Users browsing this thread: 1 Guest(s)