How do I replace a .jpg banner with a .swf file i.e. what is the HTML change I need

Steve Barker

New member
to make? Hi

I have a problem regarding the coding that will place an animated banner on my website.

Currently, I have a jpg banner across the top of all pages and the code that places it there, held in my z-header.shtml file, code is:

<tr>
<td class="headerbg" colspan="3">
<!--the header is linked to the homepage. You can remove the link tag if you dont want this. Dont forget to take out the </a> tag at the end, as well-->
<a href="index.html"></a>
<div align="center">
<img style="WIDTH: 956px; HEIGHT: 110px" title="return to homepage" border="0" alt="return to homepage" src="image-files/Garden-Design-Pictures-Banner.jpg" width="966" height="119">
</div>
</td>
</tr>

Now, somebody has created a .swf file for me and it is now up to me to integrate it into my site. The animated banner can be viewed here: http://www.calamitycreations.co.uk/SteveBarker.html - I intend using the lower NoLoop file.

I tried copying the code from that page and stripping it down but it didn't help me. I've only ever written simple html so I really don't know what to do. Please help! :(

Thanks

Steve
http://www.garden-design-pictures.com
 
Back
Top