View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Patrick Molloy[_2_] Patrick Molloy[_2_] is offline
external usenet poster
 
Posts: 1,298
Default Centered Text Not Working in saved htm

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