Jump to content

HTML Errors


daneault23

Recommended Posts

Add

above ..............line 4.<p> </p> <p>target="_blank" line 138; don't worry too much about this; it's deprecated (old code) but still works. Learn an alternative later.</p> <p> </p> <p>A lot of codes are in the format </p> <p></p> <p class="MsoNormal" style="margin: 0.3in 0in 0pt; line-height: 180%;">?</p> <p> </p> <p>using MsoNormal and then pt for text size. Have you used Microsoft Word and then "saved as" HTML? This creates all sorts of old-fashioned code that doesn't validate. You really need to start again in Notepad or another text editor or Dreamweaver and not use Word or Excel.</p> <p> </p> <p><em>cannot generate system identifier for general entity "address".</em></p> <p><em>?imarks.org/bookmarks.php/?action=add&address=http%3A%2F%2Fwww.ilovemoneymoret</em></p> <p> </p> <p>This means that & is not validating; you need to use the character code for it which is & see </p> <p><a href="http://www.tedmontgomery.com/tutorial/HTMLchrc.html" rel="external nofollow">http://www.tedmontgomery.com/tutorial/HTMLchrc.html</a></p> <p> </p> <p><em>end tag for "input" omitted, but OMITTAG NO was specified.</em></p> <p><input name="hl" value="en" type="hidden"></p> <p> </p> <p>If you use XHTML doctypes this must be closed as /> not just ></p> <p> </p> <p>I'm not going to offer any more comments; you really need to learn to code in a text editor or use a program like Dreamweaver or spend a lot of time editing what you have now. Sorry.</p>
Link to comment
Share on other sites

Check around Killersites - there are plenty of video and written tutorials that can help you get an understanding of HTML - if you really want to fix your errors, you'll have to know what's going on. We're always here to help with specific questions. Also check out How To Build Websites - another excellent tutorial by Stef.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...