HTML coding for all browser types

  • allgoodpeople
  • Proficient
  • Proficient
  • User avatar
  • Joined: Jan 16, 2004
  • Posts: 379
  • Loc: here
  • Status: Offline

Post February 11th, 2004, 8:27 pm

I checked out the site in NS 7.1, IE, opera 7 and Mozilla. All 4 looked fine to me, FWIW.

Mark
  • Anonymous
  • Bot
  • No Avatar
  • Joined: 25 Feb 2008
  • Posts: ?
  • Loc: Ozzuland
  • Status: Online

Post February 11th, 2004, 8:27 pm

  • TheSphinx
  • Newbie
  • Newbie
  • User avatar
  • Joined: Feb 11, 2004
  • Posts: 9
  • Loc: London Ontario
  • Status: Offline

Post February 11th, 2004, 9:03 pm

i was just checking the guestbook of my website that i posted earlier for a little help on and came apon some very rude msg's.

it was not pleasing to read and very rude.

i did recieve some good help from some nice guys on here and another thx goes out to them.

but please if u dont have anything nice to say then there is no need to slander or be very rude

just dont leave a msg if u have nothing nice to say, please

:( :x
  • TheSphinx
  • Newbie
  • Newbie
  • User avatar
  • Joined: Feb 11, 2004
  • Posts: 9
  • Loc: London Ontario
  • Status: Offline

Post February 11th, 2004, 9:08 pm

thx out to allgood as well
  • ATNO/TW
  • Super Moderator
  • Super Moderator
  • User avatar
  • Joined: May 28, 2003
  • Posts: 23404
  • Loc: Woodbridge VA
  • Status: Offline

Post February 11th, 2004, 9:48 pm

TheSphinx, in my opinion guestbooks are a waste of time and effort. In the end you get "almost" exactly what you saw today. I did have one that surprised me once that I left up from years ago re: owls and saw a lot of kids posted very cool positive stuff, but there was so much other "stuff" mixed in I just determined guestbooks weren't worth the effort. Take that as an opinion, nothing more.
"There's no place like 127.0.0.1 except for ::1."
Alexandria Networks. Leader in IT consulting for associations/non-profits, and small to medium sized businesses around the northern Virginia and Washington D.C. metro area.
  • Kairisika
  • Student
  • Student
  • User avatar
  • Joined: Dec 27, 2003
  • Posts: 95
  • Loc: Calgary, Canada
  • Status: Offline

Post February 12th, 2004, 12:22 am

If you do the web design thing and want it to be viewable in all browsers, get netscape. go <a href="http://channels.netscape.com/ns/browsers/download.jsp">here</a> and you can download whatever the latest version is free, and if you fix the options when doing the setup you just get the navigator and no other schock. Then you can check it for yourself.
  • rjstephens
  • Professor
  • Professor
  • User avatar
  • Joined: Jul 28, 2003
  • Posts: 774
  • Loc: Brisbane, Australia
  • Status: Offline

Post February 12th, 2004, 2:49 pm

i checked it in cse html validator lite and found these:
error, line 5: The "script" tag was found, but it is not valid due to where it is used. This element may be contained in "body" and "head". This element may not be contained in "frameset". The tag is currently not contained in an element that allows its use.
warning, line 12: Found the character '>' with no previous character '<' to open the tag. The character '<' must appear before each '>' to open a tag. If you actually want to use this character in the text portion of your document, then you should use the character entity "&gt;". Note, however, that using this entity is not technically necessary according to the HTML specification (but it is highly recommended that you use it).
error, line 15: The "style" tag was found, but it is not valid due to where it is used. This element may be contained in "head". The tag is currently not contained in an element that allows its use.
error, line 31: The "center" tag must be closed but the closing tag was not found.
error, line 34: The "center" tag must be closed but the closing tag was not found.
error, line 38: The "font" tag must be closed but the closing tag was not found.
error, line 38: The hexadecimal color value for the "color" attribute is missing the '#' character.
error, line 38: The "link" attribute is not valid for the "font" element. The valid attributes for this element are: "class", "color", "contenteditable", "dir", "face", "font-weight", "hidefocus", "id", "lang", "language", "onbeforecopy", "onbeforecut", "onbeforepaste", "onclick", "oncontextmenu", "oncopy", "oncut", "ondblclick", "ondragstart", "onfilterchange", "onhelp", "onkeydown", "onkeypress", "onkeyup", "onmousedown", "onmouseenter", "onmouseleave", "onmousemove", "onmouseout", "onmouseover", "onmouseup", "onmousewheel", "onpaste", "onselectstart", "point-size", "size", "style", "title", "unselectable", "xml:lang", and "xml:space".
error, line 38: The "vlink" attribute is not valid for the "font" element. The valid attributes for this element are: "class", "color", "contenteditable", "dir", "face", "font-weight", "hidefocus", "id", "lang", "language", "onbeforecopy", "onbeforecut", "onbeforepaste", "onclick", "oncontextmenu", "oncopy", "oncut", "ondblclick", "ondragstart", "onfilterchange", "onhelp", "onkeydown", "onkeypress", "onkeyup", "onmousedown", "onmouseenter", "onmouseleave", "onmousemove", "onmouseout", "onmouseover", "onmouseup", "onmousewheel", "onpaste", "onselectstart", "point-size", "size", "style", "title", "unselectable", "xml:lang", and "xml:space".
error, line 49: The attribute value "40%" for the "width" attribute was not enclosed in single or double quotation marks when it must be. In HTML 4.01, attribute values containing characters other than A-Z, a-z, 0-9, hyphens, periods, underscores, and colons must be quoted. In XHTML/XML, all attribute values must be quoted. Quotes are recommended even if they are not required.
error, line 50: The "font" tag must be closed but the closing tag was not found.
error, line 50: The "font" tag (opened in line 50) should be closed before the "td" tag is closed (nesting error).
error, line 52: The "center" tag (opened in line 52) should be closed before the "td" tag is closed (nesting error).
error, line 53: The "font" tag (opened in line 53) should be closed before the "td" tag is closed (nesting error).
error, line 59: The attribute value "65%" for the "width" attribute was not enclosed in single or double quotation marks when it must be. In HTML 4.01, attribute values containing characters other than A-Z, a-z, 0-9, hyphens, periods, underscores, and colons must be quoted. In XHTML/XML, all attribute values must be quoted. Quotes are recommended even if they are not required.
error, line 63: The attribute value "65%" for the "width" attribute was not enclosed in single or double quotation marks when it must be. In HTML 4.01, attribute values containing characters other than A-Z, a-z, 0-9, hyphens, periods, underscores, and colons must be quoted. In XHTML/XML, all attribute values must be quoted. Quotes are recommended even if they are not required.
error, line 67: The attribute value "65%" for the "width" attribute was not enclosed in single or double quotation marks when it must be. In HTML 4.01, attribute values containing characters other than A-Z, a-z, 0-9, hyphens, periods, underscores, and colons must be quoted. In XHTML/XML, all attribute values must be quoted. Quotes are recommended even if they are not required.
error, line 74: This line contains part of a quoted string that spans more than one line (not recommended) or a quoted string (like an attribute value) that is missing the beginning or closing quotation mark. You should check this line for improperly quoted attribute values that may be missing an opening or closing quotation mark. As currently configured, HTML Validator requires that all quoted strings be contained on one line and have beginning and end quotes. Note that because of inconsistent handling by user agents, it is not recommended that attribute values contain line breaks.
error, line 82: The "size" attribute has an invalid attribute value "5.5". Try using one of the following values: an integer offset from -6 to +6 or an integer from 1 to 7.
error, line 88: The "size" attribute has an invalid attribute value "4.5". Try using one of the following values: an integer offset from -6 to +6 or an integer from 1 to 7.
error, line 98: The "font" tag (opened in line 93) should be closed before the "td" tag is closed (nesting error).

Having copied and pasted those one by one, i'll tell you that your site looks fine in mozilla. If you want, you can get cse html validator lite for free from http://htmlvalidator.com/ and click on the download link.

Post Information

  • Total Posts in this topic: 21 posts
  • Users browsing this forum: No registered users and 157 guests
  • You cannot post new topics in this forum
  • You cannot reply to topics in this forum
  • You cannot edit your posts in this forum
  • You cannot delete your posts in this forum
  • You cannot post attachments in this forum
 
cron
 

© 2011 Unmelted, LLC. Ozzu® is a registered trademark of Unmelted, LLC.