Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie
Hi there,
There is an issue with role permissions that is being worked on at the moment.
If you are having trouble with access or permissions on regional forums please post here to get access: https://www.boards.ie/discussion/2058365403/you-do-not-have-permission-for-that#latest

how to use same DW template for nested pages

  • 15-02-2007 12: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