# Centered pop up window.....color?

**URL:** https://forum.kirupa.com/t/centered-pop-up-window-color/60431
**Category:** flash
**Created:** [August 9, 2004, 8:45pm UTC](https://forum.kirupa.com/t/centered-pop-up-window-color/60431 "2004-08-09T20:45:57Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![bonzy](https://avatars.discourse-cdn.com/v4/letter/b/8e7dd6/32.png) [@bonzy](https://forum.kirupa.com/u/bonzy)
#### Post date: [August 9, 2004, 8:45pm UTC](https://forum.kirupa.com/t/centered-pop-up-window-color/60431/1 "2004-08-09T20:45:57Z")

</div>

Hey, I’m new to the forums, I greatly value the kirupa tutorials!

Anyways, I searched the forums and didn’;t find this…

I made centered pop up windows for my graphic design site, and the Kirupa tutorial I followed worked like a charm, however, I was wondering if there is a way to add background color to the string of options?

on (release) {  
//customize the window that gets opened  
// 0 equals NO.  
// 1 equals YES.  
address = “[http://www.whatever.com/images/whatever.jpg](http://www.whatever.com/images/whatever.jpg)”;  
target\_winName = “Whatever”;  
width = 650;  
height = 289;  
toolbar = 0;  
location = 0;  
directories = 0;  
status = 0;  
menubar = 0;  
scrollbars = 0;  
resizable = 0;  
//sends data back to the function  
openWinCentre(address, target\_winName, width, height, toolbar, location, directories, status, menubar, scrollbars, resizable);  
}

---

<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: [August 10, 2004, 12:09am UTC](https://forum.kirupa.com/t/centered-pop-up-window-color/60431/2 "2004-08-10T00:09:52Z")

</div>

i don’t think there’s a way. really, the options affect the window itself, not the content within it (except of course for address). i think you’d have to do it in the html.

---

<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: [August 10, 2004, 6:38am UTC](https://forum.kirupa.com/t/centered-pop-up-window-color/60431/3 "2004-08-10T06:38:28Z")

</div>

> [@bwh2](#):
>
> i don’t think there’s a way. really, the options affect the window itself, not the content within it (except of course for address). i think you’d have to do it in the html.

Yeah I just went ahead and altered the html page colors… thanks!
