Text going to wrong Div Class..
good day!
i've been trying figure out last few days , decided ask here. i've pasted code screenshot below. when try edit text in div class="about", puts cursor in div class="logo" section. in design mode. can edit code directly fine, i'm trying create template wife , daughter find easy use , want use design mode , not have worry seeing code. i'm having tough time trying figure out why happening.
in screenshot, can't tell, click on "typetitlehere" in design view, cursor appears next logo in design view, , if @ code in screenshot in div class="logo" section between the open , closing href commands.
any appreciated!
thank you..
<body>
<div class="background">
<div class="page">
<div class="logo">
<span> <a href="../index.html"><img src="../images/logonya.png" alt=""></a> </span></div>
<div class="sidebar">
<ul>
<li>
<a href="../index.html">home</a>
</li>
<li>
<a href="../thewebbs.html">the webbs</a>
</li>
<li>
<a href="../trae.html">trae</a>
</li>
<li>
<a href="../descygna.html">descygna</a>
</li>
<li class="selected">
<a href="../nya.html">nya</a>
</li>
<li>
<a href="../familytree.html">family tree</a>
</li>
</ul>
<p class="footnote">
© copyright 2012. <br> rights reserved.
</p>
</div>
<div class="body">
<div class="about">
<!-- templatebegineditable name="typetitlehere" --><h3>typetitlehere</h3><!-- templateendeditable -->
<p></p>
<!-- templatebegineditable name="typeblogtexthere" -->
typeblogtexthere
<!-- templateendeditable --></div>
</div>
</div>
</div>
</body>
</html>
i copied & pasted html code new document cannot reproduce problem @ end. i'm using cs6 creative cloud 12.2, build 6006 on windows. maybe can't reproduce problem because don't have access css code. don't know.
as test, disable css. go view > style rendering > turn off display styles.
also keep in mind design view not reliable. best results, use live view in split view.
nancy o.
More discussions in Dreamweaver support forum
adobe

Comments
Post a Comment