Get ready for BLACK FRIDAY shopping starting in

Forums

This topic is locked

Library assets frustration

Posted 13 Nov 2005 21:54:16
1
has voted
13 Nov 2005 21:54:16 sean hathaway posted:
hello all
Ive not posted here much before,

Im very frustrated with library assets right now.

Below is an example of navigation list /library asset. The main problem im having is that "/library/" is
being added to html pages that use the asset after changes are made to the lib file. Also im getting
bad error messages like, recursive library error and library files not found when they are right there.
Whats the proper path after BeginLibraryItem in the lib and html files? do they both need "/library/" before the filename?
Other problems are that sometime the html file doesnt update after editing the lib file.

<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- #BeginLibraryItem "/Library/contactnav.lbi" -->
<!-- contactnav -->
<div id="features">
<ul id="clientnav2">
<li class="vert"> <a href="../index.htm"> features</a></li>
<li class="vert"> <a href="../index.htm"> features</a></li>
<li class="vert"> <a href="../index.htm"> features</a></li>
</ul>
<!-- features -->
</div>
<!-- features -->
<!-- contactnav -->
<!-- #EndLibraryItem -->

Reply to this topic