Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Opening New Pages In Dreamweaver4

Status
Not open for further replies.

mattygriff

Programmer
May 14, 2001
350
GB
I regularly create ASP pages in MS Visual InterDev but when I subsequently open them in Dreamweaver4 to add or alter images, logos, etc. the image path is always given as literal ("file://C:\...etc.") rather than relative to the location of the current page.

Is there any way of overcoming this as it means rather a lot of "find and replace" activity !!!!

Thanks.
 
Hello mattygriff!

The main idea of DW to develope entire site not just a single page. That means that before creating (or changing) any page of your site you should define your site (name, URL, FTP, local and remore folders, first page, etc.).

To define site do next:

1) open Define Sites window (Site > Define Sites...);
2) click New... and enter all parameters.

After defining Site, all pathes to your images and other object will be from site root.

Good Luck!
 
Thanks EugenePaliev ! That is most useful. I wasn't fully aware of the site-building capabilities of DW4 but I will look into this more fully from now on.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top