Kay - I would reduce the size of your main text by half, as it seems to be too large; it's best to keep your text the same font size all the way thru your site ... also, your NavMenu leaves alot to be desired, in the fact that it should be set-up with 1 or 2 words and the words should never wrap to the next line.
First thing I noticed in your code is, you don't have the required <!DOCTYPE Declaration> which presents the site properly in all browsers and will affect how your site code validates ... speaking of which, I suggest you learn CSS and get rid of the tables.
Here are the 41 code warnings you should consider fixing:
Code:
line 1 column 1 - Warning: missing <!DOCTYPE> declaration
line 16 column 3 - Warning: <table> proprietary attribute "bordercolorlight"
line 16 column 3 - Warning: <table> proprietary attribute "bordercolordark"
line 16 column 3 - Warning: <table> proprietary attribute "height"
line 19 column 7 - Warning: <img> escaping malformed URI reference
line 19 column 7 - Warning: <img> lacks "alt" attribute
line 27 column 7 - Warning: <img> escaping malformed URI reference
line 27 column 7 - Warning: <img> lacks "alt" attribute
line 38 column 7 - Warning: <table> proprietary attribute "bordercolorlight"
line 38 column 7 - Warning: <table> proprietary attribute "bordercolordark"
line 38 column 7 - Warning: <table> proprietary attribute "bordercolor"
line 38 column 7 - Warning: <table> proprietary attribute "height"
line 98 column 7 - Warning: <table> proprietary attribute "bordercolorlight"
line 98 column 7 - Warning: <table> proprietary attribute "bordercolordark"
line 102 column 11 - Warning: <img> escaping malformed URI reference
line 102 column 11 - Warning: <img> lacks "alt" attribute
line 113 column 11 - Warning: <img> escaping malformed URI reference
line 113 column 11 - Warning: <img> lacks "alt" attribute
line 124 column 11 - Warning: <img> escaping malformed URI reference
line 124 column 11 - Warning: <img> lacks "alt" attribute
line 135 column 11 - Warning: <img> escaping malformed URI reference
line 135 column 11 - Warning: <img> lacks "alt" attribute
line 168 column 3 - Warning: <table> proprietary attribute "bordercolorlight"
line 168 column 3 - Warning: <table> proprietary attribute "bordercolordark"
line 172 column 9 - Warning: <table> proprietary attribute "bordercolorlight"
line 172 column 9 - Warning: <table> proprietary attribute "bordercolordark"
line 312 column 3 - Warning: <table> proprietary attribute "bordercolorlight"
line 312 column 3 - Warning: <table> proprietary attribute "bordercolordark"
line 316 column 7 - Warning: <img> proprietary attribute "xthumbnail-orig-image"
line 316 column 7 - Warning: <img> lacks "alt" attribute
line 323 column 7 - Warning: <img> proprietary attribute "xthumbnail-orig-image"
line 323 column 7 - Warning: <img> lacks "alt" attribute
line 329 column 7 - Warning: <img> proprietary attribute "xthumbnail-orig-image"
line 329 column 7 - Warning: <img> lacks "alt" attribute
line 21 column 83 - Warning: trimming empty <font>
line 28 column 39 - Warning: trimming empty <font>
line 29 column 83 - Warning: trimming empty <font>
line 103 column 43 - Warning: trimming empty <font>
line 115 column 117 - Warning: trimming empty <font>
line 126 column 87 - Warning: trimming empty <font>
line 136 column 118 - Warning: trimming empty <font>
|