Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #1038762

    Hi Guys,

    All URL’s have the # in them, if I remove them the URL breaks. Please tell me how to remove them as they were automatically there. I’ve built dozens of sites and never came across that – it’s not a normal URL structure.

    Currently: https://site.com/#service
    Should be: https://site.com/service

    Thank you.

    #1038812

    Hey Rob,
    I took a look at your site an see that you are using a “one page” demo, this is where the menu items are pointing to anchors on the same page, they are also called jump links
    The links are pointing to ID attributes which is done by using the id of the link target, preceded by a hash (#) symbol.
    In your example above, removing the hash symbol would tell the browser to go look for a new page “service”, with the hash, the browser is told to look on the same page for a ID called “#service”

    Best regards,
    Mike

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.