LL24 Posted June 9, 2020 Share Posted June 9, 2020 Site URL: https://www.chriszforma.com/priorities/ On my page I have 6 images and they have as their URL the jump to the anchor ID found lower on the same page. However, the jump to the anchor goes past the header that holds the anchor. it jumps to the middle of the paragraph below the <h3> header that hold the anchor id. How can I get it to jump to and display the header? Link to comment
tuanphan Posted June 10, 2020 Share Posted June 10, 2020 Remove anchor id in <h3> <h3 id="education" style="text-align:center;white-space:pre-wrap;">Invest in education and training</h3> add Code Block above h3, & use this code <span id="education"></span> Repeat for other 6 headings Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
LL24 Posted June 10, 2020 Author Share Posted June 10, 2020 thank you, but this is my finding after following your tip. It is a little better but not exact. Plus it added extra white space by adding a new code block. Link to comment
tuanphan Posted June 10, 2020 Share Posted June 10, 2020 You can use CSS to remove extra space. Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.