How do i add more stuff to my html intro page? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
+3
YoshiGM
LGforum
Anonymous Boy
7 posters

    How do i add more stuff to my html intro page?

    avatar
    Anonymous Boy
    Forumember


    Posts : 248
    Reputation : -1
    Language : English

    How do i add more stuff to my html intro page? Empty How do i add more stuff to my html intro page?

    Post by Anonymous Boy Tue Oct 04, 2011 6:30 pm

    Hi, i was wondering how i can add more stuff to my html intro page to make it look more cooler?
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    How do i add more stuff to my html intro page? Empty Re: How do i add more stuff to my html intro page?

    Post by LGforum Tue Oct 04, 2011 8:08 pm

    what do you mean your html intro page?
    avatar
    Anonymous Boy
    Forumember


    Posts : 248
    Reputation : -1
    Language : English

    How do i add more stuff to my html intro page? Empty Re: How do i add more stuff to my html intro page?

    Post by Anonymous Boy Tue Oct 04, 2011 8:17 pm

    Um, do you know what that is?
    LGforum
    LGforum
    Hyperactive


    Male Posts : 2265
    Reputation : 264
    Language : English
    Location : UK

    How do i add more stuff to my html intro page? Empty Re: How do i add more stuff to my html intro page?

    Post by LGforum Tue Oct 04, 2011 10:29 pm

    No. Its why i'm asking.
    YoshiGM
    YoshiGM
    Active Poster


    Male Posts : 1513
    Reputation : 145
    Language : Spanish & English
    Location : Mexico

    How do i add more stuff to my html intro page? Empty Re: How do i add more stuff to my html intro page?

    Post by YoshiGM Wed Oct 05, 2011 2:48 pm

    Hi !

    You Only need add your HTML codes between "<body>" and </body>.

    Example, if you want to add a second text:

    Code:

    <html>
    <title>My Intro Page</title>
    <body>First Text.
    </br>
    Second Text
    </body>
    </html>

    You should search your own codes in HTML using Google.

    Regards,
    Yoshi Smile
    avatar
    Anonymous Boy
    Forumember


    Posts : 248
    Reputation : -1
    Language : English

    How do i add more stuff to my html intro page? Empty Re: How do i add more stuff to my html intro page?

    Post by Anonymous Boy Wed Oct 05, 2011 3:33 pm

    No i got that already but i wanted to change the backround and put in a youtube video
    YoshiGM
    YoshiGM
    Active Poster


    Male Posts : 1513
    Reputation : 145
    Language : Spanish & English
    Location : Mexico

    How do i add more stuff to my html intro page? Empty Re: How do i add more stuff to my html intro page?

    Post by YoshiGM Wed Oct 05, 2011 3:40 pm

    Just paste this for BG:

    Code:
    <body background="DIRECTION HERE">

    And to paste a Youtube video, copy the EMBED code and paste it ^^

    Regards,
    Yoshi
    avatar
    Anonymous Boy
    Forumember


    Posts : 248
    Reputation : -1
    Language : English

    How do i add more stuff to my html intro page? Empty Re: How do i add more stuff to my html intro page?

    Post by Anonymous Boy Wed Oct 05, 2011 4:02 pm

    <object style="height: 390px; width: 640px"><param name="movie" value="https://www.youtube.com/v/pcMK1UwTpYw?version=3"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="https://www.youtube.com/v/pcMK1UwTpYw?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="360"></object> i copied and pasted but nothing happened
    avatar
    DarkBlade
    Forumember


    Posts : 206
    Reputation : 14
    Language : English

    How do i add more stuff to my html intro page? Empty Re: How do i add more stuff to my html intro page?

    Post by DarkBlade Wed Oct 05, 2011 4:09 pm

    Try this code for it:

    Code:
    <iframe width="420" height="315" src="http://www.youtube.com/embed/pcMK1UwTpYw" frameborder="0" allowfullscreen></iframe>

    to make it auto play and hidden use this:

    Code:

    <iframe width="420" height="315" src="http://www.youtube.com/embed/pcMK1UwTpYw&autoplay=1&loop=1" frameborder="0" hidden="true" allowfullscreen ></iframe>
    avatar
    Anonymous Boy
    Forumember


    Posts : 248
    Reputation : -1
    Language : English

    How do i add more stuff to my html intro page? Empty Re: How do i add more stuff to my html intro page?

    Post by Anonymous Boy Wed Oct 05, 2011 4:15 pm

    i entered it but when i click preview in the tab it says about and blank
    YoshiGM
    YoshiGM
    Active Poster


    Male Posts : 1513
    Reputation : 145
    Language : Spanish & English
    Location : Mexico

    How do i add more stuff to my html intro page? Empty Re: How do i add more stuff to my html intro page?

    Post by YoshiGM Wed Oct 05, 2011 4:25 pm

    I EMBED poor with the code and I appeared correctly.

    Sure you put it between <body> </ body>?
    avatar
    Anonymous Boy
    Forumember


    Posts : 248
    Reputation : -1
    Language : English

    How do i add more stuff to my html intro page? Empty Re: How do i add more stuff to my html intro page?

    Post by Anonymous Boy Wed Oct 05, 2011 4:30 pm

    Oh do i have to put that in there myself?
    YoshiGM
    YoshiGM
    Active Poster


    Male Posts : 1513
    Reputation : 145
    Language : Spanish & English
    Location : Mexico

    How do i add more stuff to my html intro page? Empty Re: How do i add more stuff to my html intro page?

    Post by YoshiGM Wed Oct 05, 2011 4:31 pm

    Like this:

    Code:

    <body>EMBED CODE HERE</body>

    avatar
    Anonymous Boy
    Forumember


    Posts : 248
    Reputation : -1
    Language : English

    How do i add more stuff to my html intro page? Empty Re: How do i add more stuff to my html intro page?

    Post by Anonymous Boy Wed Oct 05, 2011 4:37 pm

    <object style="height: 390px; width: 640px"><param name="movie" value="https://www.youtube.com/v/pcMK1UwTpYw?version=3"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="https://www.youtube.com/v/pcMK1UwTpYw?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="360"></object> is the embedded correct? If so, i did put it in between the body and still same thing
    YoshiGM
    YoshiGM
    Active Poster


    Male Posts : 1513
    Reputation : 145
    Language : Spanish & English
    Location : Mexico

    How do i add more stuff to my html intro page? Empty Re: How do i add more stuff to my html intro page?

    Post by YoshiGM Wed Oct 05, 2011 4:39 pm

    You should have a HTML Page like this:

    Code:

    <html>
    <title>MY PAGE</title<
    <body><object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/pcMK1UwTpYw?version=3"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/pcMK1UwTpYw?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="360"></object> </body>
    </html>

    And remember...

    Do you wish to use your forum header and footer ? No




    avatar
    st3thkillar
    New Member


    Posts : 1
    Reputation : 1
    Language : english

    How do i add more stuff to my html intro page? Empty Re: How do i add more stuff to my html intro page?

    Post by st3thkillar Wed Oct 05, 2011 4:45 pm

    guys how do i put a chat box in my forums and how do i change my name?
    plz tell me









    :wouhou: banana
    avatar
    Anonymous Boy
    Forumember


    Posts : 248
    Reputation : -1
    Language : English

    How do i add more stuff to my html intro page? Empty Re: How do i add more stuff to my html intro page?

    Post by Anonymous Boy Wed Oct 05, 2011 4:50 pm

    YoshiGM wrote:You should have a HTML Page like this:

    Code:

    <html>
    <title>MY PAGE</title<
    <body><object style="height: 390px; width: 640px"><param name="movie" value="http://www.youtube.com/v/pcMK1UwTpYw?version=3"><param name="allowFullScreen" value="true"><param name="allowScriptAccess" value="always"><embed src="http://www.youtube.com/v/pcMK1UwTpYw?version=3" type="application/x-shockwave-flash" allowfullscreen="true" allowScriptAccess="always" width="640" height="360"></object> </body>
    </html>

    And remember...

    Do you wish to use your forum header and footer ? No




    Am i supposed to put the code in where html intro page code is?
    avatar
    DarkBlade
    Forumember


    Posts : 206
    Reputation : 14
    Language : English

    How do i add more stuff to my html intro page? Empty Re: How do i add more stuff to my html intro page?

    Post by DarkBlade Wed Oct 05, 2011 5:06 pm

    Or you may use my code They both work.
    avatar
    Anonymous Boy
    Forumember


    Posts : 248
    Reputation : -1
    Language : English

    How do i add more stuff to my html intro page? Empty Re: How do i add more stuff to my html intro page?

    Post by Anonymous Boy Wed Oct 05, 2011 5:19 pm

    DarkBlade wrote:Or you may use my code They both work.
    I'm having issues with it..
    avatar
    Anonymous Boy
    Forumember


    Posts : 248
    Reputation : -1
    Language : English

    How do i add more stuff to my html intro page? Empty Re: How do i add more stuff to my html intro page?

    Post by Anonymous Boy Wed Oct 05, 2011 5:46 pm

    ???
    True Blue
    True Blue
    Forumember


    Female Posts : 63
    Reputation : 4
    Language : english
    Location : N.Ireland

    How do i add more stuff to my html intro page? Empty Re: How do i add more stuff to my html intro page?

    Post by True Blue Wed Oct 05, 2011 7:14 pm

    Hello Anonymous Boy

    Paste the bold type below in to your front page (I call it my notepad)

    <iframe width="420" height="315" src="https://www.youtube.com/embed/ve65wo5N0u0" frameborder="0" allowfullscreen></iframe>

    You can post it in a topic if you wish.

    To get to your "front page" follow these links

    Administration Panel
    Display
    Generalities (shows under Homepage left hand side of window)
    Homepage message
    Message title : (you can leave this blank)
    Message content : (this is the box you copy the script into)

    You don't need to add anything else. If you already have scripts in you notpad simply paste it at the top. Remember to copy and paste any work already in your notpad for backup.

    Now if that works has a tip for you.

    Go to youtube and click "Share" at the bottom of any video your watching and copy the link.

    It look like this http: https://youtu.be/NPr3ieHSkpY

    Look again at the script above and you'll see a code ve65wo5N0u0 simply change replace it with
    the end part of the blue part at the bottom NPr3ieHSkpY this will change the first video to the bottom one. Careful not to remove the " in the first code.

    You can adjust the width="420" height="315" to suit be lowering or highten the number count.

    This is all done on a phpBB 3 board don't know if it works on all board.

    Just gone 1:08 in the morning here so logging off, hope this helps.

    Liz
    avatar
    Anonymous Boy
    Forumember


    Posts : 248
    Reputation : -1
    Language : English

    How do i add more stuff to my html intro page? Empty Re: How do i add more stuff to my html intro page?

    Post by Anonymous Boy Wed Oct 05, 2011 8:52 pm

    for my html intro homepage
    True Blue
    True Blue
    Forumember


    Female Posts : 63
    Reputation : 4
    Language : english
    Location : N.Ireland

    How do i add more stuff to my html intro page? Empty Re: How do i add more stuff to my html intro page?

    Post by True Blue Thu Oct 06, 2011 3:17 am

    Hello Anonymous Boy

    Forumotion.com has added codes to all its "html page" "Homepage message" and its "newtopic" "reply" pages for anyone that don't know how to use "htlm coding". This is a great thing for "newbie" admins like myself, I can setup a private forum for my viewing only and play about with "htlm" "BBCode" once I learn this part I can try "Homepage message" first and then move on to the big one "html page" by this time I'll have a better idea about codes and how to use them. Forumotion.com even added a "base target code" (open window in new tab) in "preview" and "preview forum " so if I made a mistake I'll not lock myself out off my own forum.

    I've tested all the other members codes on this thread and all work fine. Wink

    Good morning to everyone from a slightly better looking Belfast.

    Liz

    Updating:

    Hello Anonymous Boy

    I managed to track down your site and noticed you pasted the Man utd youtube link on it, to make the link work you need to replace it with the code below.

    <a href="http: https://youtu.be/NPr3ieHSkpY">My youtube video</a> I broke the link you know how to fix it. This will direct others to the youtube page but it will also take them away from your page so best to add a base target code.

    Adding this code above your link will open all your links in another window/tab <base target="_blank" /> you'll only need to do this once if you decide to place more links below it, if you place links above the base code simply move the base code above that link.

    Remember if you want to change the video you can just replace this part NPr3ieHSkpY with the new video code part, you can also change My youtube video to any message you want, be careful not to remove one or both >< each side of it.

    Pity it was so late last night and being a Man City supporter myself I'd found you one of their video's to test. Sad

    Liz



    Last edited by True Blue on Thu Oct 06, 2011 8:39 am; edited 1 time in total (Reason for editing : Updating)
    Base
    Base
    Forumaster


    Male Posts : 10386
    Reputation : 1695
    Language : English and French
    Location : United Kingdom, England

    How do i add more stuff to my html intro page? Empty Re: How do i add more stuff to my html intro page?

    Post by Base Thu Oct 06, 2011 3:45 am

    st3thkillar wrote:guys how do i put a chat box in my forums and how do i change my name?
    plz tell me

    Open your own topic instead of hijacking others! How do i add more stuff to my html intro page? Redface