I have designed a site in fireworks and created all my slices there. I exported the image to .htm using the export function of fireworks. I made a template (.dwt) of that file in fireworks. My directory structure looks like this
c:\mysite\docs\*.html
c:\mysite\images\*.jpg, *.gif etc.
c:\mysite\templates\*.dwt
the links in the .dwt are relative to document so they are like this
<td rowspan="5"><img name="software_r3_c3"
"../images/software_r3_c3.jpg" width="14" height="435" border="0"></td>
so the relative relationship between the template and the docs made from the template is identical, one step up to parent and then down to images. But the files created from template can not find the images. If I type in the absolute path c:\mysite\images\softwre_r3_c3, then it finds it just fine, but that will not be practical to link everything on the site that way for obvious reasons when the site is posted. Root relative paths pose the same problem as doc relative....
any thoughts ? anyone ??
I appreciate the help....
c:\mysite\docs\*.html
c:\mysite\images\*.jpg, *.gif etc.
c:\mysite\templates\*.dwt
the links in the .dwt are relative to document so they are like this
<td rowspan="5"><img name="software_r3_c3"
"../images/software_r3_c3.jpg" width="14" height="435" border="0"></td>
so the relative relationship between the template and the docs made from the template is identical, one step up to parent and then down to images. But the files created from template can not find the images. If I type in the absolute path c:\mysite\images\softwre_r3_c3, then it finds it just fine, but that will not be practical to link everything on the site that way for obvious reasons when the site is posted. Root relative paths pose the same problem as doc relative....
any thoughts ? anyone ??
I appreciate the help....