The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

HTML Coding Error...

3 posters

Go down

Solved HTML Coding Error...

Post by Dark Lord April 29th 2009, 8:11 am

I made this page just now for a kinda "Shop" on my Forums. Here it is:

Code:
<title>Shop</title>
<style type="text/css">

body
{ margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}

#header {
margin: 20px;
padding: 10px;
height: 100px;
}
#left {
position: absolute;
left: 15px;
top: 160px;
width: 200px;
}
#center {
top: 0;
margin-left: 230px;
margin-right: 15px;
}
</style>
</head>

*Is Under Construction Along with The Offical Website*

<TR VALIGN="top">
<TD>
<TABLE WIDTH="50" CELLPADDING="0" CELLSPACING="0" BORDER="0" ALIGN="center">

<TR>
<TD></TD>
</TR>

</table>

<center><!-- submenu -->
<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">
<TR><TD><A HREF="http://n-e-s.forum-motion.com/Shop-h21.htm"><IMG SRC="http://i87.servimg.com/u/f87/12/97/11/39/family20.png" BORDER="0" WIDTH="125" HEIGHT="48" ALT="Shop Home"></A><A HREF="http://n-e-s.forum-motion.com/Buy-h22.htm"><IMG SRC="http://i87.servimg.com/u/f87/12/97/11/39/family21.png" BORDER="0" WIDTH="125" HEIGHT="48" ALT="Buy"><A HREF="http://n-e-s.forum-motion.com/Sell-h25.htm"><IMG SRC="http://i87.servimg.com/u/f87/12/97/11/39/family22.png" BORDER="0" WIDTH="125" HEIGHT="48" ALT="Sell"></A><A HREF="http://n-e-s.forum-motion.com/Trade-h24.htm"><IMG SRC="http://i87.servimg.com/u/f87/12/97/11/39/family23.png" BORDER="0" WIDTH="107" HEIGHT="48" ALT="Trade"></A></TD></TR>
<TR><TD COLSPAN="5" BGCOLOR="#515151"><IMG SRC="../../images/spacer.gif" BORDER="0" WIDTH="1" HEIGHT="7" ALT="Trade"></TD></TR>
<TR><TD COLSPAN="5"><IMG SRC="../../images/spacer.gif" BORDER="0" WIDTH="1" HEIGHT="18" ALT=""></TD></TR>
</TABLE>
<!-- /submenu --></center>


<center><!-- entry -->
<TABLE WIDTH="481" CELLPADDING="0" CELLSPACING="1" BORDER="0" BGCOLOR="#CCCCCC">

<TR VALIGN="top">
<TD BGCOLOR="#ffffff">


<!-- entry_head -->

<center><font face="Verdana" size="-1">Welcome to the Shopping Mall of NES Productions. Buy, Sell, Trade and look around at this awesome new feature of the NES Productions Forums!<br><br>

FAQ<br>
Q: How do I get Credits?
A: You can earn credits in many ways. Helping with the N.E.S Game, or helping a Moderator or Administrator, playing Forum Games, winning our Forum Competitions, and there are many more ways.<br><br>

Q: What can I do with Credits?
A: You spend your Credits here, to buy items, or recieve special Gifts. Some Forum Competitions will even require some Credits to enter.<br><br>

Q: Do I post here if I want to buy something?
A: Yes, unless you want to keep is secret, like if you buy the Poison Mushroom. Then you would PM me, but please post here if you want to buy an item or two.<br><br>

Q: Why is there not many things for sale?
A: Either most are out of stock, or the new ones just haven't been added yet.<br><br>

Idea is only for NES Productions™️©️</font></center>

<center><big><b><strong>Awards of the Month!</strong></b></big></center><br><br>

<table border="1">
<tr>
<td><img src="http://img34.picoodle.com/img/img34/3/8/15/f_Walkingm_39673ab.gif"></td>
<td>Most Expensive Item.</td>
<td>70 Credits</td>
</tr>
<tr>
<td><img src="http://i87.servimg.com/u/f87/12/97/11/39/card11.gif"></td>
<td>Most Bought Item.</td>
<td>5 Credits.</td>
</tr>
<tr>
<td><img src="http://www.rpgclassics.com/shrines/n64/papermario/images/peach/water.gif"></td>
<td>The Cheapest Item.</td>
<td>1 Credit.</td>
</tr>
</table>


<!-- /entry --></center>

And this...ALWAYS comes up! I edited it and tried making a New Page! But it won't Work! I'm so frustrated...

HTML Coding Error... Html_p10

Can somebody please tell me what stops this Coding? I even used my friend's computer and it came up with the "Error Page". Please help me...

By the way, If Needed: http://n-e-s.forum-motion.com/ My Forums! Thanks!
Dark Lord
Dark Lord
New Member

Posts : 13
Reputation : 0
Language : English

Back to top Go down

Solved Re: HTML Coding Error...

Post by RoNo April 29th 2009, 10:00 am

Don't use the word "buy" in custom HTML pages.

It works now > Demo

Fixed it by replacing all instances of the word "buy" with "purchase".

Here is the fixed version
Code:
<title>Shop</title>
<style type="text/css">

body
{ margin-top: 0;
margin-bottom: 0;
margin-left: 0;
margin-right: 0;
padding-left: 0;
padding-right: 0;
}

#header {
margin: 20px;
padding: 10px;
height: 100px;
}
#left {
position: absolute;
left: 15px;
top: 160px;
width: 200px;
}
#center {
top: 0;
margin-left: 230px;
margin-right: 15px;
}
</style>
</head>

*Is Under Construction Along with The Official Website*

<TR VALIGN="top">
<TD>
<TABLE WIDTH="50" CELLPADDING="0" CELLSPACING="0" BORDER="0" ALIGN="center">

<TR>
<TD></TD>
</TR>

</table>

<center><!-- submenu -->
<TABLE CELLPADDING="0" CELLSPACING="0" BORDER="0">
<TR><TD><A HREF="http://n-e-s.forum-motion.com/Shop-h21.htm"><IMG SRC="http://i87.servimg.com/u/f87/12/97/11/39/family20.png" BORDER="0" WIDTH="125" HEIGHT="48" ALT="Shop Home"></A><A HREF="http://n-e-s.forum-motion.com/Buy-h22.htm"><IMG SRC="http://i87.servimg.com/u/f87/12/97/11/39/family21.png" BORDER="0" WIDTH="125" HEIGHT="48" ALT="Purchase"><A HREF="http://n-e-s.forum-motion.com/Sell-h25.htm"><IMG SRC="http://i87.servimg.com/u/f87/12/97/11/39/family22.png" BORDER="0" WIDTH="125" HEIGHT="48" ALT="Sell"></A><A HREF="http://n-e-s.forum-motion.com/Trade-h24.htm"><IMG SRC="http://i87.servimg.com/u/f87/12/97/11/39/family23.png" BORDER="0" WIDTH="107" HEIGHT="48" ALT="Trade"></A></TD></TR>
<TR><TD COLSPAN="5" BGCOLOR="#515151"><IMG SRC="../../images/spacer.gif" BORDER="0" WIDTH="1" HEIGHT="7" ALT="Trade"></TD></TR>
<TR><TD COLSPAN="5"><IMG SRC="../../images/spacer.gif" BORDER="0" WIDTH="1" HEIGHT="18" ALT=""></TD></TR>
</TABLE>
<!-- /submenu --></center>


<center><!-- entry -->
<TABLE WIDTH="481" CELLPADDING="0" CELLSPACING="1" BORDER="0" BGCOLOR="#CCCCCC">

<TR VALIGN="top">
<TD BGCOLOR="#ffffff">


<!-- entry_head -->

<center><font face="Verdana" size="-1">Welcome to the Shopping Mall of NES Productions. Purchase, Sell, Trade and look around at this awesome new feature of the NES Productions Forums!<br><br>

FAQ<br>
Q: How do I get Credits?
A: You can earn credits in many ways. Helping with the N.E.S Game, or helping a Moderator or Administrator, playing Forum Games, winning our Forum Competitions, and there are many more ways.<br><br>

Q: What can I do with Credits?
A: You spend your Credits here, to purchase items, or receive special Gifts. Some Forum Competitions will even require some Credits to enter.<br><br>

Q: Do I post here if I want to purchase something?
A: Yes, unless you want to keep is secret, like if you purchase the Poison Mushroom. Then you would PM me, but please post here if you want to purchase an item or two.<br><br>

Q: Why is there not many things for sale?
A: Either most are out of stock, or the new ones just haven't been added yet.<br><br>

Idea is only for NES Productions™️©️</font></center>

<center><big><b><strong>Awards of the Month!</strong></b></big></center><br><br>

<table border="1">
<tr>
<td><img src="http://img34.picoodle.com/img/img34/3/8/15/f_Walkingm_39673ab.gif"></td>
<td>Most Expensive Item.</td>
<td>70 Credits</td>
</tr>
<tr>
<td><img src="http://i87.servimg.com/u/f87/12/97/11/39/card11.gif"></td>

<td>Most Bought Item.</td>
<td>5 Credits.</td>
</tr>
<tr>
<td><img src="http://www.rpgclassics.com/shrines/n64/papermario/images/peach/water.gif"></td>
<td>The Cheapest Item.</td>
<td>1 Credit.</td>
</tr>
</table>


<!-- /entry --></center>
Corrected a few spelling errors.
It's a good idea to spell check before saving a page Cool
RoNo
RoNo
Active Poster

Male Posts : 1270
Reputation : 135
Language : English
Location : Laguna Beach, California

http://bf2mercenaries.forumotion.com/

Back to top Go down

Solved Re: HTML Coding Error...

Post by Dark Lord April 29th 2009, 11:09 am

lol, Thanks. I probably wouldn't have checked the spelling.

Thanks RoNo, Nice Work. Uh, this is Solved so, yeah, Lock please.
Dark Lord
Dark Lord
New Member

Posts : 13
Reputation : 0
Language : English

Back to top Go down

Solved Re: HTML Coding Error...

Post by Sanket April 29th 2009, 4:01 pm

Since this thread appears to be solved, I will lock this thread and mark it as solved.
Sanket
Sanket
Sanket
ForumGuru

Male Posts : 48766
Reputation : 2830
Language : English
Location : Mumbai

Back to top Go down

Back to top

- Similar topics

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