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

Q2065 How can I make an image fit tight into the upper left hand corner?

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

In your <BODY> tag add the following piece of code:

marginwidth="0" marginheight="0" leftmargin="0" topmargin="0"

And remember to use BORDER="0" in your <IMG> tag.

©2018 Martin Webb