> <td height="30" style="background-image:
url(file:///C|/Documents and
> Settings/&tM/My Documents/CS3 Data/Projects/StM
WorkArea/StM 2070615/StM
> Present/assets_206/menuback30.gif);background-repeat:
no-repeat">
This can only happen if your site is not properly defined,
and DW thinks the
image is OUTSIDE of the root folder for some reason.
What happens if you make that link a root relative one rather
than a
document relative one?
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com
- Template Triage!
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
http://www.macromedia.com/support/search/
- Macromedia (MM) Technotes
==================
"iceDale" <webforumsuser@macromedia.com> wrote in
message
news:f50af9$e3f$1@forums.macromedia.com...
> Hi All,
>
> I was able to update the protected code in file created
from the template.
>
> In summary, I created a template containing line below:
>
> <td height="30" style="background-image:
> url(../assets_206/menuback30.gif);background-repeat:
no-repeat">
>
> Then I created a file using the template above and after
saving the file,
> the line of codes were altered to an absolute path (as
in below):
>
> <td height="30" style="background-image:
url(file:///C|/Documents and
> Settings/&tM/My Documents/CS3 Data/Projects/StM
WorkArea/StM 2070615/StM
> Present/assets_206/menuback30.gif);background-repeat:
no-repeat">
>
> although the other relative paths remain ok:
> Ex:
> ...
> <link href="../assets_206/sm20601.css"
rel="stylesheet" type="text/css" />
> ...
> <img src="../assets_206/headerRd.jpg" width="750"
height="135" border="0"
> usemap="#StMHistory" />
> ...
>
> If you go back and make 'dummy change' from the template
code and
> re-save
> the template... Dw will asked you if you would like to
update the codes to
> all
> the other files created from the same template... reply
"Update"!
>
> When I re-open the file, the relative-path now matches
the template
> exactly:
>
> <td height="30" style="background-image:
> url(../assets_206/menuback30.gif);background-repeat:
no-repeat">
>
> My file has the option of 'Update page when template
changes', but for
> files
> that doesn't have this option CHECKED -- wouldn't this
become an issued?
>