<HTML>
<HEAD>
<TITLE>Re: [opencms-dev] Can opencms stop changing my link url?</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>I don’t think the format your intending is a valid URL — remember that # indicates an anchor within the page.  If you’re trying to use it as part of a filename, you’d need to escape it.  (I believe the substitution is %23.)<BR>
<BR>
Or perhaps I’m misunderstanding what you’re trying to do — if so, can you clarify?<BR>
<BR>
--<BR>
Mark Roedel<BR>
Senior Programmer / Analyst<BR>
LeTourneau University<BR>
<BR>
<BR>
On 6/6/08 5:18 PM, "Shuchun Yang" <<a href="shuchun.yang@salesforce.com">shuchun.yang@salesforce.com</a>> wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Hi, I encounter the trouble while creating <B>page with free text(only this category)</B>, each time I want to add url like <a href="https://www.abc.com/#version?id=11111">https://www.abc.com/#version?id=11111</a>, when I save the page, the link will become <a href="https://www.abc.com/?id=11111#version">https://www.abc.com/?id=11111#version</a>, it moves the "#version" to the last part of the url. Are there any properties which could control the automatical change to the url? Or is it a bug? My OpenCMS version is 6.2.3. Thanks!<BR>
</SPAN></FONT></BLOCKQUOTE>
</BODY>
</HTML>