The effort of adding <!DOCTYPE html>. Oh, the humanity!
Btw, I noticed that although simple HTML works, it seems to be broken in some older posts.
http://thedndsanctuary.eu/index.php?topic=150.msg7555#msg7555
http://thedndsanctuary.eu/index.php?topic=79.msg15921#msg15921
http://thedndsanctuary.eu/index.php?topic=300.msg47604#msg47604
Checking in the DB
Old post:
This might be worth a try. The rules are simple: post a nice random picture or illustration.<br><br>I'll start with one for jax: [url=https://www.behance.net/gallery/Year-of-the-Horse/13678495]the year of the horse[/url].<br><br><img src="http://polymathicmonkey.smugmug.com/Frans/Random/n-6nZJF/i-R5JHwp8/0/S/year-of-the-horse-on-behance-S.jpg">
Repost:
This might be worth a try. The rules are simple: post a nice random picture or illustration.<br /><br />I'll start with one for jax: [url=https://www.behance.net/gallery/Year-of-the-Horse/13678495]the year of the horse[/url].<br /><br /><img src="http://polymathicmonkey.smugmug.com/Frans/Random/n-6nZJF/i-R5JHwp8/0/S/year-of-the-horse-on-behance-S.jpg">
The <br /> makes no difference. The key is in the unencoded quotation marks.
Now I just need to capture them all… this'll probably do.
SELECT * FROM [icode]elkdnd_messages[/icode] WHERE [icode]body[/icode] LIKE '%src="%' OR [icode]body[/icode] LIKE '%href="%'
And then to convert them somehow, but without overreaching.
Edit: submitted as #103.