Perhaps not too bad, then.
Paula,
It may not be as hard to fix then as it looks. With that information I checked back and see that it is primarily the Flash stuff that causes your problems. All the flash has absolute positioning which means it doesn't move when other content does.
If you move that picture box to the top of the left column it would not interfere with adding additional links in the left column. Content needs to be able to expand downward to add new links. Adding them will then be quite easy.
The same problem is caused by the big pink bar at the bottom. It is absolutely positioned so that when anyone's browser puts up slightly different size type or if you add a few words above it, etc., the text and bar will overlap. It also overlaps your left column a bit so as it expands you will get overlapping there, too. I would just take that out. You can insert something similar in dreamweaver as a graphic if you want and it will move with other content.
You should be able to change all the flash stuff to relative positioning, too, and that could work but you still would need to make the bar narrower. Getting the flash program to mingle with dreamweaver is something more to learn and I would try to learn one thing at a time.
If you go to w3schools.com and study just a little html you will easily be able to insert additional links on the left column. When you learn what they are (very simple) you can just copy the same format in the code view of dreamweaver or let dreamweaver do it if you know how. It helps to understand the code anyway. Then you just upload any additional pages as you want into your folder with links pointing to them just as the ones you have now do. It really isn't that hard so hang in there.
Good Success!
James
|