|
If you're good enough with DreamWeaver to create frames and navigation, then you're good enough to embed that navigation into each HTML page. Viola, you don't need frames anymore.
Of course, if you dislike the idea of having to use DreamWeaver to paste in the navigation each time you export out of Excel, then probably you need to keep doing what you're doing. It can't be both easy and awesome at the same time. Good things require a bit of effort.
That said, if you really care about how automated and easy this will be, you can do things like run a script after you upload all the HTML, and that script would insert the menu/header into each page for you. That way you'd save time and it'd remain easy. However, you'd have to write the script, which is non-trivial and might require you to learn Perl if you don't know it already. Suddenly it's not easy again. You could hire someone.
Perhaps somebody here would post the Perl to swap in a header on a directory full of HTML files, and also provide a walkthrough about how to install it and run it quickly each time the HTML is re-generated?
|