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.

HTML Help

3 posters

Go down

In progress HTML Help

Post by ElectricBox November 10th 2012, 12:20 am

how i can add in html page like this example:


GamePlay #1

GamePlay #2

GamePlay #3


i want if i press GamePlay #2 or #1 or #3


Like if i press GamePlay #2 i want it to play in the same page with out redirect me to other page also if i press #1

i mean several of clicks show videos in 1 page with out redirecting

avatar
ElectricBox
New Member

Male Posts : 22
Reputation : 1
Language : English

Back to top Go down

In progress Re: HTML Help

Post by Jophy November 10th 2012, 5:33 am

Hello,

You can create an HTML page:
https://help.forumotion.com/t13528-creating-an-html-page

And learn codes here to achieve what you want:
http://www.w3schools.com/
Jophy
Jophy
ForumGuru

Male Posts : 17924
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

In progress Re: HTML Help

Post by ElectricBox November 10th 2012, 11:55 am

i know to do all of things but what i want like this


LIke if there Video in my page


and i click other link in same page its open the other video in the same page
avatar
ElectricBox
New Member

Male Posts : 22
Reputation : 1
Language : English

Back to top Go down

In progress Re: HTML Help

Post by ElectricBox November 10th 2012, 1:49 pm

I got this from friend


Code:
<div id="Page1">
    <center><iframe width="500" height="300"  src="http://www.youtube.com/embed/Yxhn8pAiEaA" style="position: relative; left:0px;
  top:0px;"  frameborder="0" allowfullscreen></iframe>
</center>
    <a href="#" onclick="return show('Page1','Page2');">Show page 2</a>
  </div>

Code:
<div id="Page2" style="">

    <center><iframe width="500" height="300"  src="http://www.youtube.com/embed/WrbClqx138s?list=UUTdo6D7cx-M3kG97Vb90RjA&amp;hl=en_US" style="position: relative; left:0px;
  top:0px;"  frameborder="0" allowfullscreen></iframe>
</center>
    <a href="#" onclick="return show('Page1','Page2');">Show page 1</a>
  </div>


Page1, Page2 but when i try to add page3, page 4 , page 5 it doesnt work please help
avatar
ElectricBox
New Member

Male Posts : 22
Reputation : 1
Language : English

Back to top Go down

In progress Re: HTML Help

Post by SLGray November 10th 2012, 5:48 pm

Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!

{Second Reminder}


HTML Help Slgray10

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

Male Posts : 51464
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum