HTML Error-Required attribute "type" not specified.


i running issue error , have tried fix multiple times, cannot seem it. code page below, , appreciate can get. , god bless y'all...  error popping @ bottom , have highlighted issues in orange. again...

 

<!doctype html public "-//w3c//dtd xhtml 1.0 transitional//en" "http://www.w3.org/tr/xhtml1/dtd/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>

<meta http-equiv="content-type" content="text/html; charset=utf-8" />

<!-- templatebegineditable name="doctitle" -->

<title>home page</title>

<!-- templateendeditable -->

<style type="text/css">

 

 

.beatswarehouse {

          font: normal 58pt vivaldi;

          color: #000;

          text-decoration: none;

          letter-spacing: normal;

          text-indent: 20%;

          word-spacing: normal;

          font-size: 100pt;

          font-weight: bold;

          text-align: left;

}

.buildyourdreams {

          font: normal 58pt vivaldi;

          color: #000;

          text-decoration: none;

          letter-spacing: normal;

          text-indent: 50%;

          word-spacing: normal;

          font-size: 68pt;

}

pre {

          visibility: hidden;

          font-family: "lucida sans unicode", "lucida grande", sans-serif;

          font-weight: bold;

          font-size: 18px;

          color: #ccc;

}

.winnersname {

          color: #00ff00;

          font: 900 normal 18pt georgia, "times new roman", times, serif;

          text-decoration: none;

          text-indent: 30%;

}

.topwinners {

          font: bold normal 24pt georgia, "times new roman", times, serif;

          color: #0f0;

          background: fixed;

          text-decoration: none;

          text-indent: 30%;

}

#homemenu {

          position: absolute;

          left: 16px;

          top: 323px;

          width: 314px;

          height: 424px;

          border: 1px none #000000;

          z-index: 1;

          font: normal 24pt georgia, "times new roman", times, serif;

          color: #0f0;

          text-decoration: none;

          font-family: georgia, "times new roman", times, serif;

}

body {

          text-align: center;

          background: url(../images/images/org-home-page.png) no-repeat scroll;

          height: 950px;

          width: 1800px;

          background-image: url(images/index.png);

          background-color: #000;

}

a {

          font-family: "comic sans ms", cursive;

          font-size: 41px;

          color: #06f;

          font-weight: bold;

          font-style: italic;

}

a:link {

          text-decoration: none;

          color: #0f0;

}

a:visited {

          text-decoration: none;

          color: #ff0;

}

a:hover {

          text-decoration: underline;

          color: #f60;

}

a:active {

          text-decoration: none;

}

.topwinners1 {

          font: bold normal 24pt georgia, "times new roman", times, serif;

          color: #0f0;

          background: fixed;

          text-decoration: none;

          text-indent: 30%;

}

#apdiv1 {

          position: absolute;

          left: 761px;

          top: 1120px;

          width: 290px;

          border: 1px none #000000;

          ;

          border: 1px groove #000000;

          z-index: 2;

          color: #fff;

          text-align: center;

}

</style>

<script type="text/javascript"  />

 

 

</head>

<body background="images/index.png" id="pass">

<pre id="counter"><ins><img src="http://counter.rapidcounter.com/counter/1340690471/small" alt="free website counters" id="conter" border="0" align="middle" hspace="4" vspace="2" /></ins>

</pre>

<script src= "http://counter.rapidcounter.com/script/1340690471"  />

 

 

<div id="homemenu">

  <pre><a href="about us.html">about us</a></pre>

  <pre><a href="registration.html">register now</a></pre>

  <pre><a href="artist.html">artist</a></pre>

  <pre><a href="producer.html">producer</a></pre>

  <pre><a href="contact us.html">contact </a></pre>

</div>

<div id="apdiv1">

 

 

if y'all need more information let me know , see can do... thanks...

you have no closing </script> tags , first 1 not need there. second 1 needs </script> after like:

 

<script type="text/javascript" src= "http://counter.rapidcounter.com/script/1340690471"  /></script>

 

 

<script type="text/javascript"  />

 

 

</head>

<body background="images/index.png" id="pass">

<pre id="counter"><ins><img src="http://counter.rapidcounter.com/counter/1340690471/small" alt="free website counters" id="conter" border="0" align="middle" hspace="4" vspace="2" /></ins>

</pre>

<script src= "http://counter.rapidcounter.com/script/1340690471"  />

 

 

humm wait minute /> intially didn't see means tag self closing, not i've ever seen <script> written way before.

 

i'd remove first instance <script type="text/javascript"  /> and see if error goes away.



More discussions in Dreamweaver support forum


adobe

Comments