Zen Follower
- Join Date:
- Mar 2007
- Posts:
- 444
- Plugin Contributions:
- 0
Need some help with my header
I've decided to increase my pages width to 900px. I need to take the white area around my flash header, and make it all black. Any ideas how?
I'm calling up the flash in the header in the tpl_header.php file like this:
<div id="logoWrapper"> <center> <script type="text/javascript" src="includes/templates/canemasters/jscript/swfobject.js"></script> <object type="application/x-shockwave-flash" data="includes/templates/canemasters/images/flash/header.swf" width="800" height="185" align=""> <param name="movie" value="includes/templates/canemasters/images/flash/header.swf" /> <img src="includes/templates/canemasters/images/header.jpg" border="0" width="800" height="185" ISMAP USEMAP="#headermap"/></object> </center>
Is it possible to include some code in that to set the background color?
I tried to add " color: #ffffff; " to the #headerWrapper area of the css, but it didn't do the trick.
Thank you.