Forum Moderators: mack
All a frame does is combine two or more pages, so to set text and images you would just put those on the pages that you combined with frames.
You will find this in a tutorial if you search, but to target you just give the main frame a name (<frame name="main") and then in the links on the other frame do <a href="whatever.html" target="main">Text</a>
The reason why people who are new to html and web design want to use frames is because they don't have to put the code for the menu on every page - if they make a frame then to change the menu they only have to change one file. Frames really should not be used anymore (unless it is completely necessary for what you are trying to achieve), especially since search engines don't really like them as don't many users.
-If you are worried about the menu, you can always just create a regular non-frame layout and then use server side includes (I like php to do this.) I suggest you look into this more.
But good luck with whatever you're trying to achieve.
You should also visit the W3C's page on Frames [w3.org].
Thanks for all your help.
Godbless,
HTMLwalker.
-*-*-*-*-*-*-*-*-*-*-*-*I WALK ON HTML*-*-*-*-*-*-*-*-*-*-*-