1 sweda Oct 03, 2009 19:51
3 sweda Oct 04, 2009 09:34
The hyperlink is followed, but the Target= tag appears to be being ignored. With Target="_top" the page loads within the same frame, which it shouldn't do. To test it I changed the tag to target="_blank" which should force the page to open in a seperate browser window, but again it doesn't, it just opens in the same frame. Prior to the upgrade it was functioning correctly.
4 edb Oct 04, 2009 16:22
Got link where we can see this?
5 sweda Oct 04, 2009 18:40
Ok, well I'm pretty poorly skilled when it comes to web technologies, but I do manage a small charity website built in a WYSIWYG manner. I've tried to set up a basic news blog at http://www.swedauk.org/news/index.htm and have used html frames (I know that frames aren't really a great idea).
On page 2 of the news blog there's a post titled Hitch Hike to Morocco and a hyperlink withing it to another blog that's also within a frame. The html code for the link is <a href="http://www.swedauk.org/ellen/index.htm" target="_top"> http://www.swedauk.org/ellen/</a>. Previously this link loaded the page correctly but since the upgrade it loads within the current frame. The same happens, instead of opening a new browser window, if I change the target tag to "_blank".
6 yabba Oct 04, 2009 18:43
I see this in your html :
your link? wrote:
<a target="_top" href="http://www.swedauk.org/ellen/index.htm"> </a>
<a href="http://www.swedauk.org/ellen/">http://www.swedauk.org/ellen/</a>
*how* are you adding those links to your post?
¥
*edit
For kicks, admin -> global settings -> plugin install -> disable the "auto links" plugin
7 sweda Oct 04, 2009 18:51
I think I just typed them in by hand into the expert panel. It did used to work and I only noticed it not working after updating.
8 tblue Oct 04, 2009 19:36
So what do you see if you edit the post?
9 sweda Oct 04, 2009 19:42
<b>Ellen Porteous</b> and her friend <b>Jane Chedzoy</b> are currently undertaking a sponsored Hitch-Hike to Morocco to raise money for SWEDA.
We wish them all the best! You can follow their exploits and post encouragement and feedback on their ongoing blog at <a href="http://www.swedauk.org/ellen/index.htm" target="_top"> http://www.swedauk.org/ellen/</a>
displayed in the expert panel. Don't worry though, it's not a big deal, I just wasn't sure what was going on as it worked previously.
10 edb Oct 05, 2009 00:29
¥åßßå wrote:
*edit
For kicks, admin -> global settings -> plugin install -> disable the "auto links" plugin
Sounds like a good idea. Auto-Links might be making a link out of the link that should be text, thus resulting in the double-linked text.
11 sweda Oct 05, 2009 08:08
Thank you all, disabling the auto links plugin does indeed work.
What exactly do you mean with "it does not work"?