如何链接到另一页的底部?

huangapple go评论59阅读模式
英文:

How do I link to the bottom of another page?

问题

我想要从subfile.html链接到index.html的底部。我是做错了什么还是这不可能?谢谢你的建议!

index.html

<h1 id="bottom">网站底部</h1>

subfile.html

<a href="..\index.html/#bottom">底部索引</a>

目录:
主文件夹 -> index.html
|
子文件夹 -> subfile.html

我尝试在VSCode中复制相对路径,但也没有起作用。

英文:

I want to link from subfile.html to the Bottom of index.html
Am I doing something wrong or is it not possible? Thanks for your advice!

index.html

&lt;h1 id=&quot;bottom&quot;&gt;Website Bottom&lt;/h1&gt;

subfile.html

&lt;a href=&quot;..\index.html/#bottom&quot;&gt;Bottom Index&lt;/a&gt;

> Directory:
> Main Folder -> index.html
> |
> Subfolder -> subfile.html

I tried copying the relative path in vscode but that didnt work either.

答案1

得分: 1

移除 #bottom 前面的斜杠。

英文:

Remove the forward slash before the #bottom

huangapple
  • 本文由 发表于 2023年8月9日 02:37:40
  • 转载请务必保留本文链接:https://go.coder-hub.com/76862344.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定