save to HTML??

  • Thread starter Thread starter ADK
  • Start date Start date
A

ADK

I have a spreadsheet A1:J40 which I would like to make a HTML of and be able
to make changes to the xls (within that cell range) where the html updates.
I tried to do this but when you view the HTML the data is huge, causing a
user to scroll in both directions.

Is there a way to take the selected cell range and size it down in the html
so it fits on the screen with the use of scroll bars (800x600)???


thanks
 
Depends on how you generated your HTML, if you have complete
control on the generated HTML you could add a bit of CSS coding (style=)..
I generate my own HTML code and never (hardly ever) use builtin Save As HTML.

If you want more information how to modify the <TABLE> use your name (first and last).
 

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

Back
Top