Page Margins?

Jump to solution
rfujioka
Community Novice

How can I add text padding (margins) on a Page?

0 Likes
1 Solution
langlangcat
Community Contributor

No, my codes only give you left padding for a page if you put everything on the page within a div.

You must have a reason to leave equal margin on the four sides of a page, we usually do not worry about top and bottom and let the right side run free. 

I will use <div style="margin: 40px;"> to define it if you have to do so. This gives you 40 px's space around the page, but why do you want to make them this way?

It works better if your system admin can define margin with the master CSS for your institution.  this way, you don't have to worry about it for each page.

View solution in original post

0 Likes