SpellZ
Regular Member
- Feb 8, 2009
- 358
- 319
I am not sure under what it falls but it seems pretty basic, but I just don't want to fuck it up...
So here is the code
I want to change BANNER.JPG to BANNER.SWF, so instead of an image, I want it to be a flash file. My question is... at the start, can it still be "img src=", or it needs to be something else?
So here is the code
<div class="banner-area">
<div id="banner"><img src="<?= ROOT_PATH ?>public/images/temp/banner.jpg" alt="" /></div>
<a href="#">advertise with us</a>
</div>
</div>
</div>
<? wp_footer(); ?>
</body>
</html>
I want to change BANNER.JPG to BANNER.SWF, so instead of an image, I want it to be a flash file. My question is... at the start, can it still be "img src=", or it needs to be something else?