|
 Originally Posted by midas06
Yeah, I meant the links that the bloggers put in theirselves.
Ok, I changed the links.php file so that now the bloggers can control their links. If you put target="_blank" then it is no longer ignored, it opens a new window.
As an example, checkout my entries on the http://blog.flopturnriver.com/ page. The first forum link(be sure to visit our Poker Forum) opens a new window because I used target="_blank". The second forum link(You can read comments and responses to any of the blogs or blog entries in our Poker Blog Forum) does not open a new window becaused I didn't use target="_blank".
Check out the source code below and notice that only the first link has target="_blank".
Code:
be sure to visit our Poker Forum and check out their forum contributions.
You can read comments and responses to any of the blogs or blog entries in our Poker Blog Forum.
|