I'm busing making amendments to a template and used DreamWeaver Libraries
I created the library item with the following (relative path) code in it.
when I insert the library link into the actual document, It generates:
the problem is that is has prefixed the path with
now all the paths are messed up,
slighly off topic here, but does anyone know how to get Library Items to miss out the incorrect relative path thats being generated
kev
I created the library item with the following (relative path) code in it.
Code:
<link href="css-Bin/TabbedMenus.css" rel="stylesheet" type="text/css" />
Code:
<!-- #BeginLibraryItem "/Library/LinksToStyleSheets.lbi" -->
<link href="Library/Css-Bin/TabbedMenus.css" rel="stylesheet" type="text/css" />
<!-- #EndLibraryItem -->
Code:
Library/
slighly off topic here, but does anyone know how to get Library Items to miss out the incorrect relative path thats being generated
kev
Comment