I'm not sure if this is common knowledge, but ever since TNT put in a regex to filter out all links on shops, I hadn't figured out how. I am sure some others don't know how, so here is how
Old Link (Would get turned into "Link to Neopets : http://neopets.com"):
Code:
<a href="http://neopets.com">Link to Neopets</a>
How to fix it (Make a new line between the link text (or image) like this):
Code:
<a href="http://neopets.com">
Link to Neopets</a>
This also works with images of course. Fake items to offsite cg anyone?