document type does not allow element "script" here

Discussion in 'HTML & Website Design' started by dethfire, Jul 1, 2008.

  1. #1
    dethfire, Jul 1, 2008 IP
  2. Ascendancy

    Ascendancy Active Member

    Messages:
    1,721
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    90
    #2
    Most of your errors are because you used a greater than or less than sign as the actual character (> or <), instead of it's entity (&gt; or &lt;). There are also other smaller errors I saw, like forgetting to close your image tag (eg <img src="something"> instead of <img src="something />). I think it is your inline JavaScript that is causing the errors. I would suggest making a seperate js file, and then attach it like so:

    
    <script type="text/javascript" src="yourscript.js"></script>
    
    Code (markup):
     
    Ascendancy, Jul 1, 2008 IP
  3. goldenpearl

    goldenpearl Active Member

    Messages:
    772
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #3
    aoa all designer
    I am looking for an open source script sort of like ripoff report.com my client does not mind if the script is open source or not, and wants the website in a week, can anyone help me locate this script?
     
    goldenpearl, Jul 1, 2008 IP