Skip to main content
Inspiring
April 17, 2006
Answered

Tables Print too far Left

  • April 17, 2006
  • 2 replies
  • 446 views
Any guess why my tables print about 3pt left of the actual page margin when I run the SSL Doc output using Style mapping.

The text will be at "0" or the margin and then the table will start further to the left, which is past the actual page margin.

I can't find anything in the css styles. Is this normal?
This topic has been closed for replies.
Correct answer dhelp
I continued to try to fix it and I found a solution. Create a new style in RoboHelp which must be called: Table
Then, edit the CSS file add the following code:
margin-left: 10pt;

While you're at it you can modify other properties:
margin-bottom: 5pt;
margin-top: 5pt;

2 replies

Peter Grainge
Community Expert
Community Expert
April 18, 2006
If you insert a table directly into a new Word document, that is how it will appear there. It's just the way Word works.

Use the menu (bottom right) to mark the Best Answer or Highlight particularly useful replies. Found the answer elsewhere? Share it here.
dhelpAuthorCorrect answer
Inspiring
April 20, 2006
I continued to try to fix it and I found a solution. Create a new style in RoboHelp which must be called: Table
Then, edit the CSS file add the following code:
margin-left: 10pt;

While you're at it you can modify other properties:
margin-bottom: 5pt;
margin-top: 5pt;