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.

Handcoding anchors

Featured Replies

Give the element you want to link to an id attribute and create a link like this:

<a href="#someSection">This is the link text.</a> //This might link to:

<h2 id="someSection">This is a header!!<h2>

 

Also, if you place the #insertidname at the end of a hyperlink, the browser will automatically move to that part once the page has loaded.

You can anchor to *any* html element that has an id in it.

Also, if the link to the anchor doesn't have sufficient vertical space between it and the id being anchored to, you won't see any noticeable difference in the page - iow, the page won't 'jump' to the anchor.

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.