# How do I canter an HTML file with Flash embeded?

**URL:** https://forum.kirupa.com/t/how-do-i-canter-an-html-file-with-flash-embeded/27189
**Category:** Uncategorized
**Created:** [July 30, 2003, 10:09pm UTC](https://forum.kirupa.com/t/how-do-i-canter-an-html-file-with-flash-embeded/27189 "2003-07-30T22:09:20Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![wet\_hot\_america](https://avatars.discourse-cdn.com/v4/letter/w/9de0a6/32.png) [@wet\_hot\_america](https://forum.kirupa.com/u/wet_hot_america)
#### Post date: [July 30, 2003, 10:09pm UTC](https://forum.kirupa.com/t/how-do-i-canter-an-html-file-with-flash-embeded/27189/1 "2003-07-30T22:09:20Z")

</div>

I would like the site to be centered regardless of what resolution size the user has (800x600, 1024x768). Such as: [http://www.midwestmusicsummit.com/index2.html](http://www.midwestmusicsummit.com/index2.html)  
or  
[http://www.qotsa.com](http://www.qotsa.com)

I use Dreamweaver anf Flash MX.

---

<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: [July 30, 2003, 10:19pm UTC](https://forum.kirupa.com/t/how-do-i-canter-an-html-file-with-flash-embeded/27189/2 "2003-07-30T22:19:13Z")

</div>

Setup your html to be something like this:

```php
<table width="100%" height="100%">
<tr><td width="100%" height="100%" align="center" valign="middle">

FLASH EMBED CODE HERE

</td></tr>
</table>

```

---

<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: [July 31, 2003, 3:41am UTC](https://forum.kirupa.com/t/how-do-i-canter-an-html-file-with-flash-embeded/27189/3 "2003-07-31T03:41:39Z")

</div>

perfect. works great. exactly what i needed. thanks

---

<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: [July 31, 2003, 4:04am UTC](https://forum.kirupa.com/t/how-do-i-canter-an-html-file-with-flash-embeded/27189/4 "2003-07-31T04:04:37Z")

</div>

You can also…

```php
<div align="center">
FLASH EMBED
</div>

```
