Results 1 to 4 of 4

Thread: error in html code-no spaces btwn publicId and systemId
      
   

  1. #1
    adi001.b is offline Private
    Join Date
    Dec 2009
    Posts
    4

    Cool error in html code-no spaces btwn publicId and systemId

    thhis is my code just check it and tell me...









    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
    <title>Untitled Page</title>
    <meta name="GENERATOR" content="Created by BlueVoda">
    </head>
    <body background="_bkgrnd.png" bgcolor="#606060" text="#E1E100">
    <div id="bv_Text1" style="position:absolute;left:27px;top:10px;width: 780px;height:101px;z-index:0;" align="left">
    <font style="font-size:96px;background-color:#000000" color="#F20000" face="BankGothic Md BT">M</font><font style="font-size:96px;background-color:#000000" color="#80FF80" face="BankGothic Md BT">u</font><font style="font-size:96px;background-color:#000000" color="#0000C4" face="BankGothic Md BT">z</font><font style="font-size:96px;background-color:#000000" color="#57FFFF" face="BankGothic Md BT">i</font><font style="font-size:96px;background-color:#000000" color="#FF57A0" face="BankGothic Md BT">k</font><font style="font-size:96px;background-color:#000000" color="#F20000" face="BankGothic Md BT"> M</font><font style="font-size:96px;background-color:#000000" color="#80FF80" face="BankGothic Md BT">i</font><font style="font-size:96px;background-color:#000000" color="#0000C4" face="BankGothic Md BT">c</font><font style="font-size:96px;background-color:#000000" color="#57FFFF" face="BankGothic Md BT">h</font><font style="font-size:96px;background-color:#000000" color="#FF57A0" face="BankGothic Md BT">!</font><font style="font-size:96px;background-color:#000000" color="#FF57A0" face="Arial"> </font></div>
    <div id="bv_Text2" style="position:absolute;left:516px;top:111px;widt h:279px;height:19px;z-index:1;" align="left">
    <font style="font-size:16px" color="#FFFFFF" face="Cooper Black">Best sight to download songs...</font></div>
    <hr noshade="noshade" size="24" width="949" color="#B76935" id="Line1" style="margin:0;padding:0;position:absolute;left:0 px;top:134px;width:949px;height:24px;z-index:2">
    <div id="bv_Text3" style="position:absolute;left:54px;top:138px;width :150px;height:16px;z-index:3;" align="left">
    <font style="font-size:13px" color="#FFFFFF" face="Arial">Home</font></div>
    <div id="bv_Text5" style="position:absolute;left:391px;top:138px;widt h:150px;height:16px;z-index:4;" align="left">
    <font style="font-size:13px" color="#FFFFFF" face="Arial">Movie Index</font></div>
    <div id="bv_Text4" style="position:absolute;left:209px;top:138px;widt h:150px;height:16px;z-index:5;" align="left">
    <font style="font-size:13px" color="#FFFFFF" face="Arial">New Arrivals</font></div>
    <textarea name="TextArea1" id="TextArea1" style="position:absolute;left:13px;top:254px;width :156px;height:150px;background-color:#7F7F7F;font-family:Courier New;font-size:16px;z-index:6" rows="7" cols="12"></textarea>
    <hr noshade="noshade" size="24" width="156" color="#037ADC" id="Line2" style="margin:0;padding:0;position:absolute;left:1 3px;top:229px;width:156px;height:24px;z-index:7">
    <div id="bv_Text6" style="position:absolute;left:21px;top:232px;width :150px;height:16px;z-index:8;" align="left">
    <font style="font-size:13px" color="#FFFFFF" face="Arial">Latest Arrivals</font></div>
    <div id="ConveyerBelt9Extension" style="position:absolute;overflow:hidden;left:764p x;top:240px;width:150px;height:150px;z-index:9">
    <div id="ConveyerBelt9" style="overflow:hidden;height:100%;width:100%;">
    <table cellpadding="0" cellspacing="0" border="0">
    <tr>
    <td id="cb9_id1" height="150" valign="bottom" align="center"></td>
    <td id="cb9_id2" valign="bottom"></td>
    </tr>
    </table>
    </div>
    <script language="javascript" type="text/javascript">
    var speed = 30;
    var i = 0;
    var n = Math.floor(ConveyerBelt9Extension.offsetWidth/cb9_id1.offsetWidth);
    for (i=0; i<=n; i++)
    {
    cb9_id2.innerHTML += cb9_id1.innerHTML;
    }
    function ConveyerBelt9Move()
    {
    if (ConveyerBelt9.scrollLeft >= cb9_id1.offsetWidth)
    ConveyerBelt9.scrollLeft -= cb9_id1.offsetWidth;
    else
    ConveyerBelt9.scrollLeft++;
    }
    var ConveyerBelt9Timer = setInterval(ConveyerBelt9Move, speed);
    ConveyerBelt9.onmouseover = function() { clearInterval(ConveyerBelt9Timer); }
    ConveyerBelt9.onmouseout = function() { ConveyerBelt9Timer = setInterval(ConveyerBelt9Move, speed); }
    </script>
    </div>
    <div id="bv_Text7" style="position:absolute;left:256px;top:332px;widt h:450px;height:179px;z-index:10;" align="left">
    <font style="font-size:24px" color="#FF0000" face="Arial">This is still under construction will be launching soon.</font><font style="font-size:19px" color="#E1E100" face="Arial"><br>
    <br>
    This is the best sight to download all latest telugu movie songs.<br>
    We will be updating old songs and even hindi songs soon,as there is a grate responce for this sight.<br>
    </font></div>
    </body>
    </html>



    i need help ..

  2. #2
    zuriatman's Avatar
    zuriatman is offline Moderator
    Join Date
    Sep 2006
    Location
    Malaysia
    Posts
    3,039

    Default Re: error in html code-no spaces btwn publicId and systemId

    This is not the way to post a query to your problem.

    Post your question and tell us the problem you are encountering.

    Why do we need to check your html scrips for?

    What is the problem with the script?
    www.siapamoyanganda.com/
    Malaysian Family Tree Website From the
    State of Johor.

    HAPPY ARE THOSE WHO DREAM DREAMS AND ARE READY TO PAY THE PRICE TO MAKE THEM COME TRUE.

  3. #3
    adi001.b is offline Private
    Join Date
    Dec 2009
    Posts
    4

    Default Re: error in html code-no spaces btwn publicId and systemId

    i am sorry dear frnd...

    when the i am trying to place the HTML code for my blog .i am getting error..

    there are no spaces btwn publicId and systemId.

    how can i sole it..??

    plz help me..

  4. #4
    zuriatman's Avatar
    zuriatman is offline Moderator
    Join Date
    Sep 2006
    Location
    Malaysia
    Posts
    3,039

    Default Re: error in html code-no spaces btwn publicId and systemId

    Edit the html using an Html editor.
    www.siapamoyanganda.com/
    Malaysian Family Tree Website From the
    State of Johor.

    HAPPY ARE THOSE WHO DREAM DREAMS AND ARE READY TO PAY THE PRICE TO MAKE THEM COME TRUE.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49