PDA

View Full Version : Where do I put this code in the header template?



DJ5A
Sat 19th Apr '03, 7:45pm
Hello Everybody:

Where & How do I put this code:
<script language=JavaScript src=http://www.mydomain.com/absolutebm/abm.asp?z=1></script>

in the Header template. I want it centered above the "user cp" to the "Home" buttons? I would like it to be around 10 pixels above the buttons. I'm running original of version 2.3.0 (not hacked)

Is this what I'm looking for, will it be centered with the buttons & in the right place?

<!-- logo and buttons -->
<center>
<table border="0" width="{tablewidth}" cellpadding="0" cellspacing="0">
<tr>
<td valign="top" align="left" background="{imagesfolder}/menu_background.gif"><a href="index.php?s=$session[sessionhash]"><img src="{titleimage}" border="0" alt="$bbtitle"></a></td>
<td valign="bottom" align="right" nowrap background="{imagesfolder}/menu_background.gif">
<!-- Start Banner Script Here -->
<script language=JavaScript src=http://www.mydomain.com/absolutebm/abm.asp?z=1></script></br>
<!-- /End Banner Script Here -->
<!-- toplinks -->
<a href="usercp.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_profile.gif" alt="Here you can view your subscribed threads, work with private messages and edit your profile and preferences" border="0"></a>
<a href="register.php?s=$session[sessionhash]&action=signup"><img src="{imagesfolder}/top_register.gif" alt="Registration is free!" border="0"></a>
<a href="calendar.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_calendar.gif" alt="Calendar" border="0"></a>
<a href="memberlist.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_members.gif" alt="Find other members" border="0"></a>
<a href="misc.php?s=$session[sessionhash]&action=faq"><img src="{imagesfolder}/top_faq.gif" alt="Frequently Asked Questions" border="0"></a>
<a href="search.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_search.gif" alt="Search" border="0"></a>
<a href="index.php?s=$session[sessionhash]"><img src="{imagesfolder}/top_home.gif" alt="Home" border="0"></a>
<!-- <a href="member.php?s=$session[sessionhash]&action=logout"><img src="{imagesfolder}/top_logout.gif" alt="Logout" border="0"></a> -->
&nbsp;
<!-- /toplinks -->

Ok, the above code in red worked for banner placement, I removed the </br> & it put the banner almost touching the buttons, Ok I then I added a space between each of the buttons & it turned out almost perfect!