# Easy question about border

**URL:** https://forum.kirupa.com/t/easy-question-about-border/111514
**Category:** Uncategorized
**Created:** [May 27, 2004, 7:22pm UTC](https://forum.kirupa.com/t/easy-question-about-border/111514 "2004-05-27T19:22:54Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![solox](https://avatars.discourse-cdn.com/v4/letter/s/b5e925/32.png) [@solox](https://forum.kirupa.com/u/solox)
#### Post date: [May 27, 2004, 7:22pm UTC](https://forum.kirupa.com/t/easy-question-about-border/111514/1 "2004-05-27T19:22:54Z")

</div>

Hi, this is my first message on this topic and i would like to say i’m sorry for my bad english…i do my best!!

Ok…

-First check this link : [http://www.omegadawn.com/ and could you tell me how to put my .swf like this? No border at the top and the bottom…i want my .swf to fit the screen .I know the main page of [url=“http://www.omegadawn.com/”]http://www.omegadawn.com/](http://www.omegadawn.com/) is not a swf but me i want to put the same type of image in a .swf.I try and i always have a little border up and down of the .swf…

I hope your understand my question…loll

Thx people…

Rick from Montreal

---

<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: [May 27, 2004, 8:05pm UTC](https://forum.kirupa.com/t/easy-question-about-border/111514/2 "2004-05-27T20:05:05Z")

</div>

> [@solox](#):
>
> Hi, this is my first message on this topic and i would like to say i’m sorry for my bad english…i do my best!!
> 
> Ok…
> 
> -First check this link : [http://www.omegadawn.com/ and could you tell me how to put my .swf like this? No border at the top and the bottom…i want my .swf to fit the screen .I know the main page of [url=“http://www.omegadawn.com/”]http://www.omegadawn.com/](http://www.omegadawn.com/) is not a swf but me i want to put the same type of image in a .swf.I try and i always have a little border up and down of the .swf…
> 
> I hope your understand my question…loll
> 
> Thx people…
> 
> Rick from Montreal

I don’t think you can make a .swf file have a height of 100% without it distorting, you would have to use a combination of .swfs and html to create the effect on the url above

---

<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: [May 27, 2004, 8:11pm UTC](https://forum.kirupa.com/t/easy-question-about-border/111514/3 "2004-05-27T20:11:00Z")

</div>

Well, you could just put it in a table, with the same color background as your swf, and do it that way.

---

<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: [May 28, 2004, 12:02am UTC](https://forum.kirupa.com/t/easy-question-about-border/111514/4 "2004-05-28T00:02:44Z")

</div>

put it in html code:

```auto

<style>
body {
 margin: 0px;
}
</style>

```

hope that will help 🙂

---

<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: [May 28, 2004, 12:05am UTC](https://forum.kirupa.com/t/easy-question-about-border/111514/5 "2004-05-28T00:05:14Z")

</div>

actually the correct way to do it would be above the \</head\> tag like this:

```auto

<style type="text/css">
<!--
body {
margin:0px;
padding:0px;
}
-->
</style>

```

also make sure your \<body\> tag is lowercase.

and, i suggest not using tables as they do not display correctly. Use \<div\>'s instead.

---

<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: [May 28, 2004, 1:52am UTC](https://forum.kirupa.com/t/easy-question-about-border/111514/6 "2004-05-28T01:52:15Z")

</div>

Wow…Thanks everyone for your help!

And special Thanks to MissionSix…the html code work great.

I appreciate your help people!!!

Rick

---

<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: [May 28, 2004, 3:12am UTC](https://forum.kirupa.com/t/easy-question-about-border/111514/7 "2004-05-28T03:12:38Z")

</div>

why your welcome 😉

---

<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: [May 29, 2004, 7:49am UTC](https://forum.kirupa.com/t/easy-question-about-border/111514/8 "2004-05-29T07:49:19Z")

</div>

on this same thread — anyone know how they get that explosion thingy to happen – it looks great on that site
