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?!
這種情況的發生是因爲Blogger是一個糟糕的設計糟糕的軟件。不過,請忽略我;我只是苦澀。嚴肅地說,阻止它發生的最好方法是停止使用Blogger。 – Ryan
您可以使用(已過時),而不是使用(已過時),您可以將要嘗試鏈接的元素提供給'Test'的'id'屬性。這應該有助於'null'問題,但是對於鏈接的擴展,你真的只需要從字面上使用其他任何東西。哎呀,去與WordPress或什麼的。 – Ryan
防止這種情況發生的唯一方法是首先執行HTML部分,然後使用撰寫模式並且永不切換回HTML模式。 :) – yaqoob