This is for Coldfusion and dreamweaver people using URLsessionformat so I'm
probably not going to get a lot of responses. My site root is not at the
server root, so my root is [url]http://www.xxx.mil/yyy[/url] I have successfully used
relative links with my templates. The template creates the whenever a page is
down one level, it gets the ../ to get back up. If it is at the site level the
.../ doesn't take it up any further. However, I put coldfusion's URLSessionForm
around all of my relative links and now it would seem that dreamweaver doens't
modify them appropriately. My top level pages are all be sent directly to
[url]www.xxx.mil[/url] rather than [url]www.xxx.mil/ssi[/url] Is there some fix for this? I'm
temporarily using absolute links, but I would like to go back to relative
links.