Announcement

Collapse
No announcement yet.

Dreamweaver - use of libraries?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Dreamweaver - use of libraries?

    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.
    Code:
    <link href="css-Bin/TabbedMenus.css" rel="stylesheet" type="text/css" />
    when I insert the library link into the actual document, It generates:
    Code:
    <!-- #BeginLibraryItem "/Library/LinksToStyleSheets.lbi" -->
    <link href="Library/Css-Bin/TabbedMenus.css" rel="stylesheet" type="text/css" />
    <!-- #EndLibraryItem -->
    the problem is that is has prefixed the path with
    Code:
    Library/
    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

    #2
    Try taking a look at these thread..
    http://www.decloak.com/Products/Drea...h_Options.aspx
    http://webdesign.about.com/od/beginn.../aa040502a.htm

    Hope this helps,

    Kind regards,
    Bruce King
    SellerDeck

    Comment

    Working...
    X