I have searched and searched and tried the different methods and still get the errors. Please tell me where I can find the correct information to correct these errors. Below is the section of code followed by the errors. Thanks in advance Code: <div align="center"> <table width="1009" border="1"> <tr> <td width="999"> Errors: Line 452, Column 31: The align attribute on the div element is obsolete. Use CSS instead. <div align="center"> ✉ Line 453, Column 44: The width attribute on the table element is obsolete. Use CSS instead. <table width="1009" border="1"> ✉ Line 455, Column 33: The width attribute on the td element is obsolete. Use CSS instead. <td width="999"><p> </p>