Page Margins?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-13-2020
10:37 AM
How can I add text padding (margins) on a Page?
Solved! Go to Solution.
1 Solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-14-2020
03:36 PM
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.
This discussion post is outdated and has been archived. Please use the Community question forums and official documentation for the most current and accurate information.