View Single Post
Old 04-17-2011, 11:23 PM   PM User | #2
sunfighter
Senior Coder

 
Join Date: Jan 2011
Location: Missouri
Posts: 2,491
Thanks: 18
Thanked 361 Times in 360 Posts
sunfighter is on a distinguished road
Try changing this:

Code:
<!DOCTYPE html>
<html lang="en">
 <head>
To this

Code:
<!DOCTYPE html>
<html dir="ltr" lang="en-US">
<head>
and see if that works.

You do have a number of errors like two </script> tags

and your last line:

</body>
</html>

<td width="60"</td>

You might want to validate your page here:
http://validator.w3.org/
sunfighter is offline   Reply With Quote
Users who have thanked sunfighter for this post:
Kevin_M_Schafer (04-18-2011)