| View previous topic :: View next topic |
| Author |
Message |
Pepsiguy I post too much
Reputation: 0
Joined: 16 Aug 2007 Posts: 2016
|
Posted: Sat Mar 29, 2008 6:57 pm Post subject: Almost Done My Website Need HTML Help |
|
|
Ok So My Site Is www.halospartans.hostsnake.com and i need a little help, i know how to link to something but what i want to do is so when you click the link Called "video before current week" and tehn it shows a pop-up with the youtube embed code
_________________
|
|
| Back to top |
|
 |
92Garfield I'm a spammer
Reputation: 57
Joined: 20 Dec 2007 Posts: 5871 Location: Banana Republic Germany
|
Posted: Sat Mar 29, 2008 8:27 pm Post subject: |
|
|
i dont know the code yet but i dont think you will need to link then
instead make a pop up and put in the code
_________________
|
|
| Back to top |
|
 |
Typhoon808 Expert Cheater
Reputation: 0
Joined: 27 Mar 2008 Posts: 175 Location: Wales
|
Posted: Sun Mar 30, 2008 7:27 am Post subject: |
|
|
It's best to create the embedded page, save it to a directory on your FTP and then use Javascript to make a popup. Head over to tizag(dot)com and check the Javascript tutorials. There will be a popup tutorial on there.
I hope this helps.
|
|
| Back to top |
|
 |
HolyBlah Master Cheater
Reputation: 2
Joined: 24 Aug 2007 Posts: 446
|
Posted: Sun Mar 30, 2008 8:51 am Post subject: |
|
|
Here is an example:
| Code: | <html>
<head>
<title></title>
<script language="javascript">
function openPopup()
{
newWindow = window.open('http://forum.cheatengine.org/viewtopic.php?t=219942', 'CheatEngineForum', 'width=500,height=500');
}
</script>
</head>
<body>
<a href="javascript:openPopup();">CEF HERE</a>
</body>
</html> |
REad this for more options:
http://www.webreference.com/js/tutorial1/open.html
|
|
| Back to top |
|
 |
Localhost I post too much
Reputation: 0
Joined: 28 Apr 2007 Posts: 3402
|
Posted: Sun Mar 30, 2008 9:39 am Post subject: |
|
|
Well its not like he even made that site... I saw that exact template on a "free template site"...
Website Where he Downloaded it: http://www.f ree w eb sitetemplates.com/template8.php
_________________
|
|
| Back to top |
|
 |
Pepsiguy I post too much
Reputation: 0
Joined: 16 Aug 2007 Posts: 2016
|
Posted: Sun Mar 30, 2008 11:03 am Post subject: |
|
|
didn't get it from there, i got it from a friend, i just editied, alot, and btw i need help not flames
Oftopic: is it just me or are the smileys blurry now?
_________________
|
|
| Back to top |
|
 |
Localhost I post too much
Reputation: 0
Joined: 28 Apr 2007 Posts: 3402
|
Posted: Sun Mar 30, 2008 11:17 am Post subject: |
|
|
Its just you... And the only thing i can see that you edited is the text... For example the text of the buttons and the text of the website itself...
_________________
|
|
| Back to top |
|
 |
Pepsiguy I post too much
Reputation: 0
Joined: 16 Aug 2007 Posts: 2016
|
Posted: Sun Mar 30, 2008 11:20 am Post subject: |
|
|
no...
right now my friend is making me one , he has like 20 html books and he's a computer freak
_________________
|
|
| Back to top |
|
 |
|