Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • kerstin 11 posts 30 karma points
    Apr 10, 2012 @ 14:31
    kerstin
    0

    linking on external files

    hello,

    I would like to link on an external file ( like an PDF )

    I have a layout that looks like this:

    at the bottom I have this 3 boxes, I can only link them to pages inside umbraco, but I would like to link it to an pdf file.

    the template code is

    <%@ Master Language="C#" MasterPageFile="~/masterpages/BoilerplateMaster.master" AutoEventWireup="true" %>

    <asp:Content ContentPlaceHolderId="BoilerplateHeaderContentPlaceHolder" runat="server">
      <div id="producten" class="none">
        <umbraco:Macro Alias="Productenmenu" runat="server"></umbraco:Macro>    
      </div>
    </asp:Content>

    <asp:Content ContentPlaceHolderId="BoilerplateMainContentPlaceHolder" runat="server">
      <div class="productmenu none">
        <!--<umbraco:Macro Alias="ParentTitle" runat="server" />-->
        <umbraco:Macro Alias="ProductPageMenu" runat="server"></umbraco:Macro>
      </div>      
      <div id="product" class="none">
        <umbraco:Item field="pageTitle" insertTextBefore="&lt;h2&gt;" insertTextAfter="&lt;/h2&gt;" runat="server" />
        <umbraco:Item field="pageContent" runat="server" />
      </div>
      <umbraco:Macro link="[#bannerLinks]" Alias="Banners" runat="server"></umbraco:Macro>
      <umbraco:Macro link="[#bannerMidden]" Alias="Banners" runat="server"></umbraco:Macro>
      <umbraco:Macro link="[#bannerRechts]" Alias="Banners" runat="server"></umbraco:Macro>

    </asp:Content>

    at the end the three macros are this boxes, can someone tell me how I can link them to an pdf file?

    thank you

    KR

    kerstin


  • This forum is in read-only mode while we transition to the new forum.

    You can continue this topic on the new forum by tapping the "Continue discussion" link below.

Please Sign in or register to post replies