batcrazee
05-14-2002, 01:47 PM
I am pleased so far with the way the site is going. Although I seem to be having prob with the margins in my pop up. I end up with a slight white border top and left which pushes everything down and right.
In my index page I used this in my action:
on (release){
//url, winName, width, height, toolbar, location, directories, status, menubar, scrollbars, resizable, topmargin, bottommargin, leftmargin, rightmargin
openWinCentre("http://www.fallenascent.com/welcome","blank",550,400,0,0,0,0,0,0,0,0,0,0,0);
}
In my index page I used this in my action:
on (release){
//url, winName, width, height, toolbar, location, directories, status, menubar, scrollbars, resizable, topmargin, bottommargin, leftmargin, rightmargin
openWinCentre("http://www.fallenascent.com/welcome","blank",550,400,0,0,0,0,0,0,0,0,0,0,0);
}