Welcome Guest, Not a member yet? Register   Sign In
Loading multiple views doesn't work
#2

[eluser]pam81[/eluser]
Hi, iuse to load multiple views like you describe but I don't include de doctype or body because at the end you are trying to create a page with three views so

HEADER
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
&lt;html &gt; &lt;!-- see it close on the footer--&gt;
&lt;head&gt;
&lt;title&gt; &lt;/title&gt;
...
&lt;/head&gt;

CONTENT
&lt;body&gt; &lt;!-- see it close on the footer--&gt;
<div id="content">
</div>

FOOTER
<div id="footer">
<div class="footer-holder">
&lt;!-- navigation --&gt;
<ul class="bottom-nav">
<li><a href="#">About Us</a></li>
<li><a href="#">Terms of Service</a></li>
<li><a href="#">Privacy Policy</a></li>
<li><a href="#">Contact Us</a></li>
</ul>
<p>Copyright &copy; 2010 My Company Inc., All Rights Reserved</p>
</div>
</div>
&lt;/body&gt;
&lt;/html&gt;


Messages In This Thread
Loading multiple views doesn't work - by El Forum - 06-07-2010, 11:41 PM
Loading multiple views doesn't work - by El Forum - 06-07-2010, 11:49 PM
Loading multiple views doesn't work - by El Forum - 06-08-2010, 12:01 AM



Theme © iAndrew 2016 - Forum software by © MyBB