Discussion:
how to unlock head tag
(too old to reply)
faheem
2010-12-30 22:58:13 UTC
Permalink
i cant add videos to my tempelate based pages...i have tried copying
and changing code between head but it didnt work for me!
here's my template code:

<!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>Faheem Sarwar</title>
<link href="../html/style.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
#apDiv1 {
position:absolute;
width:309px;
height:359px;
z-index:1;
left: 645px;
top: 38px;
}
-->
</style>
<style type="text/css">
<!--
#apDiv2 {
position:absolute;
width:561px;
height:89px;
z-index:1;
left: 400px;
top: 1790px;
}
#apDiv3 {
position:absolute;
width:797px;
height:236px;
z-index:1;
}
#apDiv4 {
position:absolute;
width:200px;
height:115px;
z-index:1;
left: 648px;
top: 62px;
}
-->
</style>
<!-- TemplateParam name="id" type="text" value="header-bg" -->
<!-- TemplateParam name="id1" type="text" value="header" -->
</head>

<body>
<!--Header Background Part Starts -->
<!-- TemplateBeginEditable name="EditRegion2" -->
<div id="header-bg">
<!--Header Contant Part Starts -->
<div id="header">SmartStudies.com
<!--Login Background Starts -->
<!--Login Background Ends -->
<br class="spacer" />
<div id="header3">A Way Towards Smart Medical Studies...<br
class="spacer" />
</div>
</div>
<!--Header Contant Part Ends -->
</div>
<!-- TemplateEndEditable -->
<!--Header Background Part Ends -->
<!--Navigation Background Part Starts -->
<div id="navigation-bg">
<!--Navigation Part Starts -->
<div id="navigation">
<ul class="mainMenu">
<li><a href="../html/home.html" class="selectMenu"
title="Home">Home</a></li>
<li><a href="../html/gross-index.html" title="Gross Anatomy"
style="float: right; width: 120px;">Gross Anatomy</a></li>
<li><a href="../html/embryology-index.html"
title="Embryology">Embryology</a></li>
<li><a href="../html/histology-index.html"
title="Histology">Histology</a></li>
<li><a href="../html/phsiology-index.html"
title="Phsiology">Physiology</a></li>
<li><a href="../html/biochemistry-index.html"
title="Biochemistry">Biochemistry</a></li>
<li class="noBg"><a href="#" title="Contact">Contact</a></li>
</ul>
<div id="header2"><br class="spacer" />
</div>
</div>
<!--Navigation Part Ends -->
</div>
<!--Navigation Background Part Ends -->
<!--Our Company Bacground Part Starts -->
<div id="ourCompany-bg">
<!--Our Company Part Starts -->
<!--Our Company Part Ends -->
</div>
<!--Our Company Bacground Part Ends -->
<!--Future Plans Part Starts -->
<div id="futurePlan-bg">
<!--Future Plans Contant Part Starts -->
<div id="futurePlanContant">
<!--Projects 2007 Part Starts -->
<!--Projects 2007 Part Ends -->
<!--Future Part Starts -->
<!-- TemplateBeginEditable name="EditRegion1" -->
<div id="futurePart">
<h2 class="future-hdr">About</h2>
<div id="apDiv4"></div>
<h3 class="future-subHdr">&nbsp;</h3>
<span id="futurePart">In 09, I was literally pulled into the
vortex of the medical profession as a candidate of MBBS in the
University College Of Medicine And Dentistry, Lahore, a drastic </
span><br class="spacer" />
</div>
<!-- TemplateEndEditable -->
<p>
<!--Future Part Ends -->
</p>
<p><br class="spacer" />
</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp; </p>
<p>&nbsp;</p>
<p>&nbsp;</p>
</div>
<!--Future Plans Contant Part Ends -->
</div>
<!--Footer Part Starts -->
<div id="footer-bg">
<!--Footer Menu Part Starts -->
<div id="footer-menu">
<ul class="footMenu">
<li class="noDivider"><a href="#" title="Home">Home</a></li>
<li><a href="#" title="About">About</a></li>
<li><a href="#" title="Services">Services</a></li>
<li><a href="#" title="Support">Support</a></li>
<li><a href="#" title="Chat">Chat</a></li>
<li><a href="#" title="History">History</a></li>
<li><a href="#" title="Contact">Contact</a></li>
</ul>
<br class="spacer" />
<p class="copyright">Copyright &copy; Package 2009 All Rights
Reserved</p>
<p class="copyright">&nbsp;</p>
<p class="copyright topPad">&nbsp;</p>
</div>
<!--Footer Menu Part Ends -->
</div>
<!--Footer Part Ends -->
</body>
</html>
Hans-G.
2011-01-02 20:53:32 UTC
Permalink
Hi faheem,

if you want to use your file as a template further, so it's really only
possible to insert your video file between:
<!-- TemplateBeginEditable name="EditRegion..." -->
and
<!-- TemplateEndEditable -->

Of course you can remove theseentries, but now your file works as a template
no longer.

And what concerns your video, you didn't specify what type you want to
insert. DW "wants" to no it (flv, swf or similar).

... and finally: As you can see the thread traffic here became more than
small. I'm sure, you have a registered version of Dreamweaver and so I'm
sorry to say that, I have to recommend you to ask your question in the Adobe
forum. Why? Meanwhile all the former competend and versed consultants moved
from here to there:

http://forums.adobe.com/community/dreamweaver/dreamweaver_general?view=discussions

Good luck!
--
Ciao, servus und salue
Hans-G.

"faheem" <***@gmail.com> schrieb im Newsbeitrag news:e6bfc0cd-74fd-4052-ac11-***@35g2000prb.googlegroups.com...
i cant add videos to my tempelate based pages...i have tried copying
and changing code between head but it didnt work for me!
here's my template code:

<!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>
---------- deleted ----------
<!--Footer Part Ends -->
</body>
</html>
Loading...