include component formating problem

J

Joel

I am using the include component for my header and footer.
It works fine except that it only formats the included
content to be left-justified and I want it centered.
Formating the content on the included page doesn't affect
the formating as it appears when it is included on another
page. I have tried <div align=center>, <td align=center>
and <p align=center>, and it still appears left-justified.

Any ideas? I appreciate any help that can be offered.
 
T

Thomas A. Rowe

Insert the content on the include page into single table/cell and then set
you cell alignment properties.

--

==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, Forums, WebCircle,
MS KB Quick Links, etc.
==============================================
 
Top