Home Articles FAQs XREF Games Software Instant Books BBS About FOLDOC RFCs Feedback Sitemap
irt.Org
#

Q2029 How can I control the margins of my page?

You are here: irt.org | FAQ | HTML | Q2029 [ previous next ]

You can control the margin by using the following code in your BODY-tag:

leftmargin=x topmargin=x marginwidth=x marginheight=x

Replace x with the number you want to use.

When you're done, your BODY-tag might then look like the following:

<BODY leftmargin=12 topmargin=11 marginwidth=10 marginheight=5>

Feedback on 'Q2029 How can I control the margins of my page?'

©2018 Martin Webb