Log in

View Full Version : How to disable blank page popup in certain forums


midnightz
03-25-2003, 01:29 AM
Hi there,

I have seen this done where you can have a link inside a post when clicked it stays within the same window and does not popup a blank target.

How is this done. I need this in a few forums.

Also on the same tip is there away lets say to make a forum act as a link so lets say they went to

Photography forum and when they clicked on that forumentrance it took them into a section in the gallery and not a post?

Thanks midz & kitten :)

mr e
03-25-2003, 02:08 AM
for number 2 it's done like this </a><a href="URL">TEXT</a>

midnightz
03-25-2003, 02:55 AM
Sorry,

I am newbie :? where do I code that HTML in the forum description? Do I need to add a target = at all?

midz

midnightz
03-25-2003, 03:13 AM
I found out where to put it - thank you :)

Is there a way by chance without using a CCS to make the link have no underline?

Cheers

Midz

filburt1
03-25-2003, 01:13 PM
Yesterday at 11:08 PM mr e said this in Post #2 (https://vborg.vbsupport.ru/showthread.php?postid=372776#post372776)
for number 2 it's done like this </a><a href="URL">TEXT</a>


</a><a href="wherever">link</a><a> actually. Otherwise an extra </a> will be there closing nothing.

midnightz
04-01-2003, 06:17 PM
Thank you all :)