# I'll post this here

**URL:** https://forum.kirupa.com/t/ill-post-this-here/14993
**Category:** Uncategorized
**Created:** [March 5, 2003, 3:00am UTC](https://forum.kirupa.com/t/ill-post-this-here/14993 "2003-03-05T03:00:57Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![oasis](https://avatars.discourse-cdn.com/v4/letter/o/a698b9/32.png) [@oasis](https://forum.kirupa.com/u/oasis)
#### Post date: [March 5, 2003, 3:00am UTC](https://forum.kirupa.com/t/ill-post-this-here/14993/1 "2003-03-05T03:00:57Z")

</div>

uh… got a question… i’m sure one of you knuckle heads can help… (giggle giggle)

i’ve seen a tutorial on this somewhere…

how do you get rid of the pesky white margin in a flash html file?..

step one) open the file in notepad…

okay… check…

what’s next?..

i know, i know guys… the more days go by i become the village idiot… yeah, yeah… i know…

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [March 5, 2003, 3:13am UTC](https://forum.kirupa.com/t/ill-post-this-here/14993/2 "2003-03-05T03:13:11Z")

</div>

```php

<body topmargin="0" leftmargin="0" bottommargin="0" rightmargin="0">

```

make that the body tag of the HTML file and there will be no margin… i think that is what you are looking for.
