include links/css in web page?

F

fedude

I want to save my worksheet as an html page and publish it on my site. But
all the pages on my site have a standard footer which are links to the
important pages on the site.

Is there any way to include my links on the bottom of the page so that when
it gets exported, it will maintain the formatting. The links are a
horizontal list and I use CSS to format it.

To do this I have a small piece of javascript that I would like to insert at
the end of each page, but of course when I put this code into excel it
converts it to cell contents. Here is my code:

<div id="FooterLoc" style="display: none; text-align: center;">Footer Place
Holder</div>

<script src="writefooter.js"></script><script type="text/javascript"
onload="FooterLoc.innerText=buttonFolder">
document.write(FooterContents)

</script></div>
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top