
August 29th, 2012, 01:41 PM
|
 |
JavaScript is not spelt java
|
|
Join Date: Feb 2011
Location: Landan, England
|
|
There are numerous errors in your code, including the spelling of border, an unmatched-closing table tag, use of deprecated (obsolete in HTML5) attributes (center, valign, bgcolor).
I suggest you fix these first. Validate!. Otherwise, you cannot expect it to behave.
Once you've fixed everything you should study CSS and probably remove the tables' margins.
|