Quote:
Originally Posted by TrigZu
Couldn't HTML injection be a potential issue, and is there some other way to fix the spacing issue? The other guys solution didn't work for me, I don't see why it would work... :/
|
For the HTML injection issue- I don't believe this is a problem. if you put HTML code inside the [tbl][tr[[td] <html here> [/td][/tr][/tbl] code, and HTML is turned off for forums, vBulletin displays the actual code just as if you typed it directly into a post. I tried this with YouTube Embed Code and I saw the actual code, not a video.
If you can think of some other way to exploit this please let me know ASAP I wouldn't want anything that could lead to problems for anyone down the road. I use this code on my forum as well.
As for the spacing issue, if that solution isn't working than you can just take all the linebreaks out of you code... Instead of this:
Code:
[tbl]
[tr]
[td] Test Text [/td]
[/tr]
[/tbl]
Use this:
Code:
[tbl][tr][td] Test Text [/td][/tr][/tbl]