I've only created sites with top navigation and I really want one with left side nav.
I've created my buttons in photoshop / image ready and LOVE them but, HOW do I paste it into DW or keep the buttons from moving apart as I add text to the right of them??
Maybe someone who is proficient in CSS (div classes, etc.) can show you a better way but I always just find a HTML template online that I like and you can paste your button code into the area provided for the left navigation.
Using tables, you create a left navigation by simply making a two column table with the left cell set a smaller width or percentage than the right cell.
Do you need help with the HTML for adding the images or the HTML for the left navigation?
__________________
Don't put the cart before the horse. Plan your website, thencreate it.
I have looked at the source to your Web page and you seem to have a lot of table cells. Most of the cells are also spanning into other columns, which could be the reason your are having difficulty.
You only need two colums in the table so you should just have the following: