Results 1 to 7 of 7
  1. #1
    Join Date
    Jan 2010
    Posts
    18
    Plugin Contributions
    0

    Default EZ pages internal links

    Hello,

    I have i question about the ez pages intetrnal links.

    I have created a new ez page and I have link a pdf file.
    I can see the pdf file in admin page, but I can't see te pdf file on the live site.

    what am I doing wrong?
    Any help will be appreciated.


    Internal link:
    <embed src="../download/pdf/text.pdf"#toolbar=0&navpanes=0&scrollbar=0" width="450" height="450">

  2. #2
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: EZ pages internal links

    <embed src="../download/pdf/text.pdf"#toolbar=0&navpanes=0&scrollbar=0" width="450" height="450">
    Is this the text you put into the "internal link" field in the ez-page editing page? Or is it part of the ez-page's HTML content? (That would not be an "internal link" as used in ez-page terminology, just a link in the content.)

  3. #3
    Join Date
    Jan 2010
    Posts
    18
    Plugin Contributions
    0

    Default Re: EZ pages internal links

    Hello,


    is a part of the ez-page's HTML content.

  4. #4
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: EZ pages internal links

    Seeing it live may help us diagnose a problem. Is there more content than the embed? Can you see the ez-page loaded, and is it just that the pdf is not embedding?

  5. #5
    Join Date
    Jan 2008
    Posts
    55
    Plugin Contributions
    0

    Default Re: EZ pages internal links

    Quote Originally Posted by gjh42 View Post
    Seeing it live may help us diagnose a problem. Is there more content than the embed? Can you see the ez-page loaded, and is it just that the pdf is not embedding?
    Same problem. See html below...

    <BODY>
    <TABLE>
    <TBODY>
    <TR>
    <TD></TD>
    <TD align="center"><FONT color="#ffffff" face="Verdana" size="+4">FINANCE APPLICATION</FONT><BR>
    <FONT color="#ffffff" face="verdana">Please Fill Out Application as Completely
    as Possible to Facilitate Faster Approval
    Times.<BR>
    It is also highly recommended that
    you review
    OUR &quot;CONDITIONS OF USE&quot; Page(s).</FONT> </TD>
    <TD></TD>
    </TR>
    <TR>
    <TD></TD>
    <TD><embed src="http://wreckerequip.com/download/wreckersource_Application_print_only.pdf" width="960" height="1201"></TD>
    <TD></TD>
    </TR>
    <TR>
    <TD></TD>
    <TD width="957"><FONT color="#ffffff" face="verdana" size="-2">PLEASE READ&gt;&gt;&gt; We Strive to diligently
    maintain the Strictist Security Levels when
    it comes to YOUR Personal and Financial Information.
    For that reason we Destroy all Applications
    recieved by this Company. We do however forward
    the APPLICATION to our Lender(s). For this
    reason it is highly recommended that you
    review our &quot;CONDITIONS OF USE&quot;
    Page(s) as well as those provided on our
    Lenders Web Sites. A list of Lenders is below
    with the links to thier Terms of Use and
    Conditions Pages. All of our Affiliates have
    been thoroughly checked for Security Awareness
    and Habits. <BR>
    As A Returning Equipment Finance Customer,
    it will be necessary to fill out a
    new Application
    unless the Financing is being provided
    by
    the same Lender as your previous Finance
    Transaction. In this case the Lender
    WILL
    retain a copy of ALL FINANCE APPLICATIONS.<BR>
    <BR>
    Thank You for Your Business and Understanding.</FONT></TD>
    <TD></TD>
    </TR>
    </TBODY>
    </TABLE>
    </BODY>

    I have this on two (2) sites, one live which it shows as desired...zc1.3.9 and on building site zc1.5.x the 1.5 doesn't show the file. I has the text above, the space required to show the embed file, and the text at bottom...pdf just not visible. Using chrome developer tools it shows the file name there...

    live site
    http://www.wreckerequip.com/2011_Sto...qp2almu35452t1

    building site
    https://www.wreckerequip.com/wrecker...d=2&chapter=20

    Thanks in advance

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: EZ pages internal links

    If you have this exact code in your ez-page, you will have problems.
    Code:
    <BODY>
    <TABLE>
    <TBODY>
    <TR>
    <TD></TD>
    ...
    </BODY>
    The body tags are only allowed at the very start and end of a complete HTML page, and by adding yours inside the page, you can cause it to end prematurely. You must delete all <BODY> tags from your content, and <HTML> tags if you have them.

    Aside from that, the table code you show is deprecated, obsolete practice, but will not cause actual errors.

  7. #7
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: EZ pages internal links

    The page that works correctly has this:
    Code:
    ...;top : 117px;"><EMBED src="http://wreckerequip.com/2011_Store/download/credit_apps/wreckersource_Application_print_only.pdf" width="960" height="1120"></DIV>
    while the one that does not work has this:
    Code:
          <TD></TD>
          <TD><embed src="wreckerequip.com/pub/wreckersource_Application_print_only.pdf" width="960" height="1201"></embed></TD>
          <TD></TD>
    Your content is decidedly different between the two sites.

 

 

Similar Threads

  1. Internal Links not showing in EZ pages TOC
    By brianb in forum Basic Configuration
    Replies: 10
    Last Post: 5 Dec 2008, 05:30 PM
  2. External / Internal Links in EZ-Pages TOC
    By Andy721 in forum General Questions
    Replies: 0
    Last Post: 4 Jun 2008, 07:52 AM
  3. Ez Pages + Internal Links
    By autouk in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 23 Apr 2008, 01:58 PM
  4. Ez Pages + Internal Links
    By autouk in forum General Questions
    Replies: 0
    Last Post: 23 Apr 2008, 01:57 PM
  5. EZ-Pages TOC & Internal Links
    By MattC in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 16 Nov 2006, 07:21 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg