Originally posted by AnonJrFirst of all, thank you so much!
The forum code (as it currently stands) opens all links in a new window - the easiest way to change that would change it for all links, not just the ones you use in the forum description. If you're ok with that, you may want to look at this topic from a while back.
Originally posted by Carefree
Yes.
You'd simply insert the [img] tags around the photo url where you want the photo to appear. I'd recommend putting the photo either at the very end (with a carriage return/line feed preceding it) or at the very beginning (with a carriage return/line feed following it).
Something like this: [img]blahblahblah.url[ /img][ br]description
or
description[ br][img]blahblahblah.url[ /img]
Eliminate the spaces in the closing tags.
Originally posted by Carefree
Sorry, missed a part of this thread. To make a URL open in the same window, use this pattern (remove the spaces before closing brackets):Code:[url="../higherpage.htm" target="_self"]Higher Level Link[/url]