PDA

View Full Version : Help - Forum redirect to another site?


anuj
01-16-2004, 03:51 PM
Example - The bottom of the vb.org forums have three forums that redirect to three different sites.

How can I do that with vB2? I've seen it done before, but now I need to learn how. Any help is appreciated.

MindTrix
01-16-2004, 04:39 PM
When creating the catagory, just use some simple html

<a href="http://www.google.com">Google</a>

base
01-16-2004, 11:16 PM
...for the forum name

and use </a><a href="thelink.com" target="_blank">forum title</a>