Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How to: links on the same page | New Users to Excel | |||
can macros include page setup functions? | Excel Discussion (Misc queries) | |||
Page Header to Include Variable Values | Excel Programming | |||
Include password in formula that links to a protected excel file | Excel Discussion (Misc queries) | |||
How can I include a variable in an Excel page header | Excel Discussion (Misc queries) |