First: Here is the link to my site...
<!-- w --><a class="postlink" href="http://www.lpwv.org">www.lpwv.org</a><!-- w --> (<!-- m --><a class="postlink" href="http://www.lpwv.org">http://www.lpwv.org</a><!-- m -->)
Now when you go to the site...you will see the title bar and the menu bar immediately below it...
If you click Forum, then you will notice these two disappear...
I cannot figure out how to call those into the forum page...
Second...In the forum page, you will see a border around the main content. I cannot fidure out how to get this around the content in all the other pages of the site...
These are probably really simple proplems, but I have messed with them for two days now with no luck...
Thanks in advance for the help.
MikeI guess you're going to have to be a little clearer. Those don't exist on the forum page because they don't exist in the mark up of the forum page. It's not like they're being hidden.That is what I cant figure out...I have the same code in the forum page that is in the other page, however, it is not calling them from the right location...
Code that works in all the other pages:
<? include "code/menucode.php"; ?>
But when I try to call it from in the forum directory it is not seeing it...
I guess ultimately my question is how do I make call that code from the forum directory...
I knwo that isnt any clearer...But I dont know enough about this stuff to make much sense..
MikeFrom the forum page: <? include "../code/menucode.php"; ?>
<!-- w --><a class="postlink" href="http://www.lpwv.org">www.lpwv.org</a><!-- w --> (<!-- m --><a class="postlink" href="http://www.lpwv.org">http://www.lpwv.org</a><!-- m -->)
Now when you go to the site...you will see the title bar and the menu bar immediately below it...
If you click Forum, then you will notice these two disappear...
I cannot figure out how to call those into the forum page...
Second...In the forum page, you will see a border around the main content. I cannot fidure out how to get this around the content in all the other pages of the site...
These are probably really simple proplems, but I have messed with them for two days now with no luck...
Thanks in advance for the help.
MikeI guess you're going to have to be a little clearer. Those don't exist on the forum page because they don't exist in the mark up of the forum page. It's not like they're being hidden.That is what I cant figure out...I have the same code in the forum page that is in the other page, however, it is not calling them from the right location...
Code that works in all the other pages:
<? include "code/menucode.php"; ?>
But when I try to call it from in the forum directory it is not seeing it...
I guess ultimately my question is how do I make call that code from the forum directory...
I knwo that isnt any clearer...But I dont know enough about this stuff to make much sense..
MikeFrom the forum page: <? include "../code/menucode.php"; ?>