I have just created a website using “Build Your
> Own Web Site The Right Way”, may I say that I am a
> novice at this so please be gentle. I enjoyed it, but!! I embedded a youtube
> video into it and it plays on google chrome but not in IE8, I allowed
> activex to run, and have uninstalled and reinstalled flash, also I have
> tried on different computers in case a setting was wrong on mine.
> I enclose the code below,
>
> Any help would be appreciated
>
> Mike Cook
> <!DOCTYPE html PUBLIC “-//W3c//DTD XHTML 1.0 Strict//EN”
> “http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
> <html xmlns=“http://www.w3.org/1999/xhtml”>
> <head>
> <title>“About Bubbleunder.com:who we are;what this site is
> for</title>
> <meta http-equiv=“Content-type”
> content=“text/html; charset=utf-8”/>
> <link href=“style4.css” rel=“stylesheet” type=“text/css”/>
> </head>
> <body>
> <div id=“header”>
> <div id=“sitebranding”>
> <h1>MAG Driving School</h1>
> </div>
> <div id=“tagline”>
> <p>Affordable training for safer driving</p>
> </div>
> <div id=“tagline”>
> <p>Telephone: 01262
> 601926________mobile:07882082571________email:magdrivingschool@talktalk.net</p>
> <!-- SiteSearch Google –>
>
> <form method=“get” action=“http://www.google.com/search”>
>
> <div id=“search”>
>
> <label for=“q”>Search:</label>
>
> <input id=“q” name=“q” size=“20” maxlength=“255” value=”" type=“text”/>
>
> <input name=“domains” value=“http://www.magdrivingschool.co.uk/”
> type=“hidden”/>
>
> <input name=“sitesearch” value=“http://www.magdrivingschool.co.uk/”
> checked=“checked” id=“mysite” type=“radio”/>
>
> <label for=“mysite”>Just this site</label>
>
> <input name=“sitesearch” value=“” id=“www” type=“radio”/>
>
> <label for=“www”>WWW</label>
>
> <input name=“btnG” value=“Go” type=“submit”/>
>
> </div>
>
> </form>
>
> <!-- SiteSearch Google –>
> </div>
> </div> <!–end of header–>
> <div id=“navigation”>
> <ul>
> <li><a href=“index.html”>Home</a></li>
> <li><a href=“events.html”>Prices</a></li>
> <li><a href=“Theory Test.html”>Theory Test</a></li>
> <li><a href=“Practical Test.html”>Practical Test</a></li>
> <li><a href=“Passplus.html”>Passplus</a></li>
> <li><a href=“Independant Driving.html”>Independant Driving</a></li>
> <li><a href=“contact.html”>Contact Us</a></li>
> </ul>
> </div><!–end of navigation–>
> <div id=“bodycontent”>
> <h2>Passplus</h2>
> <p>Pass Plus is an established training course aimed at new drivers.
> It was designed by the Driving Standards Agency (DSA) with the
> help of insurers
> and the driving instruction industry.
> Statistics show that new drivers are more likely to have an
> accident in the first two years
> after passing their test, due to lack of driving experience.
> Pass Plus builds on your skills and knowledge. It will teach you
> how to anticipate,
> plan for and deal with all kinds of hazards, to help you become a
> more confident driver.</p>
> <p><object width=“640” height=“505”>
> <param name=“movie” value=“http://www.youtube.com/v/jKgbET7YOPM?fs=1&
> hl=en_GB&
> color1=0x006699&
> color2=0x54abd6”>
> </param><param name=“allowFullScreen” value=“true”>
> </param><param name=“allowscriptaccess” value=“always”>
> </param><embed src=“http://www.youtube.com/v/jKgbET7YOPM?fs=1&
> hl=en_GB&color1=0x006699&
> color2=0x54abd6” type=“application/x-shockwave-flash”
> allowscriptaccess=“always” allowfullscreen=“true” width=“640” height=“505”>
> </embed>
> </object>
> </p>
> </blockquote>
> </div> <!–end of bodycontent–>
> </body>
> </html>