WebSite X5Help Center

 
EJ Wright
EJ Wright
User

Problem with my X10 coding.  en

Author: EJ Wright
Visited 1076, Followers 2, Shared 0  

Here is the code where I am having an issue. This is what X10 produces.

<span class="ff1 fs20"><iframe name="frame" src="http://www.getitwright.net/2014audioplayer/kimscott</span><span class="<span class="webkit-html-attribute-name">ff1fs20">/jukebox.html" width="349" height="220" &nbsp;scrolling="no" &nbsp;frameborder="no" marginwidth="0" marginheight="0"> </iframe></span><span class="ff0 fs20"><span class="cf1"><br /></span></span></p>

Here is what it should be:

<span class="ff1 fs20"><iframe name="frame" src="http://www.getitwright.net/2014audioplayer/kimscott/jukebox.html"</span><span class="<span class="webkit-html-attribute-name">ff1fs20"> width="349" height="220" &nbsp;scrolling="no" &nbsp;frameborder="no" marginwidth="0" marginheight="0"> </iframe></span><span class="ff0 fs20"><span class="cf1"><br /></span></span></p>

Notice where the hi-lighted text /jukebox, is placed in the first case. Where I actually place it, is in the second case, which follows imeadiately after the name of the artist. So, after the file are uploaded I have to manually change the html. If I don't fixit the music player with be empty. There is one case where the text placement is correct and I don't have to change it, that is with the artist joebonamassa and dougjohns.

Here is the actual page http://www.getitwright.net/2014audioplayer/index.html

Posted on the
3 ANSWERS - 1 CORRECT
Incomedia
Claudio D.
Incomedia

Hello EJ Wright,

The text object is not meant to be used with complex html codes like iframes.

Try to paste your iframe code in the HTML&widget object so it will be correct and not changed by the editor.

Many thanks!

Read more
Posted on the from Claudio D.
EJ Wright
EJ Wright
User
Author

At first I thought that was the solution. It worked for the latest artist I posted (gumbochild). Two of the other artist had the same problem even after I used the html widget object.

So I had to resend the corrected files that I have saved in a different folder.

Read more
Posted on the from EJ Wright
Incomedia
Claudio D.
Incomedia

Hello EJ Wright,

On which pages is it no longer correct?

I tested it on the website and all custom html code is working correctly.

Many thanks!

Read more
Posted on the from Claudio D.