Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Is there a way?

Featured Replies

Good morning fellow devs!

 

I was just wondering if there is a way of when clicking on a link for say a 'contact page', the page loads but starts half way down that specific page?

 

Any tips/advice would be much appreciated.

 

Thanks

 

James

You need to give the part of the page you are linking to an anchor <a name=""> then link to that including the relative page address and the name of the anchor.

I prefer to use an id rather than a name, like this:-

Place this code at the position in the html file that you want to move a viewer from:-

<a href="contact.html#anchorposition">Contact</a>

and this code on the Contact page at the place which you want to appear at the top of the window:-

<a id="anchorposition"></a>

Or instead of the above you can use a convenient id that already exists in the correct place in the Contact page, like:-

<h4 id="anchorposition">Sub-heading</h4>

or

<p id="anchorposition">Paragraph text............</p>

Edited by Wickham

  • Author

Like I said any advice or tips are greatly appreciated so thanks very much Wickham, all noted down! :good:

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.