Re: Absolute URL for Images and not HREF

  •  05-06-2011, 7:03 PM

    Re: Absolute URL for Images and not HREF

    I disagree.
     
    If you are using ABSOLUTE URLs, the whole friggin URL gets put at the beginning of an anchor link. IT SHOULDN'T BE THIS WAY, BUT IT IS.
    THIS IS SO STUPID. I have to use the ABSOLUTE URL setting for other reasons, but now I can never use a jump anchor link (like "back to top" or "next section", etc), because the stupid editor puts the whole absolute URL (of the EDITOR!!!!) at the beginning of links that start with #. This is not useful, EVER.
     
     
    Even in ABSOLUTE mode, the editor should IGNORE ANY LINKS THAT START WITH #. 
     
     
    <a name="test"></a> 
     . . .
     <a href="#test">jump to test</a> 
     
     
    that link above becomes: 
     
    <a href="http://blahblahblah.com/1111/22222/editor/?mode=edit&status=abc&acct=xyz&blah=kjhdfkjsfkjshlkhdfljf#test">jumptotest</a> 
     
    this URL is of no use to the final audience, they don't need a link to my editor, thanks.
View Complete Thread