is there a way to open a link .html within a part of a table? like for example.. you have your navigation bar within a <td> and u want to open the data on another <td> of the same box, can u do that?
You might want to look into something called an IFRAME. However, I wouldn't really recommend it, as they are not that easy to use or search engine friendly. If you are using some server side logic, you could always include/import the file you need.