I am trying to re-create the IMG bbcode, instead being named nimg. I need this for my vBAdvanced news portal (I don't feel like explaining the whole situation, only thing is I need this [nimg] bbcode to work instead of using IMG). Right now, I am using
HTML Code:
<img src="'[url]'" />
for the Replacement.
I have tried;
HTML Code:
<img src="'$link'" />
and a few others with no luck. What do I put for Replacement to make this BBCode work just like [img] does?
Thanks a million.