Jump to content
MakeWebGames

I really need help Please


Joel

Recommended Posts

Ive been trying to do this for ages, I want to change this code so i can have a background Image:

 

{
include "mainmenu.php";
global $ir,$c;
$bgcolor = 'FFFFFF';
print '</td><td width="2" class="linegrad" bgcolor="#'.$bgcolor.'"> </td><td width="80%"  bgcolor="#'.$bgcolor.'" valign="top">
<center>';
if($ir['hospital'])
{

 

Where it Says: $bgcolor = 'FFFFFF';

I want to change that to a Image

Please Help Me

Link to comment
Share on other sites

Guest Anonymous

Re: I really need help Please

 

print '</td><td width="2" class="linegrad" style="background:url(image.png);"> </td>....';

 

Basic CSS

Link to comment
Share on other sites

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