You are viewing our Forum Archives. To view or take place in current topics click here.
[HTML] Need Help +Rep For Good Help.
Posted:
[HTML] Need Help +Rep For Good Help.Posted:
Status: Offline
Joined: Sep 16, 201113Year Member
Posts: 326
Reputation Power: 15
Status: Offline
Joined: Sep 16, 201113Year Member
Posts: 326
Reputation Power: 15
I'm making a website with html5 and it works perfectly til i upload it to my test site.
Here's my code Idk what i did wrong with it. If you can find out whats wrong i will give rep.
Here's my code Idk what i did wrong with it. If you can find out whats wrong i will give rep.
<!DOCTYPE HTML>
<html>
<head>
<title> ThanksTreyarch.com! </title>
<link rel="shortcut icon" href="favicon.ico" >
<link rel="icon" type="image/gif" href="animated_favicon1.gif" >
<link rel="apple-touch-icon" href="apple-touch-icon.png" >
</head>
</html>
<body bgcolor="black" >
<center> <img style='border:2.5px solid #ffffff' src="images/banner.png" width=1550 height=171> </center>
<marquee behavior="scroll" direction="down"><center> <img style='border:2.5px solid #ffffff' src="images/15thtitle.gif" width="256" height="64" alt="15th title"/></center>
<marquee behavior="scroll" direction="down"><img style='border:2.5px solid #ffffff' align="right" src="images/15thTitle.gif" width="256" Height="64" alt="15th Title"/>
<marquee behavior="scroll" direction="down"><img style='border:2.5px solid #ffffff' align="left" src="images/15thTitle.gif" width="256" Height="64" alt="15th Title"/></marquee>
</body>
#2. Posted:
Status: Offline
Joined: Mar 16, 201212Year Member
Posts: 120
Reputation Power: 8
Status: Offline
Joined: Mar 16, 201212Year Member
Posts: 120
Reputation Power: 8
I would love to help with this, please PM me.
- 0useful
- 0not useful
#3. Posted:
Status: Offline
Joined: Nov 14, 201014Year Member
Posts: 1,031
Reputation Power: 61
Status: Offline
Joined: Nov 14, 201014Year Member
Posts: 1,031
Reputation Power: 61
did you close the html tag?
I see you have
<html>
Then your content but you forgot at the end to put
</html>
I see you have
<html>
Then your content but you forgot at the end to put
</html>
- 0useful
- 0not useful
#4. Posted:
Status: Offline
Joined: Sep 16, 201113Year Member
Posts: 326
Reputation Power: 15
Status: Offline
Joined: Sep 16, 201113Year Member
Posts: 326
Reputation Power: 15
AmishTech wrote did you close the html tag?
I see you have
<html>
Then your content but you forgot at the end to put
</html>
Oh i didnt notice i forgot that. Ill try that and see if it works.
- 0useful
- 0not useful
#5. Posted:
Status: Offline
Joined: Nov 14, 201014Year Member
Posts: 1,031
Reputation Power: 61
Status: Offline
Joined: Nov 14, 201014Year Member
Posts: 1,031
Reputation Power: 61
did it work?
if not post back
if not post back
- 0useful
- 0not useful
#6. Posted:
Status: Offline
Joined: Sep 16, 201113Year Member
Posts: 326
Reputation Power: 15
Status: Offline
Joined: Sep 16, 201113Year Member
Posts: 326
Reputation Power: 15
#7. Posted:
Status: Offline
Joined: Nov 14, 201014Year Member
Posts: 1,031
Reputation Power: 61
Status: Offline
Joined: Nov 14, 201014Year Member
Posts: 1,031
Reputation Power: 61
Here I think I fixed use this code for your index.html
<!DOCTYPE HTML>
<html>
<head>
<title> ThanksTreyarch.com! </title>
<link rel="shortcut icon" href="favicon.ico" >
<link rel="icon" type="image/gif" href="animated_favicon1.gif" >
<link rel="apple-touch-icon" href="apple-touch-icon.png" >
</head>
<body bgcolor="black" >
<center> <img style='border:2.5px solid #ffffff' src="images/banner.png" width=1550 height=171> </center>
<marquee behavior="scroll" direction="down"><center> <img style='border:2.5px solid #ffffff' src="images/15thtitle.gif" width="256" height="64" alt="15th title"/></center>
<marquee behavior="scroll" direction="down"><img style='border:2.5px solid #ffffff' align="right" src="images/15thTitle.gif" width="256" Height="64" alt="15th Title"/>
<marquee behavior="scroll" direction="down"><img style='border:2.5px solid #ffffff' align="left" src="images/15thTitle.gif" width="256" Height="64" alt="15th Title"/></marquee>
</body> </html>
- 0useful
- 0not useful
#8. Posted:
Status: Offline
Joined: Sep 16, 201113Year Member
Posts: 326
Reputation Power: 15
Status: Offline
Joined: Sep 16, 201113Year Member
Posts: 326
Reputation Power: 15
AmishTech wrote Here I think I fixed use this code for your index.html
<!DOCTYPE HTML>
<html>
<head>
<title> ThanksTreyarch.com! </title>
<link rel="shortcut icon" href="favicon.ico" >
<link rel="icon" type="image/gif" href="animated_favicon1.gif" >
<link rel="apple-touch-icon" href="apple-touch-icon.png" >
</head>
<body bgcolor="black" >
<center> <img style='border:2.5px solid #ffffff' src="images/banner.png" width=1550 height=171> </center>
<marquee behavior="scroll" direction="down"><center> <img style='border:2.5px solid #ffffff' src="images/15thtitle.gif" width="256" height="64" alt="15th title"/></center>
<marquee behavior="scroll" direction="down"><img style='border:2.5px solid #ffffff' align="right" src="images/15thTitle.gif" width="256" Height="64" alt="15th Title"/>
<marquee behavior="scroll" direction="down"><img style='border:2.5px solid #ffffff' align="left" src="images/15thTitle.gif" width="256" Height="64" alt="15th Title"/></marquee>
</body> </html>
Ok ill try it and post if it works or not.
- 0useful
- 0not useful
#9. Posted:
Status: Offline
Joined: Sep 16, 201113Year Member
Posts: 326
Reputation Power: 15
Status: Offline
Joined: Sep 16, 201113Year Member
Posts: 326
Reputation Power: 15
Still not working :/
- 0useful
- 0not useful
#10. Posted:
Status: Offline
Joined: Nov 14, 201014Year Member
Posts: 1,031
Reputation Power: 61
Status: Offline
Joined: Nov 14, 201014Year Member
Posts: 1,031
Reputation Power: 61
What exactly isn't working?
- 0useful
- 0not useful
You are viewing our Forum Archives. To view or take place in current topics click here.