Welcome to TalkGraphics.com
Page 2 of 2 FirstFirst 12
Results 11 to 18 of 18
  1. #11
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: Mouve over picture opening an editable document

    Popup links V4 (using iframe)

    The include file can be local to the site or remote.

    Slavelle's PHP method is better for SEO.

    SSI would be another option.
    Attached Files Attached Files

  2. #12
    Join Date
    Jul 2010
    Posts
    12

    Default Re: Mouve over picture opening an editable document

    I have some Pc and internet problem right now Thanks guys I will come back to you as soon as its been fix

  3. #13
    Join Date
    Jul 2010
    Posts
    12

    Default Re: Mouve over picture opening an editable document

    Quote Originally Posted by Drwyd View Post
    Popup links V4 (using iframe)

    The include file can be local to the site or remote.

    Slavelle's PHP method is better for SEO.

    SSI would be another option.
    Thanks Slavelle and Drwyd

    Im very newbie in this i will keep the infos and try to understand it
    Drwyd how did you include the iframe code ?manuely in the generated htm file or by WD6?

  4. #14
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: Mouve over picture opening an editable document

    The black rectangle is a place holder and contains the following code which is inserted into the HTML on export.

    <iframe src ="include.htm" width="100%" height="100%" scrolling="no" frameborder="0">
    <p>Your browser does not support iframes.</p>
    </iframe>
    N.B. this method of referencing files via iframes seems only to work with V6 of the HTML export filter.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	placeholder.jpg 
Views:	77 
Size:	167.9 KB 
ID:	75161  

  5. #15
    Join Date
    Jul 2010
    Posts
    12

    Default Re: Mouve over picture opening an editable document

    Do you think iframe are often been blocked or I have a good chance that visitors will see it np?

  6. #16
    Join Date
    Mar 2009
    Location
    England
    Posts
    2,044

    Default Re: Mouve over picture opening an editable document

    Using that method with XWD6 should be no problem.

    It is only the local referencing via an iframe that seems to not function (prior to V6) if the referenced HTM file is part of the Xara file.

  7. #17
    Join Date
    Jul 2010
    Posts
    12

    Default Re: Mouve over picture opening an editable document

    Quote Originally Posted by Drwyd View Post
    Using that method with XWD6 should be no problem.

    It is only the local referencing via an iframe that seems to not function (prior to V6) if the referenced HTM file is part of the Xara file.
    this method can be good but whats bugging me it's the position of the links on page as to be mention if manualy editing the include.htm

  8. #18
    Join Date
    Mar 2009
    Location
    SC, USA
    Posts
    186

    Default Re: Mouve over picture opening an editable document

    Quote Originally Posted by slavelle View Post
    Whether or not you need to use an iframe will be based on whether or not the content needs to be able to exceed the size of the placeholder, primarily.
    Not necessarily. You can use a php include to scroll text that exceeds the size of the placeholder.

    Quote Originally Posted by slavelle View Post
    If it doesn't need to scroll, as long as you have php on the server where the page will be hosted, you can use a simple php include, which would look something like this:
    Code:
    <?php
    include "redpop-up.htm";
    ?>
    ?
    Don't forget to rename to "host page" xxx.php.

    Also as pointed out SE's will read php includes but not iframe text.

 

 

Bookmarks

Posting Permissions

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