|
[x]
Posted via EE Mobile
|
|
| Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again. |
|
|
|
|
Asked by JMRFan4Life in Hypertext Markup Language (HTML), Miscellaneous Web Development, Server Side Includes (SSI)
i am trying to use an include file for my menu bar, but can't see to get it to work properly. noy sure what im doing wrong. Any help is appreciated!
HERE IS THE PAGE:
http://www.templeorelohim.com/test.htmlHERE IS THE INCLUDE FILE :
http://www.templeorelohim.com/nav_bar.htmlThanks!
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
|
<body>
<html>
<div id="TempleOrElohim" class="homepage">
<div class="header"></div>
<div class="content">
<!--#include file="nav_bar.html"-->
<div class="">
test
</div>
</div>
<div class="bottom"></div>
</div>
</html>
</body>
|
20091021-EE-VQP-81 - Hierarchy / EE_QW_3_20080625