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:

ThanksTreyarch
  • Ladder Climber
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.


<!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:
ExtremelyVolatile
  • Challenger
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.
#3. Posted:
AmishTech
  • TTG Senior
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>
#4. Posted:
ThanksTreyarch
  • Ladder Climber
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.
#5. Posted:
AmishTech
  • TTG Senior
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
#6. Posted:
ThanksTreyarch
  • Ladder Climber
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 it work?
if not post back

No idk why. Heres a link to all my files for it if that helps.
[ Register or Signin to view external links. ]
#7. Posted:
AmishTech
  • TTG Senior
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>
#8. Posted:
ThanksTreyarch
  • Ladder Climber
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.
#9. Posted:
ThanksTreyarch
  • Ladder Climber
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 :/
#10. Posted:
AmishTech
  • TTG Senior
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?
Jump to:
You are viewing our Forum Archives. To view or take place in current topics click here.