Skip to main content
Participating Frequently
April 7, 2008
Answered

Custom Banner

  • April 7, 2008
  • 2 replies
  • 365 views
RoboHelp HTML X5.0.1, Build 606

How can I create a custom banner at the top of the window so that it will take up the entire width of the screen. I tried using a table but a table leaves a space above, to the left and to the right of the table. How do I eliminate these spaces?


This topic has been closed for replies.
Correct answer Pete_Lees
Hi, DD71,

You might try setting the margin CSS attributes for the table to negative values, as in the code sample below. The order of the four values is top, right, bottom, left.

Pete

2 replies

DD71Author
Participating Frequently
April 7, 2008
Thanks, this seems to work.
Pete_LeesCorrect answer
Participating Frequently
April 7, 2008
Hi, DD71,

You might try setting the margin CSS attributes for the table to negative values, as in the code sample below. The order of the four values is top, right, bottom, left.

Pete