Welcome to TalkGraphics.com
Results 1 to 6 of 6

Thread: iFrame Code

  1. #1
    Join Date
    Dec 2018
    Location
    Australia
    Posts
    1,776

    Default iFrame Code

    I have four iframes on four separate pages. When published, three of them have a white line at the bottom of the placeholder.

    Here's the code I'm using (only the URL changes)

    <iframe src="https://auzlink.net.au/main80"
    width="100%" height="100%"
    frameborder="0" >
    <p>Your browser does not support iframes.</p>
    </iframe>

    I copy/paste into the mobile variant and no line. Copy/paste into a new page, line.

    Link to one of the pages > https://auzlink.net.au/80.htm < If anyone is inclined to hit the play buttons on the HS (Hardstyle) page, be warned the lyrics are very explicit and clearly heard.
    Xara file > Auzlink TG.web <

  2. #2
    Join Date
    Aug 2000
    Location
    Placitas, New Mexico, USA
    Posts
    41,503

    Default Re: iFrame Code

    Should I move this to Dear Xara?

  3. #3
    Join Date
    Dec 2018
    Location
    Australia
    Posts
    1,776

    Default Re: iFrame Code

    Quote Originally Posted by gwpriester View Post
    Should I move this to Dear Xara?
    I'm pretty sure it's my lack of coding knowledge. And by lack, I mean complete lack. The Xara side of things is working correctly, Xara is showing what I'm inputting, I'm just not inputting correctly.
    Last edited by Chris M; 27 December 2020 at 12:55 AM. Reason: are to is

  4. #4
    Join Date
    Apr 2018
    Location
    Barnes, London
    Posts
    952

    Default Re: iFrame Code

    Chris,

    Some widgets do not respond to 100% /100% - you could size the placeholder with the exact w & h from your source. Just played around with w & h to get the numbers here.

    Try: <iframe src="https://auzlink.net.au/main80/" height="240" width="695" style="border-style:none;></iframe>

    Gary

  5. #5
    Join Date
    Apr 2012
    Location
    SW England
    Posts
    17,822

    Info Re: iFrame Code

    Quote Originally Posted by Initiostar View Post
    Try: <iframe src="https://auzlink.net.au/main80/" height="240" width="695" style="border-style:none;></iframe>
    Gary missed the style closing double quote: <iframe src="https://auzlink.net.au/main80/" height="240" width="695" style="border-style:none;"><p>Your browser does not support iframes.</p></iframe>

    Acorn
    Acorn - installed Xara software: Cloud+/Pro+ and most others back through time (to CC's Artworks). Contact for technical remediation/consultancy for your web designs.
    When we provide assistance, your responses are valuable as they benefit the community. TG Nuggets you might like. Report faults: Xara Cloud+/Pro+/Magix Legacy; Xara KB & Chat

  6. #6
    Join Date
    Dec 2018
    Location
    Australia
    Posts
    1,776

    Default Re: iFrame Code

    That did it. I would swear I did that before, but obviously not.

    Thank you.

 

 

Tags for this Thread

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
  •