BookmarkSubscribeRSS Feed
CamilaSilva
Calcite | Level 5

I am programming an automated SAS with ODS HTML3. 

In the middle of the mail there was a page break and space that I imagine are related to the margins. 

I was able to remove page break in the middle of the email but I still see margins spaces. 

"Daily details" should be display as "volume summary" just before the table.

CamilaSilva_1-1609881365011.png

I used proc template to modify the margins but it didn't work. 


proc template;
define style styles.mystyle;
parent=styles.htmlblue;
style body from body /
pagebreakhtml=_undef_
marginbottom = 0.5cm
margintop = 0.5cm ;

 

please help to to reduce the space before second table.

 

1 REPLY 1
PhilC
Rhodochrosite | Level 12

I would need to see more than the template to help you.

hackathon24-white-horiz.png

The 2025 SAS Hackathon has begun!

It's finally time to hack! Remember to visit the SAS Hacker's Hub regularly for news and updates.

Latest Updates

How to Concatenate Values

Learn how use the CAT functions in SAS to join values from multiple variables into a single value.

Find more tutorials on the SAS Users YouTube channel.

SAS Training: Just a Click Away

 Ready to level-up your skills? Choose your own adventure.

Browse our catalog!

Discussion stats
  • 1 reply
  • 663 views
  • 0 likes
  • 2 in conversation