Quote:
Originally Posted by DemOnstar
How do I get links to open in the same tab instead of another one?
I think I remember having the same problem with 4 but it has been so long that I have forgotten.
Thanks. . .
|
earlier versions of vb4 had this issue, but it was later corrected. I used to have a plugin which fixed it, but not sure if I still have the code lying around.
Quote:
Originally Posted by MarkFL
Try changing the target attribute to target="_self" to the anchor (<a></a>) tag(s).  Since this is the default, you could simply remove the target="_blank" from the anchor, and this should work too.
|
wouldn't that change all links, not just internal ones?