Did you adjust the width in includes/languages/english/your_template/header.php?
define('HEADER_LOGO_WIDTH', '1000px');
Did you adjust the width in includes/languages/english/your_template/header.php?
define('HEADER_LOGO_WIDTH', '1000px');
I have changed the logo width in the file and it still stays the same.
What happens if you add the width to #logowrapper?
nothing it stays the same.
I have tried changing the width within the object tag to 1200 and that makes my header to big.
Code:<object type="application/x-shockwave-flash" data="includes/templates/all_business/flash/qasheader.swf" width="1000px"> <param name="movie" value="includes/templates/all_business/flash/qasheader.swf" > <param name="quality" value="high"> <param name="menu" value="false"> <param name="BGCOLOR" value="#000000"> </object>
Check your logowrapper height. If its fixed, then it may be keeping the flash header within its limits.
Also, try scaling the flash file for width AND height.
I changed the height in the stylesheet #logowrapper to 100% and also changed the height within the object tags in the header file and nothing happens. What do you mean try scaling the flash file for width and height?
ok I think i figured it out about scaling I googled scaling flash file and came up with this site http://helpx.adobe.com/flash/kb/flas...ttributes.html. I added parm name value noborder and it did change the size to fit the header size, but it's to big. I think I have to fix the size within adobe flash cs5 to make it 1000px wide not 1200px wide. I will let you know if that fixes the problem. Thanks to everyone who has helped.