Jump to content

lucille_iam

Members
  • Posts

    1
  • Joined

  • Last visited

Everything posted by lucille_iam

  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> <head> <title>First Website</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <meta name="description" content="First Website" /> <meta name="keywords" content="JK,Testing" /> <meta name="robots" content="index,follow" /> <link rel="stylesheet" type="text/css" href="styles.css" /> </head> <body> <table border="2" cellspacing="0" cellpadding="12" width="100%" bgcolor="black" height="15%"> <tr align="left" valign="top"> <th> <table align="center-left" border="2" cellspacing="0" cellpadding="0" width="13%"> <tr align="left" valign="top"> <th align="center"><font color="white">LOGO</font></th> </tr> </table> <table align="center" border="0" cellspacing="5" cellpadding="10" width="47%" > <tr align="center" valign="top"> <th align="Center"><a href="#"><font color="white">home</font></a></th> <th align="Center"><a href="#"><font color="white">label</font></a></th> <th align="Center"><a href="#"><font color="white">label2</font></a></th> <th align="Center"><a href="#"><font color="white">label3</font></a></th> <th align="Center"><a href="#"><font color="white">labellabel</font></a></th> </tr> </table> <table align="right" border="0" cellspacing="5" cellpadding="5" width="7%" > <tr align="center" border="2" cellspacing="5" cellpadding="10" width="5px" bgcolor="white"> <th align="Center"><a href="#"><font color="black">facebook</font></a></th> <th align="Center"><a href="#"><font color="black">instagram</font></a></th> </tr> </table> </th> </tr> </table> <table align="center" border="1" cellspacing="5" cellpadding="5" width="50%"> <tr> <th> <label for="gallery">My Open Sketchbook</label> </th> </tr> </table> <table align="center" border="2" cellspacing="5" cellpadding="5" width="100%" height="450px" > <tr align="left" valign="left" background="website2.JPG"> <th> </th> </tr> </table> <table align="center" border="1" cellspacing="5" cellpadding="5" width="100%" height="110px" bordercolor="#233067"> <tr align="center" valign="center"> <th> <th> <label for="Comm"><a href="#">Commissions</a></label> / <label for="Vote"><a href="#">Voting</a></label> / <label for="Term"><a href="#">Terms & Conditions</a></label> </th> </th> <th align="right"> </th> </tr> </table> <!-- --> <!--1--> <!-- --> <!-- --> <table align="left" width=45% border="0"> <tr align="left" valign="left"> <th> <table align="left" width=18% border="1"> <th> <label for="myfav">My Favorites</label> </th> </table> <th> </tr> </table> <table align="left" width=18% border="0"> <tr align="left" valign="left"> <th> <table align="left" width=13% border="1"> <th> <label for="myfav"><th nowrap>The Classroom Favorites</label> </th> </table> </th> </tr> </table> <table align="right" width=18% border="0"> <tr align="right" valign="right"> <th> <table align="Center" width=8% border="1"> <th> <label for="myfav"><th nowrap>Your Favorites</label> </th> </table> </th> </tr> </table> <table align="right" width="19%" border="0"> <th> <tr> </tr> </th> </table> <!--Resizing Error--> <!-- --> <!--2--> <!-- --> <table align="left" width="45%" border="0"> <tr align="left" valign="left"> <th> <!-- width cannot be more than 19% ? --> <table background="tablebg.jpg" align="left" width="18%"height=350px border="1"> <th> <label for="myfav">My Favorites</label> </th> </table> <th> </tr> </table> <table align="left" width="18%" border="0"> <tr align="left" valign="left"> <th> <table background="tablebg.jpg" height="350px" align="left" width=18% border="1"> <th> <!-- th nowrap --> <label for="myfav"><th nowrap>The Classroom Favorites</label> </th> </table> </th> </tr> </table> <table align="right" width="18%" border="0"> <tr align="right" valign="right"> <th> <table background="tablebg.jpg" height="350px" align="Center" width="18%" border="1"> <th> <label for="myfav">Your Favorites</label> </th> </table> </th> </tr> </table> <table align="right" width="19%" border="0"> <th> <tr> </tr> </th> </table> <!-- --> <!-- --> <!-- --> <!-- --> </body> </html> Hey, this is just me being silly web developing wise. Though, this might explain how to fix original HTML. 3 tables same row ~ If any is interested. Not sure if this is something even tried to be fixed.
×
×
  • Create New...