Jump to content
MakeWebGames

how od u put a right hand menu or a menu along the top>????


Recommended Posts

Posted

he was wondering how do u put a right and menu or a menu that gose along the top of the page which also gose along with a left ahnd menu ??

this is what i got so far in my header todo with menus

 

function menuarea()
{
include "mainmenu.php";
global $ir,$c;
$bgcolor = '804000';
print '</td><td width="2" class="linegrad" bgcolor="#'.$bgcolor.'"> </td><td width="80%"  bgcolor="#'.$bgcolor.'" valign="top">
<center>';
if($ir['hospital'])
{ 
print "[b]NB:[/b] You are currently in hospital for {$ir['hospital']} minutes.
";
}
if($ir['jail'])
{ 
print "[b]NB:[/b] You are currently in jail for {$ir['jail']} minutes.
";
}
}
function smenuarea()
{
include "smenu.php";
global $ir,$c;
$bgcolor = '804000';
print '</td><td width="2" class="linegrad" bgcolor="#'.$bgcolor.'"> </td><td width="80%"  bgcolor="#'.$bgcolor.'" valign="top"><center>';
}
function endpage()
{
global $db;
print <<<OUT</center></td></tr></table></td><td class="rgrad"></td></tr><tr><td colspan="3"><table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td class="dgradl"> 
</td><td class="dgrad"> 
</td><td class="dgradr"> 
</td></tr></table></td></tr></table>{$db->num_queries} queries</body></html>OUT;
}
}
?>

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...