Forum Moderators: open
At the moment I am having to go into every page and manually remove them. It is frustrating - anyone seen this?
If I use templates the / renders them useless as the the file path in the 'father' uneditable region points to:
/templates/home.htm
and not
templates/home.htm
nightmare!
Ta
Limbo
If dreamweaver is adding an extra / it should still open the page with no problems
Is /templates/home.htm becoming www.domain.com//templates/home.htm
If you want to point to home.htm from here templates/home.htm all you need to do is home.htm
It could be doing this because you are setting your relative link wrong.
If dreamweaver is adding an extra / it should still open the page with no problems
This is my problem - the page is not displaying, in any browser, elements that have / in front of them - I use relative links to all my pages and absolute ones to pages outside my domain. I have been using DW at work for the past 3 years and this has never happend before, that is why I thought it was something I had done to my home edition - It is very frustrating as I am spending too much time going into pages to remove the backslashes and I have had to break free from using dwt files.
To make it clearer what is happening
I have an image box.gif
When I insert the image the DW page displays it as:
<img src="/box.gif">
remove the /
<img src="box.gif">
and it displays fine in the browser (obviously). How do I stop DW doing this? somebody please help...
Thanks
Limbo