Unable to resize a column from an XLS

C

CAPTAINSMILES

I copied part of an xls into a table cell on a page. I
need to resize the columns but now I cannot resize the
columns on my web page. The columns are actually larger
than from the original xls. What could prevent me from
resizing the columns in the page??
Thanks
 
S

Stefan B Rusynko

If you view the html/code you will see the table/cell sizes as inline styles from the Excel sheet
- remove them




| I copied part of an xls into a table cell on a page. I
| need to resize the columns but now I cannot resize the
| columns on my web page. The columns are actually larger
| than from the original xls. What could prevent me from
| resizing the columns in the page??
| Thanks
 
K

Kevin Spencer

It's also important to realize that you don't "copy" part of an xls into a
table cell. It is exported as HTML, which means that it creates HTML that
approximates the look of the spread sheet using HTML. Don't expect it to
look exactly the same. It isn't. Excel is a proprietary desktop software.
HTML is a non-proprietary Internet markup language. In fact, it won't even
look the same in different browser types and screen resolution settings on
the client.

--
HTH,
Kevin Spencer
..Net Developer
Microsoft MVP
Big things are made up
of lots of little things.
 

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