Search found 1 match

by TechieTW
Sat Oct 27, 2007 12:09 am
Forum: [3.0/Olympus] New features discussion
Topic: URL BBcode
Replies: 16
Views: 49295

Re: URL BBcode

I'm really new to BBcode and I simply want ALL links to open in a seperate window. So, what I did was modify bbcode.html line 36 as follows:

<!-- BEGIN url --><a href="{URL}" target="_blank" class="postlink">{DESCRIPTION}</a><!-- END url -->

Inserting target="_blank"


I would love to add a ...