Topic: header.tpl
In my header.tpl code in vldpersonals I am not sure where to put
<a href="http://connectkiwis.110mb.com/punbb1216/">Forum</a>
for the punbb forum I have installed so the forum link shows on the home page.
Thanks
You are not logged in.
In my header.tpl code in vldpersonals I am not sure where to put
<a href="http://connectkiwis.110mb.com/punbb1216/">Forum</a>
for the punbb forum I have installed so the forum link shows on the home page.
Thanks
your new link should look something like this
<li class="div"></li>
<li><a href="https://www.yourwebsite_name_here/forum">Forum</a><li>
<li class="div"></li>
the div statements are the dividers
with the above code will make a link that will look like this:---> | Forum |
seeme101
What line in header.tpl (the latest) in dark_yellowish template would the following go.
<li class="div"></li>
<li><a href="https://www.yourwebsite_name_here/forum">Forum</a><li>
<li class="div"></li>
You cannot show the whole code just a hint say line 40, or after <div id="headernav"> say.
I am thankful for any help
Thanks
Just paste the code where you want the link to appear
<div>
home
<div>
events
<div>
your new link here
<div>
search
<div>
You need to know just a little about HTML ![]()
</seeme101>
Last edited by seeme101 (2008-01-16 02:33:32)
Hey guys, you can say thank you if someone helps you
Thanks seeme101