The forum of the forums

Would you like to react to this message? Create an account in a few clicks or log in to continue.
The forum of the forums
3 posters

    HTML Page code on one line.

    Adam360
    Adam360
    Forumember


    Male Posts : 866
    Reputation : 11
    Language : English
    Location : England

    Solved HTML Page code on one line.

    Post by Adam360 Mon Aug 11, 2014 11:53 am

    I have 2 codes... from twitch.tv, I want to embed the live player and chat on the same line, at the monet they are showing as the live player on top and the chat below it.... how do I do this?

    Here are the codes...

    Code:
    <object type="application/x-shockwave-flash" height="378" width="620" id="live_embed_player_flash" data="http://www.twitch.tv/widgets/live_embed_player.swf?channel=xbox" bgcolor="#000000"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="allowNetworking" value="all" /><param name="movie" value="http://www.twitch.tv/widgets/live_embed_player.swf" /><param name="flashvars" value="hostname=www.twitch.tv&channel=xbox&auto_play=true&start_volume=25" /></object><a href="http://www.twitch.tv/xbox" style="padding:2px 0px 4px; display:block; width:345px; font-weight:normal; font-size:10px;text-decoration:underline; text-align:center;">Watch live video from xbox on www.twitch.tv</a>

    Code:
    <iframe frameborder="0" scrolling="no" src="http://twitch.tv/xbox/chat?popout=" height="500" width="350"></iframe>


    Last edited by Adam360 on Tue Aug 12, 2014 4:47 am; edited 1 time in total
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: HTML Page code on one line.

    Post by SLGray Mon Aug 11, 2014 12:39 pm

    Try this:
    Code:
    [table][tr][td]<object type="application/x-shockwave-flash" height="378" width="620" id="live_embed_player_flash" data="http://www.twitch.tv/widgets/live_embed_player.swf?channel=xbox" bgcolor="#000000"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="allowNetworking" value="all" /><param name="movie" value="http://www.twitch.tv/widgets/live_embed_player.swf" /><param name="flashvars" value="hostname=www.twitch.tv&channel=xbox&auto_play=true&start_volume=25" /></object><a href="http://www.twitch.tv/xbox" style="padding:2px 0px 4px; display:block; width:345px; font-weight:normal; font-size:10px;text-decoration:underline; text-align:center;">Watch live video from xbox on www.twitch.tv</a>[/td]
    [td]    <iframe frameborder="0" scrolling="no" src="http://twitch.tv/xbox/chat?popout=" height="500" width="350"></iframe>[/td]
    [/tr]
    [/table]



    HTML Page code on one line. Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Adam360
    Adam360
    Forumember


    Male Posts : 866
    Reputation : 11
    Language : English
    Location : England

    Solved Re: HTML Page code on one line.

    Post by Adam360 Mon Aug 11, 2014 2:07 pm

    Didn't work :-/
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: HTML Page code on one line.

    Post by SLGray Mon Aug 11, 2014 2:21 pm

    Where are you adding these?



    HTML Page code on one line. Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Adam360
    Adam360
    Forumember


    Male Posts : 866
    Reputation : 11
    Language : English
    Location : England

    Solved Re: HTML Page code on one line.

    Post by Adam360 Mon Aug 11, 2014 2:37 pm

    Into a brand new HTML page... here... http://www.hit-alliance.com/h4-featured
    SLGray
    SLGray
    Administrator
    Administrator


    Male Posts : 51498
    Reputation : 3523
    Language : English
    Location : United States

    Solved Re: HTML Page code on one line.

    Post by SLGray Mon Aug 11, 2014 8:22 pm

    Ok then try this one:
    Code:
       <table><tr><td><object type="application/x-shockwave-flash" height="378" width="620" id="live_embed_player_flash" data="http://www.twitch.tv/widgets/live_embed_player.swf?channel=xbox" bgcolor="#000000"><param name="allowFullScreen" value="true" /><param name="allowScriptAccess" value="always" /><param name="allowNetworking" value="all" /><param name="movie" value="http://www.twitch.tv/widgets/live_embed_player.swf" /><param name="flashvars" value="hostname=www.twitch.tv&channel=xbox&auto_play=true&start_volume=25" /></object><a href="http://www.twitch.tv/xbox" style="padding:2px 0px 4px; display:block; width:345px; font-weight:normal; font-size:10px;text-decoration:underline; text-align:center;">Watch live video from xbox on www.twitch.tv</a></td>
     Â   <td>    <iframe frameborder="0" scrolling="no" src="http://twitch.tv/xbox/chat?popout=" height="500" width="350"></iframe></td></table>



    HTML Page code on one line. Slgray10

    When your topic has been solved, ensure you mark the topic solved.
    Never post your email in public.
    Derri
    Derri
    Helper
    Helper


    Male Posts : 8711
    Reputation : 638
    Language : English & Basic French
    Location : Scotland, United Kingdom

    Solved Re: HTML Page code on one line.

    Post by Derri Wed Aug 13, 2014 6:45 pm

    since this topic was marked solved I'll move this to the archives

      Current date/time is Sun Sep 22, 2024 10:27 pm