Latest Lists

can some one list me the HTML code to pot a menu bar inside a table?

I want to create a big square table with a menu bar at the right top of it can some one please list the HTML code for me to do that or list a website where i can learn it.

Public Comments

  1. Your question isn't quite clear. Is your menu bar a drop-down or the like, for example, for navigation? For the menu itself see the classic example at: http://www.alistapart.com/articles/dropdowns/
  2. <table width="300" height="400" border="1"> <tr> <td width="95" height="67"> </td> <td width="365"> </td> </tr> <tr> <td colspan="2"> </td> </tr> </table>
Powered by Yahoo! Answers