Quote:
Originally Posted by mark|3
it does not work in firefox. it aligns to the left instead of center. any help wil be appreciated thanks
|
It is designed to replace the existing vBulletin logo which is left-aligned. You can easily center the flash movie by adding a new div, using the code below:
Code:
<!-- vbFlash Header Start -->
<div align="center">
<div id="vbheader">
Warning!!! To view enable JavaScript and Flash!
</div>
<script type="text/javascript">
var fo = new FlashObject("vbflashheader.swf", "vbheader", "800", "150", "8,0,0,0", "#e1e1e2");
fo.addParam("quality", "high");
fo.write("vbheader");
</script>
</div>
<!-- vbFlash Header End -->
Hope that helps.