View Single Post
Old February 9th, 2008, 06:35 PM   #3 (permalink)
Chrisbyrnes
Junior Member
Verified Customer
 
Join Date: Feb 2008
Location: Burlington Ontario
Posts: 3
getting the HELP button in the right place

Thanks I have it on the page and working, but the HELP is in blue and appears above the main menu page so it's hard to see. I'd like to place the HELP(in white) within the menu bar to the right of My Ads · My Watch List .

Here is what my menu bar code looks like at the moment

<?php
echo <<<PPPRINT
$ppopen
<tr>
<td class="{$Style['menubar']}" width="100%" colspan="2">
<table width="100%" cellpadding="0" cellspacing="0">
<tr>
<td class="{$Style['menubarnb']}" width="50%" align="left" valign="middle">
&nbsp;$menu2
</td>
<td class="{$Style['menubarnb']}" width="50%" align="right"valign="middle">
$menu&nbsp;
</td>
</tr>
</table>
</td>
</tr>
<a href="http://www.1047.ca/help.htm">Help</a>
$ppclose<br />
PPPRINT;
?>
Chrisbyrnes is offline   Reply With Quote