You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Point is, instead of image url, i need image id so I can buildimage name (finally, I should read image info from database) and provide proper HTML markup to show that image.
I made more or less everything that I needed except, i cannot use this BBCode without closing tag [/insertimg]. i want to get rid of that closing tag. I read all I could and searched for answer but could not get it.
Basicaly, now I have to put tag in this form: [insertimg imgid=22 style=left border=1 alt="alttext"][/insertimg]
but i want it to be simpler, this form: [insertimg imgid=22 style=left border=1 alt="alttext"]
Hi,
i want to creade BBCode which looks like this:
Point is, instead of image url, i need image id so I can buildimage name (finally, I should read image info from database) and provide proper HTML markup to show that image.
I made more or less everything that I needed except, i cannot use this BBCode without closing tag
[/insertimg]
. i want to get rid of that closing tag. I read all I could and searched for answer but could not get it.Basicaly, now I have to put tag in this form:
[insertimg imgid=22 style=left border=1 alt="alttext"][/insertimg]
but i want it to be simpler, this form:
[insertimg imgid=22 style=left border=1 alt="alttext"]
Here is my code:
The text was updated successfully, but these errors were encountered: