| 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">
$menu2
</td>
<td class="{$Style['menubarnb']}" width="50%" align="right"valign="middle">
$menu
</td>
</tr>
</table>
</td>
</tr>
<a href="http://www.1047.ca/help.htm">Help</a>
$ppclose<br />
PPPRINT;
?> |