Lanuk Hahs
New member
Hi, I am new to HTML and have been reading the HTML for dummies book. I embedded a music player in my page that looks a little like this:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<title>
(Not telling the page name)
</title>
<h1>
(Not telling the title either)
</h1>
<body>
(not telling what's in the body XD)
<p><embed src="(I won't even tell you the file name!)"
width="140" height="40" autostart="false" loop="FALSE"></p>
</html>
It works when I use it in IE, but it does not work in chrome. Instead it will say "missing plug-in". in grey text and nothing more. Is there a way to fix this, or is it just not compatible with chrome. Any help or advice on my simple code would be appreciated, thanks!
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html>
<title>
(Not telling the page name)
</title>
<h1>
(Not telling the title either)
</h1>
<body>
(not telling what's in the body XD)
<p><embed src="(I won't even tell you the file name!)"
width="140" height="40" autostart="false" loop="FALSE"></p>
</html>
It works when I use it in IE, but it does not work in chrome. Instead it will say "missing plug-in". in grey text and nothing more. Is there a way to fix this, or is it just not compatible with chrome. Any help or advice on my simple code would be appreciated, thanks!