need help in html code..

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts
  • adi001.b
    Private

    • Dec 2009
    • 4

    need help in html code..

    hi frnd i am getting the error"there is no white space btwn pubic id and system id"

    can u tell the solution for that???

    here is the code....

    <!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>


    waiting for solution..
Working...
X