Hi Simmy73,
I'll give you some advice on this subject.
Try not to use frames. only use frames when you really really need to use frames. I say this because most user have trouble navigating on websites with frames. In some situations you can solve problems using frames then I would use iframes
Try yo use divs or tables instead
Code:
<div>
</div>
or
<table>
<tr>
<td></td>
<tr>
<table>
use css to make a div box float left for your navigation
Code:
<style>
div.navigation{
float:left;
}
<style>
These are only HTML base problems next time try to post your problem under web/html for a faster reply
good luck.
__________________________________________________ ________
This is my junk I'm gona eat it