Jump to content
MakeWebGames

Recommended Posts

Posted

Ok so I added a sidemenu.php and it keeps repeating on the side on long pages eg. Userlist.

print "<center><td style='background-image: url(background.gif); width: 185px;'><table style='width: 100%; border: 0px;' cellpadding='0' cellspacing='0'>
<td></td>

 

That is part, and I will take a screenie when I get home. Is there a way to print once?

Posted

Re: Print once?

Update:

 

print "<center><td style='background-image: url(background.gif); width: 185px;'><table style='width: 100%; border: 0px;' cellpadding='0' cellspacing='0'>
<td></td>
           </tr>
           <tr>
             <td></td>
           </tr>
           <tr>
             <td style='background-image: url(background.gif); width: 185px;'><table style='width: 100%; border: 0px;' cellspacing='0' cellpadding='0'>
                    <tr>
                       <td style='width: 10px;'> </td>
                          <td style='width: 0px; vertical-align: top;'><font face='Verdana' size='1'>";

 

There are 2 parts to the sidemenu, top and bottom. I stuck the no repeat in both, after (background.gif) and they don't show.

Screeny of what it looks like now without the no repeat stuff:

n53rr4.png

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