If you want your menu links to open into your Iframe then give your iframe this coding:
HTML Code:
<iframe name="put here the name you want it to have" src="home.html" style="border:0px #FFF none; scrolling="no" frameborder="0" marginheight="0px" height="600px" width="468px"></iframe>
Then for your links you should put target="name of your iframe" in the coding that should work so for example
<a href="title.html" target="name of iframe">Title</a>
after copying your coding of the iframe i saw you had the name somewhere, personally i find it easier to put the name of the iframe in front so its easy to oversee,, also i dont think you need to use both the style part where you say you dont want a border and frameborder="0" leaving just frameborder in is good enough.
Hope this helps
Bookmarks