Pazly Product Docs
  • Welcome to Pazly!
  • About Pazly
    • Vision
    • Creating your first website
    • Creating your first website from a template
  • Building Fundamentals
    • Editing Text
    • Using Colors
    • Adding Images
    • Adding NFTs
    • Linking to content
  • Integrations
    • Collecting subscriptions
      • Subscriptions & Contact Info with Tally Forms
    • Make your image pop
  • Publishing your website
    • Core Concepts
    • On Blockchain
      • Hosting on IPFS (Pinata)
      • Connecting a Crypto Domain (Unstoppable Domains)
    • On the traditional web
      • Hosting with Netlify Drop
      • Hosting with Static.app
  • Billing and User Settings
    • Changing your password
    • Getting your invoice
    • Questions about billing
Powered by GitBook
On this page
  1. Building Fundamentals

Linking to content

PreviousAdding NFTsNextCollecting subscriptions

Last updated 2 years ago

With Pazly you can do one page websites, but this does not mean links are irrelevant. Most users are used to navigating your one page website between sections. To direct your user to a specific section you'll need to add 2 things:

  1. Add an id attribute to your destination section. It should contain the name you choose for the section. For example, if you are building a contact section, add the id=contact to it (and press the green plus button).

  2. Link the navigation link with a # followed by the section name. In the example above a navigation link will get #contact

Watch the demo below, to see how easy it is to set all this up.