Advertisement
Help Keep Boards Alive. Support us by going ad free today. See here: https://subscriptions.boards.ie/.
https://www.boards.ie/group/1878-subscribers-forum

Private Group for paid up members of Boards.ie. Join the club.
Hi all, please see this major site announcement: https://www.boards.ie/discussion/2058427594/boards-ie-2026

how to use same DW template for nested pages

  • 15-02-2007 01:36PM
    #1
    Registered Users, Registered Users 2 Posts: 872 ✭✭✭


    Hi ,

    Im using a Dreamweaver template for all the pages in a HTML site. Some of the pages are nested a few folders away from the root level and when i try and use the same template all the links are broken.

    How can i make my links start from the root level. i.e. instead of index.html something like ~/index.html or ./index.html (i have tried these 2 with no luck so far)

    Thanks


Comments

  • Registered Users, Registered Users 2 Posts: 3,594 ✭✭✭forbairt


    assuming your site starts at

    .com/index.html

    try having all your links as

    /index.html
    /donuts.html

    ./ tells it to work from the current path
    / tells it to work from the base path


Advertisement
Advertisement