Forum Moderators: open
This is my code..
<body>
<table width=100% height=16% border=”0" align="center" cellpadding=”0" cellspacing=”0">
But it looks like IE ignores the Border=0 completly, is there something I am missing here? I don't want the borders to show
thanks in advance
Also, you should get in the habit of using quotes for your 100% and other attributes where quotes are technically required, and you would do yourself a favor if you get in the habit of using css for all of those attributes. Every one of the attributes you used is deprecated in the most current html standard.
[edited by: sonjay at 12:54 pm (utc) on Sep. 23, 2008]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">) and a CHARSET [webmasterworld.com] (e.g. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">), you can use a validator (e.g. validator.w3.org [validator.w3.org]) that will identify your 'bugs' E.G
Sorry, I am unable to validate this document because on line 121 it contained one or more bytes that I cannot interpret as utf-8 (in other words, the bytes found are not valid values in the specified Character Encoding). Please check both the content of the file and the character encoding indication.The error was: utf8 "\x94" does not map to Unicode
Line 121, Column 30: there is no attribute "HEIGHT".
Line 121, Column 53: there is no attribute "ALIGN".