Fiat Panda 100hp
I have just bought this, and have created my 1st photo album and it looks pukka.
But I am now stuck when it comes to embedding it into my exsisting page.
The html of the page is:
The gallery is currently here: http://www.bw-online.co.uk/gallery/slideshow/slideshow.swf (excuse the old equipment pic is old)
The manual that I have been trying to follwo is here. If anyone could guide me how to do it I would be very greatful.
But I am now stuck when it comes to embedding it into my exsisting page.
The html of the page is:
HTML:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>BW Online</title>
<link rel="stylesheet" href="style.css" type="text/css" />
</head>
<body>
<div id="wrap">
<div id="header"></div>
<div id="navigation">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="about.html">about</a><a href="contact.html">contact</a><a href="media.html">media</a><a href="http://bw-online.co.uk/blogger/">blog</a><a href="http://www.bw-online.co.uk/forum/index.php">Forum</a><a href="links.html">Links</a></li>
</ul>
</div>
<div id="content">
<h3>Pictures of me - testing </h3>
<p> </p>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="550" height="400" id="mepics" align="middle">
<param name="base" value="sameDomain" />
<param name="movie" value="http://www.bw-online.co.uk/gallery/slideshow/slideshow.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<embed src="http://www.bw-online.co.uk/gallery/slideshow/slideshow.swf" quality="high" bgcolor="#ffffff" width="550" height="400" name="mepics" align="middle" allowScriptAccess= "sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
<img src="images/header.jpg" width="768" height="120" alt="Time To Rest" /> </div>
<div id="footer">| <a href="index.html">Home</a> | <a href="about.html">About</a> | <a href="media.html">Media</a> | <a href="contact.html">Contact</a> | <a href="links.html">Links</a> |<br />
© BW Online </div>
</div>
</body>
</html>
The gallery is currently here: http://www.bw-online.co.uk/gallery/slideshow/slideshow.swf (excuse the old equipment pic is old)
The manual that I have been trying to follwo is here. If anyone could guide me how to do it I would be very greatful.