Jump to content
MakeWebGames

Recommended Posts

Posted

Re: right hand side main menu

 

function menuarea()
{
include "mainmenu.php";
global $ir,$c;
print "</td><td valign='top'>
";
}
function endpage()

 

function menuarea()
{
include "mainmenu.php" <td valign='right'> ;
global $ir,$c;
print "</td><td valign='top'>
";
}
function endpage()

 

try this or maybe extend the " to the end and remove the <>

Posted

Re: right hand side main menu

you need to move the contents into the right <td> and leave your mainmenu in the left <td>

after <td width=80%.....> where your main page is, put in another

<td> right hand menu stuff </td>

followed by another <td>

Posted

Re: right hand side main menu

that means i will to retable EVERY SCRIPT IN THE GAME..... Is it really that hard to understand what i want here???

Sorry guys but you must be able to put a mainmenu on the right hand side of the page.

Posted

Re: right hand side main menu

im not sure if it can be done, cant you just put the links where it has the VOTE FOR US or the DONATE TO US bit like

| LINK 1 | LINK 2 | LINK 3

VOTE FOR US

DONATE TO US

Posted

Re: right hand side main menu

Dang L.O. Beat me to it. Somehow this entire topic got passed me entirely. I had it set up for a while on my game, could have saved some hassle. Sorry I didn't see it sooner.

  • 1 year later...

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...