Website Template

Blitz3D Forums/Blitz3D Beginners Area/Website Template

wizzlefish(Posted 2004) [#1]
I was up till 11 last night working on my website template. I haven't completed anything except the basic template. I made it by myself, with no outside help.

Any feedback would be great.

Here it is:
http://www.noenemies.com/site2.html


morduun(Posted 2004) [#2]
Totally unreadable in FireFox.


Braincell(Posted 2004) [#3]
Looks ok here in Opera, except that sites that use only shades of a single colour (in this case green) are about as interesting as black & white TVs if u ask me.


Knotz(Posted 2004) [#4]
Hmm teh text could become totally unreadable in that green/black color scheme

Let HTML Validator do the writing:

BTW, don't be humiliated by the listing, it's a help. Even the BlitzBasic site has a nasty error in the page's end :
...<table width="100%"><tr><td></body></html>
notice the stray table



Validator message export for "http://www.noenemies.com/site2.html":
Generated by CSE HTML Validator Professional v6.53 (http://www.htmlvalidator.com/)

1. Warning: [24] A document type declaration should appear as the first line (line 1) of every HTML document. For example, for HTML 4.01 Strict documents, <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> should be the first line. For HTML 4.01 Transitional documents, the first line should be <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">. For HTML 4.01 Frameset documents, the first line should be <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">. Although HTML recommendations generally require this line, most browsers probably ignore it. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu and/or from the Tag Inserter.

2. Message: [73] WCAG 1.0 accessibility checking is disabled.

3. Message: [73] Section 508 accessibility checking is disabled.

4. Message in line 4 at character 2: [111] Tip - A good title is very important. Use many keywords in your title tag but make it readable. This is good for search engine rankings and when the page is bookmarked. Example: <title>Download CSE HTML Validator - Powerful HTML and Link Checking Software for Windows</title>.

5. Message in line 4 at character 8: [8] This document's title contains only 3 words. It may be inadequate for search engine purposes. A good title is important to your search engine rankings and listings. AI Internet Solutions recommends a title that is 5-15 words in length and that contains a relevant and descriptive phrase.

6. Error in line 10 at character 47: The "cellpadding" attribute has an invalid attribute value "30px". Try using one of the following values: a percent, a positive integer, or "0" (zero).

7. Error in line 10 at character 47: Attribute values for the "cellpadding" attribute of the "table" element should not contain CSS length units like "px". CSS length units should only be used in CSS syntax, not HTML/XHTML syntax.

8. Message in line 10 at character 2: [5] The "table" element is an official HTML 4.01 and XHTML element but may not be supported by older or nongraphical browsers. Furthermore, nongraphical browsers that do support tables may not support them the way that you expect. However, most browsers used today should support this element.

9. Message in line 10 at character 8: [9] The "align" and "bgcolor" attributes for the "table" element are deprecated in HTML 4.01 and XHTML in favor of using style sheets. Instead of align="center", consider using the following CSS to center the table: "margin-left: auto; margin-right: auto". This is the correct CSS way but it may not work with some (mostly older) browsers.

10. Error in line 11 at character 6: The "border" attribute is not valid for the "tr" element. The valid attributes for this element are: "align", "background", "bgcolor", "bordercolor", "bordercolordark", "bordercolorlight", "char", "charoff", "class", "dir", "height", "id", "lang", "language", "msimagelist", "nowrap", "onactivate", "onafterupdate", "onbeforecopy", "onbeforecut", "onbeforepaste", "onbeforeupdate", "onblur", "onclick", "oncontextmenu", "oncopy", "oncut", "ondblclick", "ondeactivate", "ondrag", "ondragend", "ondragenter", "ondragleave", "ondragover", "ondragstart", "ondrop", "onfilterchange", "onfocus", "onfocusin", "onfocusout", "onhelp", "onkeydown", "onkeypress", "onkeyup", "onmousedown", "onmouseenter", "onmouseleave", "onmousemove", "onmouseout", "onmouseover", "onmouseup", "onmousewheel", "onmove", "onmoveend", "onmovestart", "onpaste", "onpropertychange", "onresize", "onrowenter", "onrowexit", "onselectstart", "style", "title", "transparency", "valign", "xml:lang", and "xml:space".

11. Error in line 12 at character 36: The "border" attribute is not valid for the "td" element. The valid attributes for this element are: "abbr", "align", "axes", "axis", "background", "bgcolor", "bordercolor", "bordercolordark", "bordercolorlight", "char", "charoff", "class", "colspan", "contenteditable", "dir", "gradangle", "gradcolor", "headers", "height", "hidefocus", "id", "lang", "language", "msimagelist", "nowrap", "onactivate", "onafterupdate", "onbeforecopy", "onbeforecut", "onbeforepaste", "onbeforeupdate", "onblur", "onclick", "oncontextmenu", "oncopy", "oncut", "ondblclick", "ondeactivate", "ondrag", "ondragend", "ondragenter", "ondragleave", "ondragover", "ondragstart", "ondrop", "onfilterchange", "onfocus", "onfocusin", "onfocusout", "onhelp", "onkeydown", "onkeypress", "onkeyup", "onmousedown", "onmouseenter", "onmouseleave", "onmousemove", "onmouseout", "onmouseover", "onmouseup", "onmousewheel", "onmove", "onmoveend", "onmovestart", "onpaste", "onpropertychange", "onresize", "onrowenter", "onrowexit", "onselectstart", "rowspan", "scope", "style", "title", "transparency", "unselectable", "valign", "width", "xml:lang", and "xml:space".

12. Message in line 12 at character 22: [9] The "bgcolor" attribute for the "td" and "th" elements is deprecated in HTML 4.01 and XHTML in favor of using style sheets. Consider using the CSS "background-color" property instead of the "bgcolor" attribute.

13. Message in line 13 at character 5: [9] The "font" element and all of its attributes are deprecated in HTML 4.01 and XHTML in favor of using style sheets (use the CSS "color", "font", "font-family", "font-size", and other font properties instead).

14. Message in line 13 at character 20: The "strong" element should be used instead of the "b" element when you want to denote strong emphasis. The "b" element should only be used when you want bold typeface but do not want strong emphasis. Many web authors use the "b" element when the "strong" element would be more appropriate.

15. Error in line 22 at character 47: The "cellpadding" attribute has an invalid attribute value "10px". Try using one of the following values: a percent, a positive integer, or "0" (zero).

16. Error in line 22 at character 47: Attribute values for the "cellpadding" attribute of the "table" element should not contain CSS length units like "px". CSS length units should only be used in CSS syntax, not HTML/XHTML syntax.

17. Error in line 22 at character 76: The "border-color" attribute is not valid for the "table" element. The valid attributes for this element are: "align", "background", "bgcolor", "border", "bordercolor", "bordercolordark", "bordercolorlight", "cellpadding", "cellspacing", "class", "clear", "cols", "contenteditable", "datafld", "datapagesize", "datasrc", "dir", "frame", "gradangle", "gradcolor", "height", "hidefocus", "hspace", "id", "lang", "language", "msimagelist", "nof", "nowrap", "onactivate", "onafterupdate", "onbeforecopy", "onbeforecut", "onbeforepaste", "onbeforeupdate", "onblur", "onclick", "oncontextmenu", "oncopy", "oncut", "ondblclick", "ondeactivate", "ondrag", "ondragend", "ondragenter", "ondragleave", "ondragover", "ondragstart", "ondrop", "onfilterchange", "onfocus", "onfocusin", "onfocusout", "onhelp", "onkeydown", "onkeypress", "onkeyup", "onmousedown", "onmouseenter", "onmouseleave", "onmousemove", "onmouseout", "onmouseover", "onmouseup", "onmousewheel", "onmove", "onmoveend", "onmovestart", "onpaste", "onpropertychange", "onresize", "onrowenter", "onrowexit", "onselectstart", "rules", "style", "summary", "title", "transparency", "unselectable", "valign", "vspace", "width", "xml:lang", and "xml:space".

18. Error in line 23 at character 21: The "cellspacing" attribute is not valid for the "tr" element. The valid attributes for this element are: "align", "background", "bgcolor", "bordercolor", "bordercolordark", "bordercolorlight", "char", "charoff", "class", "dir", "height", "id", "lang", "language", "msimagelist", "nowrap", "onactivate", "onafterupdate", "onbeforecopy", "onbeforecut", "onbeforepaste", "onbeforeupdate", "onblur", "onclick", "oncontextmenu", "oncopy", "oncut", "ondblclick", "ondeactivate", "ondrag", "ondragend", "ondragenter", "ondragleave", "ondragover", "ondragstart", "ondrop", "onfilterchange", "onfocus", "onfocusin", "onfocusout", "onhelp", "onkeydown", "onkeypress", "onkeyup", "onmousedown", "onmouseenter", "onmouseleave", "onmousemove", "onmouseout", "onmouseover", "onmouseup", "onmousewheel", "onmove", "onmoveend", "onmovestart", "onpaste", "onpropertychange", "onresize", "onrowenter", "onrowexit", "onselectstart", "style", "title", "transparency", "valign", "xml:lang", and "xml:space".

19. Message in line 24 at character 14: It is usually best not to specify the actual index document name "index.html". Consider using href="./" instead. Visit http://webtips.dan.info/subdir.html#LinkHome for more information about why this is recommended.

20. Message in line 26 at character 16: It is usually best not to specify the actual index document name "index.html". Consider using href="community/" instead. Visit http://webtips.dan.info/subdir.html#LinkHome for more information about why this is recommended.

21. Message in line 27 at character 16: It is usually best not to specify the actual index document name "index.html". Consider using href="company/" instead. Visit http://webtips.dan.info/subdir.html#LinkHome for more information about why this is recommended. This is the last time that this message will be generated. There may be other links specifying the actual index document name.

22. Error in line 35 at character 58: The "cellpadding" attribute has an invalid attribute value "10px". Try using one of the following values: a percent, a positive integer, or "0" (zero).

23. Error in line 35 at character 58: Attribute values for the "cellpadding" attribute of the "table" element should not contain CSS length units like "px". CSS length units should only be used in CSS syntax, not HTML/XHTML syntax.

24. Error in line 37 at character 25: The attribute value "#003300" for the "bgcolor" 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.

25. Message in line 37 at character 7: [9] The "height" and "width" attributes for the "td" and "th" elements are deprecated in HTML 4.01 and XHTML in favor of using style sheets.

26. Error in line 39 at character 28: The attribute value "#003300" for the "bgcolor" 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.

27. Warning in line 40 at character 8: 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 reference "&gt;". Note, however, that using this reference is not technically necessary according to the HTML specification (but it is highly recommended that you use it).

28. Error in line 41 at character 3: Found the character '<' while looking for '>'. The character '>' must appear before another '<'. If you actually want to use this character in the text portion of your document, then you should use the character entity reference "&lt;".

29. Error in line 41 at character 4: The end tag for "b" (opened in line 40) should appear before the end tag for "td" (nesting error).

30. Warning in line 42 at character 4: [28] The "td" tag is contained in a "b" tag (which was opened in line 40). This may be acceptable for some browsers (such as Internet Explorer and Netscape), but HTML 4.01 and XHTML do not allow this. It may also cause problems or unexpected page rendering for more compliant browsers such as Opera and Mozilla. Possible solutions: 1. Close the "b" tag before using the "td" tag. Depending on the correct usage of the closed tag, you may be able to reopen it after using the "td" tag; 2. Eliminate the "td" tag; or 3. Reorder the "td" and "b" tags.

31. Error in line 42 at character 25: The attribute value "#003300" for the "bgcolor" 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.

32. Warning in line 45 at character 3: [28] The "tr" tag is contained in a "b" tag (which was opened in line 40). This may be acceptable for some browsers (such as Internet Explorer and Netscape), but HTML 4.01 and XHTML do not allow this. It may also cause problems or unexpected page rendering for more compliant browsers such as Opera and Mozilla. Possible solutions: 1. Close the "b" tag before using the "tr" tag. Depending on the correct usage of the closed tag, you may be able to reopen it after using the "tr" tag; 2. Eliminate the "tr" tag; or 3. Reorder the "tr" and "b" tags.

33. Warning in line 46 at character 4: [28] The "td" tag is contained in a "b" tag (which was opened in line 40). This may be acceptable for some browsers (such as Internet Explorer and Netscape), but HTML 4.01 and XHTML do not allow this. It may also cause problems or unexpected page rendering for more compliant browsers such as Opera and Mozilla. Possible solutions: 1. Close the "b" tag before using the "td" tag. Depending on the correct usage of the closed tag, you may be able to reopen it after using the "td" tag; 2. Eliminate the "td" tag; or 3. Reorder the "td" and "b" tags.

34. Warning in line 47 at character 5: [28] The "table" tag is contained in a "b" tag (which was opened in line 40). This may be acceptable for some browsers (such as Internet Explorer and Netscape), but HTML 4.01 and XHTML do not allow this. It may also cause problems or unexpected page rendering for more compliant browsers such as Opera and Mozilla. Possible solutions: 1. Close the "b" tag before using the "table" tag. Depending on the correct usage of the closed tag, you may be able to reopen it after using the "table" tag; 2. Eliminate the "table" tag; or 3. Reorder the "table" and "b" tags.

35. Error in line 47 at character 23: The "cellpadding" attribute has an invalid attribute value "5px". Try using one of the following values: a percent, a positive integer, or "0" (zero).

36. Error in line 47 at character 23: Attribute values for the "cellpadding" attribute of the "table" element should not contain CSS length units like "px". CSS length units should only be used in CSS syntax, not HTML/XHTML syntax.

37. Error in line 47 at character 45: The attribute value "#003300" for the "bgcolor" 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.

38. Warning in line 48 at character 6: [28] The "tr" tag is contained in a "b" tag (which was opened in line 40). This may be acceptable for some browsers (such as Internet Explorer and Netscape), but HTML 4.01 and XHTML do not allow this. It may also cause problems or unexpected page rendering for more compliant browsers such as Opera and Mozilla. Possible solutions: 1. Close the "b" tag before using the "tr" tag. Depending on the correct usage of the closed tag, you may be able to reopen it after using the "tr" tag; 2. Eliminate the "tr" tag; or 3. Reorder the "tr" and "b" tags.

39. Warning in line 49 at character 5: [28] The "td" tag is contained in a "b" tag (which was opened in line 40). This may be acceptable for some browsers (such as Internet Explorer and Netscape), but HTML 4.01 and XHTML do not allow this. It may also cause problems or unexpected page rendering for more compliant browsers such as Opera and Mozilla. Possible solutions: 1. Close the "b" tag before using the "td" tag. Depending on the correct usage of the closed tag, you may be able to reopen it after using the "td" tag; 2. Eliminate the "td" tag; or 3. Reorder the "td" and "b" tags.

40. Message in line 50 at character 5: [31] The "b" tag was opened in another "b" tag (which was opened in line 40). Normally this does not cause any problems, but some may not consider it to be good style.

41. Warning in line 53 at character 5: [28] The "tr" tag is contained in a "b" tag (which was opened in line 40). This may be acceptable for some browsers (such as Internet Explorer and Netscape), but HTML 4.01 and XHTML do not allow this. It may also cause problems or unexpected page rendering for more compliant browsers such as Opera and Mozilla. Possible solutions: 1. Close the "b" tag before using the "tr" tag. Depending on the correct usage of the closed tag, you may be able to reopen it after using the "tr" tag; 2. Eliminate the "tr" tag; or 3. Reorder the "tr" and "b" tags.

42. Warning in line 54 at character 5: [28] The "td" tag is contained in a "b" tag (which was opened in line 40). This may be acceptable for some browsers (such as Internet Explorer and Netscape), but HTML 4.01 and XHTML do not allow this. It may also cause problems or unexpected page rendering for more compliant browsers such as Opera and Mozilla. Possible solutions: 1. Close the "b" tag before using the "td" tag. Depending on the correct usage of the closed tag, you may be able to reopen it after using the "td" tag; 2. Eliminate the "td" tag; or 3. Reorder the "td" and "b" tags.

43. Error in line 54 at character 16: The attribute value "#000000" for the "bgcolor" 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.

44. Warning in line 62 at character 4: [28] The "td" tag is contained in a "b" tag (which was opened in line 40). This may be acceptable for some browsers (such as Internet Explorer and Netscape), but HTML 4.01 and XHTML do not allow this. It may also cause problems or unexpected page rendering for more compliant browsers such as Opera and Mozilla. Possible solutions: 1. Close the "b" tag before using the "td" tag. Depending on the correct usage of the closed tag, you may be able to reopen it after using the "td" tag; 2. Eliminate the "td" tag; or 3. Reorder the "td" and "b" tags.

45. Warning in line 63 at character 4: [28] The "table" tag is contained in a "b" tag (which was opened in line 40). This may be acceptable for some browsers (such as Internet Explorer and Netscape), but HTML 4.01 and XHTML do not allow this. It may also cause problems or unexpected page rendering for more compliant browsers such as Opera and Mozilla. Possible solutions: 1. Close the "b" tag before using the "table" tag. Depending on the correct usage of the closed tag, you may be able to reopen it after using the "table" tag; 2. Eliminate the "table" tag; or 3. Reorder the "table" and "b" tags.

46. Error in line 63 at character 22: Attribute values for the "cellpadding" attribute of the "table" element should not contain CSS length units like "px". CSS length units should only be used in CSS syntax, not HTML/XHTML syntax.

47. Error in line 63: Terminating validation due to too many errors. Please correct the previous errors and recheck the document. HTML Validator is currently set to stop after 20 errors.

48. Message in line 63 at character 4: Consider using the "width" attribute with the "table" element. This is considered to be good style and can cause the table and page to render faster. Note that this is not a deprecated attribute in HTML 4.01 nor XHTML 1.0. It's also a valid XHTML 1.1 attribute.

49. Comment: This program can help you make your web pages more accessible. An accessible page is one that more individuals can use, such as individuals who are blind or deaf. It can also increase the usefulness of your web page for individuals who browse the web using slower devices like older computers or wireless devices like cell phones and PDAs. An accessible web site makes good business sense (and possibly good legal sense as well). You can enable or disable accessibility checking in the Validator Engine Options.

50. Comment: You can disable all the error messages for improperly quoted attribute values by having HTML Validator ignore and disregard the quotation mark requirements for attribute values. This option is in CSE HTML Validator's Validator Engine Options. However, it is recommended that you leave these error messages enabled and that you properly enclose attribute values in quotation marks.

51. Comment: You can ignore the nesting errors by turning off the option to check HTML tag nesting. However, it is recommended that you leave this feature enabled. This option is in CSE HTML Validator's Validator Engine Options.

52. Comment: You can change the maximum number of error messages to display before the validation is terminated. This option is in CSE HTML Validator's Validator Engine Options.

53. Comment: Possibly misspelled words (2, 2 unique): BlitzBasic (1x), Lattyware (1x). Complete list.

54. Comment: HTML document detected.

55. Comment: [111] Tip - Do not use hidden text, small text, comments, popular but unrelated words, etc. to try to 'cheat' to gain better search engine rankings. This is dishonest and some search engines may lower a page's rank for trying to 'cheat'.

56. Comment: [8] <meta name="description" content="(actual description)"> should be used in the "head" section to provide a brief description of what is contained on this page. This information is used by many search engines when indexing a site. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu and/or from the Tag Inserter.

57. Comment: [8] <meta name="keywords" content="(actual keyword list)"> should be used in the "head" section to provide a list of keywords that are relevent to this page. This information is used by many search engines when indexing a site. If you are using HTML Validator's integrated editor, then you can add this from the Tags menu and/or from the Tag Inserter.

58. Comment: An ICRA label (a rating "meta" tag) was not found in the "head" section of this document. Browsers that are enabled with this rating system may not display documents that have not been labelled. If you have labelled this document by rating the section (directory) in which it is found, or if your site is a personal web space on a large Internet Service Provider, it is still recommended that you include the rating "meta" tag on all of your pages for performance reasons. For more information, please visit http://www.icra.org/.

59. Comment: Although not normally necessary, you may want to include a "meta" tag similar to the following in the "head" section of your document: <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">

60. Comment: [10] CSE HTML Validator Std/Pro allows you to disable certain messages (like this example message) and groups of related messages by disabling flags. For instance, the [10] at the beginning of this message indicates that you can disable this message by disabling validator flag 10. If you are using HTML Validator's integrated editor, then you can simply use your mouse on this message to open the context menu (usually done by right-clicking the mouse on this message) and select 'Disable Flag 10' to disable this message. For more information about disabling messages, please look at the Configuration section in the documentation.

61. Comment: CSE HTML Validator Std/Pro allows you to disable many messages on an individual basis without using flags. For instance, you can disable this message by using HTML Validator's integrated editor to open the context menu for this message (usually done by right-clicking the mouse on this message) and selecting 'Options for this Message->Disable Message' to disable this message. For more information about disabling messages, please look at the Configuration section in the documentation.

62. Comment: 3136 bytes; 2.2s@..., 1.1s@..., 0.6s@50, 0.5s@64, 0.2s@128, 0.1s@384, 0.1s@512, 0.0s@768, 0.0s@..., 0.0s@10Mbps.

63. Comment: 0.16s, 21 errors, 12 warnings, 15 messages, 15 validator comments, 109 lines, 51 tags (35 closed), 0 document comments, 0 entities, 119 programs run.


wizzlefish(Posted 2004) [#5]
Amazing....I've got a lot to fix....

Can anyone post a screenshot of it in Firefox?


Strider Centaur(Posted 2004) [#6]
Why not just download and install firefox, its fast and free. :)

http://www.mozilla.org


Sledge(Posted 2004) [#7]
You might want to download the web developer plug-in for Firefox while you're at it. It's quite useful.


Rob Farley(Posted 2004) [#8]
When doing a website you need to download Opera and Firefox as I believe that IE, Opera and Firefox are the 3 most used browsers, if it looks fine in those 3 you're probably onto a winner with most other browsers. FireFox also has a validator plugin that's dead handy for checking that it complies.


Knotz(Posted 2004) [#9]
IE, Opera and Firefox are the 3 most used browsers


From the stats of our site (> 700.000 visitors), the top three:

IE 76.03%
Mozilla/Firefox 16.84%
Opera 2.64%


wizzlefish(Posted 2004) [#10]
Go IE!


wizzlefish(Posted 2004) [#11]
A new update - let's see how boring it is now!

http://www.noenemies.com/site3.html


GfK(Posted 2004) [#12]
The colour scheme is as awful as it was before. If not worse.

What's this thread got to do with Blitz, anyway?


Sledge(Posted 2004) [#13]
For the love of God design it using Firefox as a guide then tweak the (non-standard) IE specific bits for IE. The main blurb is black text on a black background and the Navigation and Links content doesn't even register.


wizzlefish(Posted 2004) [#14]
I think I know what the problem is.

I've used colors such as "AA7B64," which must not be web-safe. Odd - it appears perfect on IE - the only problem is the non-websafe colors.

Which means I cannot use my neat little color scheme any more. :(

Oh well. I'll try to fix things up. I hope I can get this done in time :(

What about Netscape? Anyone using Netscape?


wizzlefish(Posted 2004) [#15]
Lenn - how's the color scheme now?


Sledge(Posted 2004) [#16]

Oh well. I'll try to fix things up. I hope I can get this done in time :(


You need to decide on a DocType - you won't get any decent validation feedback until you do. 4.01 Transitional should be fine.


Odd - it appears perfect on IE -


You can get away with a lot of sloppy stuff in IE... which seems very helpful until you realise that it's taught you to write rubbish HTML. (Been there, done that!)

EDIT: Some of this might come in useful...
http://www.positioniseverything.net/index.php