View Single Post
  #2 (permalink)  
Old 04-28-2007, 12:11 PM
admin admin is offline
Administrator
 
Join Date: Sep 2006
Posts: 331
Default

Hi scottthepotter,

To view images in Dreamweaver path has to be images/logo.gif or c:\\some\path\logo.gif

The template that you’re working on must have some type of code in the path image src path so Dreamweaver is not going to read it.

For our “images to CMS wizard” to work the path has to be “images\logo.gif”

For the “images back to Dreamweaver” it looks for our dynamic PHP code and puts the paths to images\logo.gif

To fix this third party template you would have to make the image paths images\logo.gif
And also if the template has images in the CSS code you would have to link to the css so DW can read and render images and layouts.