WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You

WebArtz - The Web Design Forum
Welcome to WebArtz, Guest!

WebArtz is a nice place for discussions related to web designing and coding. We help our members to code their own website templates with HTML and CSS. We give them advice on various issues.

To know more about WebArtz Forum, visit the About Us page.

At the moment, you are viewing the forum as a guest. As a guest you can't make post and participate in discussions. You need to register and become a member of the forum. Click the register link below and become a part of this forum.

Thank You


You are not connected. Please login or register

View previous topic View next topic Go down  Message [Page 1 of 1]

1This code can't be use on HTML page Empty This code can't be use on HTML page Sat Oct 02, 2010 7:29 am

verrell123

verrell123
Registered Member
Registered Member
This code
Code:

<!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" xml:lang="en" lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><link type="text/css" rel="stylesheet" href="http://runbb.com/global.css" /><link rel="SHORTCUT ICON" href="images/favicon.png"/>   
    <title>Verrell123 Forum Shop</title>
  <script type="text/javascript">
  var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
  </script>
  <script type="text/javascript">
  try {
  var pageTracker = _gat._getTracker("UA-12146656-1");
  pageTracker._trackPageview();
  } catch(err) {}</script>
  <meta name="google-site-verification" content="zlylhheWd5guv8xPCdqTjYzS5kUi9933_yc_o8ux4Bg" />

 
 </head>
<div class="tboxes">
            <ul>

                <li class="fst"><div class="box_content">
                    <center>Verrell123 Forum Shop</center>
                </div></li>
                <li class="snd"><div class="box_content">
                    <center>Total User Who Buy:-</center>

                </div></li>
                <li class="trd"><div class="box_content">
                    Total Money On Shop: 0
                </div></li>
            </ul>
        </div>

                <div id="content" class="box_content">
            <div class="box">
                <h3>HTML Shop</h3>

                <p><img src="http://i43.tinypic.com/4nn5y.png" title="HTML Shop"><br>This is a HTML Shop. This cost V Credits, All on here was a code for your forum. Like a homepage code.</p>
            </div>
           
            <div class="box">
                <h3>Premium Shop</h3>
                <p><img src="http://i45.tinypic.com/ej8uug.png" title="Premium Shop"><br>This is Premium Shop. This cost USD. All on here was the special Item on all shop. that's why this put can be buy with USD.</p>
               
            </div>
            <div class="box">

                <h3>Other Shop</h3>
                <p><img src="http://i39.tinypic.com/2qiy7vk.jpg" title="Other Shop"><br>This is Other Shop. This cost V Credits on the forum. This shop sell a item that can be see on forum, like your own rank, chance name, etc.</p>
            </div>
            <br class="clear" />
For all queries related to buying & submitting Item please contact any of the administrators via private message.
        </div>    <div id="copyright" class="box_content">
                  <p><font color="#999">© 2010 Verrell123. All rights reserved.</font></a>

</p>                </div>
            </div>
           

       
                <div id="bg_right"></div>
                <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
                <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script>
                <script type="text/javascript" src="main.js"></script>

      </body>
      </html>

can't be save. when i save it, it write "Error, Pages_html"
Can anybody tell me why?

http://www.freshartz.co.cc/

2This code can't be use on HTML page Empty Re: This code can't be use on HTML page Sat Oct 02, 2010 8:18 am

50Cent


Registered Member
Registered Member
You did not add a Open <body> tag at the top? But got one close </body> tag at the bottom?

3This code can't be use on HTML page Empty Re: This code can't be use on HTML page Sat Oct 02, 2010 9:40 am

ankillien

ankillien
Administrator
Administrator
Hi verrel,

You need to put <body> tags after the </head> tag.

4This code can't be use on HTML page Empty Re: This code can't be use on HTML page Sat Oct 02, 2010 10:06 am

verrell123

verrell123
Registered Member
Registered Member
ankillien can you add the body and head there? i confused Question

http://www.freshartz.co.cc/

5This code can't be use on HTML page Empty Re: This code can't be use on HTML page Sat Oct 02, 2010 10:57 am

ankillien

ankillien
Administrator
Administrator
This is the full code...

Code:
<!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" xml:lang="en" lang="en">
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/><link type="text/css" rel="stylesheet" href="http://runbb.com/global.css" /><link rel="SHORTCUT ICON" href="images/favicon.png"/> 
    <title>Verrell123 Forum Shop</title>
  <script type="text/javascript">
  var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
  document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
  </script>
  <script type="text/javascript">
  try {
  var pageTracker = _gat._getTracker("UA-12146656-1");
  pageTracker._trackPageview();
  } catch(err) {}</script>
  <meta name="google-site-verification" content="zlylhheWd5guv8xPCdqTjYzS5kUi9933_yc_o8ux4Bg" />

 
 </head>
<body>
<div class="tboxes">
            <ul>

                <li class="fst"><div class="box_content">
                    <center>Verrell123 Forum Shop</center>
                </div></li>
                <li class="snd"><div class="box_content">
                    <center>Total User Who Buy:-</center>

                </div></li>
                <li class="trd"><div class="box_content">
                    Total Money On Shop: 0
                </div></li>
            </ul>
        </div>

                <div id="content" class="box_content">
            <div class="box">
                <h3>HTML Shop</h3>

                <p><img src="http://i43.tinypic.com/4nn5y.png" title="HTML Shop"><br>This is a HTML Shop. This cost V Credits, All on here was a code for your forum. Like a homepage code.</p>
            </div>
         
            <div class="box">
                <h3>Premium Shop</h3>
                <p><img src="http://i45.tinypic.com/ej8uug.png" title="Premium Shop"><br>This is Premium Shop. This cost USD. All on here was the special Item on all shop. that's why this put can be buy with USD.</p>
             
            </div>
            <div class="box">

                <h3>Other Shop</h3>
                <p><img src="http://i39.tinypic.com/2qiy7vk.jpg" title="Other Shop"><br>This is Other Shop. This cost V Credits on the forum. This shop sell a item that can be see on forum, like your own rank, chance name, etc.</p>
            </div>
            <br class="clear" />
For all queries related to buying & submitting Item please contact any of the administrators via private message.
        </div>    <div id="copyright" class="box_content">
                  <p><font color="#999">© 2010 Verrell123. All rights reserved.</font></a>

</p>                </div>
            </div>
            <br />
     
                <div id="bg_right"></div>
                <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>
                <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.7.2/jquery-ui.min.js"></script>
                <script type="text/javascript" src="main.js"></script>

      </body>
      </html>

6This code can't be use on HTML page Empty Re: This code can't be use on HTML page Sat Oct 02, 2010 11:00 am

verrell123

verrell123
Registered Member
Registered Member
I use it but it write "Error Pages_html"

http://www.freshartz.co.cc/

7This code can't be use on HTML page Empty Re: This code can't be use on HTML page Sat Oct 02, 2010 11:12 am

ankillien

ankillien
Administrator
Administrator
It works on normally but it shows error on Forumotion. May be because you have not added any link back to Forumotion.com.

8This code can't be use on HTML page Empty Re: This code can't be use on HTML page Sat Oct 02, 2010 11:20 am

verrell123

verrell123
Registered Member
Registered Member
ok can you fix the code? i already add the forumotion link but it no use?

http://www.freshartz.co.cc/

9This code can't be use on HTML page Empty Re: This code can't be use on HTML page Sat Oct 02, 2010 4:03 pm

Unknown Data

Unknown Data
Registered Member
Registered Member
Yesterday did I have the same problem, but Sanket helped me out, so it should be him you should thank for this. Wink

It's because you got the word "buy" in the content here:
This is Premium Shop. This cost USD. All on here was the special Item on all shop. that's why this put can be buy with USD.
Such a words will cause that error in HTML pages. I've tried it myself, were I removed "buy" and it worked fine.

http://woops.dk

10This code can't be use on HTML page Empty Re: This code can't be use on HTML page Sat Oct 02, 2010 4:24 pm

verrell123

verrell123
Registered Member
Registered Member
WOW! the problem only the "buy" Text!

Thanks Unknown Data!

Solved And Lock

http://www.freshartz.co.cc/

11This code can't be use on HTML page Empty Re: This code can't be use on HTML page Sat Oct 02, 2010 4:38 pm

Unknown Data

Unknown Data
Registered Member
Registered Member
You're welcome - but thanks Sanket instead Very Happy

Solved | Locked

http://woops.dk

Sponsored content


View previous topic View next topic Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum