Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have an Excel 2003 worksheet which includes some text centered across 6
columns. When I do a SaveAs and save it as HTM it looks fine in Excel but when I load it to a web site it is left aligned? Wayne |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
you'll need to enclose quote marks around spaces as spaces are ignored in
HTML otherwise eg test comes up as test while ' test' will be test I think... "Wayne Wengert" wrote: I have an Excel 2003 worksheet which includes some text centered across 6 columns. When I do a SaveAs and save it as HTM it looks fine in Excel but when I load it to a web site it is left aligned? Wayne |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
It turns out that I had a graphic in the cell along with the text. Excel
handled it OK, even when I did a SaveAs htm format but the resulting htm page would not render correctly. I moved the graphic to its own cell, outside of those being centered, and it works. I guess it is the way Excel writes the html code when it has a graphic in the mix? Wayne "Wayne Wengert" wrote in message ... I have an Excel 2003 worksheet which includes some text centered across 6 columns. When I do a SaveAs and save it as HTM it looks fine in Excel but when I load it to a web site it is left aligned? Wayne |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Making the text in a cell with a money format centered | Excel Discussion (Misc queries) | |||
Formual not working when 2003 WKB saved as 2007 Macro Enabled WKB | Excel Worksheet Functions | |||
Visual Basic code not working when sheet is saved | Excel Discussion (Misc queries) | |||
Show centered text along merged colum cells | Excel Discussion (Misc queries) | |||
'Saved' Property not working | Excel Programming |