Problem with tables in header/footer parts

A

anita

Hi,
I need to insert a table in header section but as I insert a table in
header part there is a space under table. I set BottomPadding of table
to 0 but It wasn't working too.
I think there is spare paragraph under table but I can not remove it.
what should I do?
Please help
 
J

Jonathan West

anita said:
Hi,
I need to insert a table in header section but as I insert a table in
header part there is a space under table. I set BottomPadding of table
to 0 but It wasn't working too.
I think there is spare paragraph under table but I can not remove it.
what should I do?
Please help

Set the Font to 1 pt, the line spacing to Single, and Space before and Space
After to 0 pt. That will make the paragraph as small as possible.


--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
 
Top