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.

How do I..

Featured Replies

Get it too link to a certain part of the page . What I mean is when you click a ling eg faqs and it takes you to the part of the page where that q is.

Sorry hope this makes sense :santa_kiss::santa_evil:

Two components to this: one is the link itself, and the other is a placeholder link where you want the page to scroll to.

 

<a href="#somewhere">Click here to go further down the page</a>

 

and then further down the page you would have this:

 

<a name="somewhere"></a>

 

That second placeholder link won't show up anywhere on your page so it won't interfere with anything, neither will it be clickable so it's not going to do anything. But when someone clicks on the first link it will scroll to that placeholder.

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.