How to fix my anchor link issue

前端 未结 4 1531
孤街浪徒
孤街浪徒 2021-01-24 11:08

I have a question regarding the anchor tag.

I have a page like

bunch of stuff….and iamges
<
4条回答
  •  时光说笑
    2021-01-24 11:36

    Hi maybe this should do the trick

    
    

    and

    .anchor {
       position: relative;
       top: -[number]px;
    }
    

    Edit :

    Or with anchor like this

    Anchor Text

提交回复
热议问题