2014-06-26 95 views
2

I'm trying to make page jumps on a page in blogger, using:頁面跳轉,<a href> adding websites randomly to links

<a href="#Test">Test</a> 

for the source and

<a name="Test"></a> 

for the target.

And this is all fine and dandy except when I switch from html mode to compose mode...and then back to html mode. When this happens it triggers the above lines to all of a sudden turn in to these two lines:

<a href="https://www.blogger.com/blogger.g?blogID=6870619294109194114#Test">Test</a> 

<a href="https://www.blogger.com/null" name="Test"></a> 

Where the blogID site is a login for blogger.com and the null site just gives an error message.

It's quite annoying and, while I could just manually delete these added web addresses each time, I am hoping someone out there has a solution that will stop this from happening as i have a lot of jumps and will constantly be updating the page.

Does anyone know why this addition happens and how to stop it?!

+3

這種情況的發生是因爲Blogger是一個糟糕的設計糟糕的軟件。不過,請忽略我;我只是苦澀。嚴肅地說,阻止它發生的最好方法是停止使用Blogger。 – Ryan

+0

防止這種情況發生的唯一方法是首先執行HTML部分,然後使用撰寫模式並且永不切換回HTML模式。 :) – yaqoob

回答

1

Actually sometimes This problem occurs because this link https://www.blogger.com/null自動生成並導致重新路由錯誤頁面。 要解決此問題,請輸入帖子的Html選項卡,然後查找此鏈接,然後將其從代碼中刪除,然後立即在Html選項卡中發佈您的帖子。 並且您不應該返回到撰寫選項卡以避免再次自動生成此鏈接。 你可以看到Demo

相關問題