Use the Word macro code below to set every column in every table to the width of the corresponding column in the reference table.
Continue reading “Word Macro: Set all Columns to the Same Width in Every Table”
Use the Word macro code below to set every column in every table to the width of the corresponding column in the reference table.
Continue reading “Word Macro: Set all Columns to the Same Width in Every Table”
If you have large figures, you can create a style that is larger than your normal margins by using a negative left margin. For example:
p.wideImage
{
margin-left: -35pt;
}
[Source: MadCap Forum]