Jump to content
MakeWebGames

HOW DO I MAKE THE BKGROUND AN IMAGE?????, LIKE HAVE AN IMAGE AS THE BKGROUND???


Recommended Posts

Posted

Re: HOW DO I MAKE THE BKGROUND AN IMAGE?????, LIKE HAVE AN IMAGE AS THE BKGROUND???

Instead of bgcolor# use background url 'blah blah'

Make sure its inside <style></style>

 

Should work asi have that on my game

Posted

Re: HOW DO I MAKE THE BKGROUND AN IMAGE?????, LIKE HAVE AN IMAGE AS THE BKGROUND???

can u plz giv me the codes like find this, replace with this, for LOGIN.php, thanks

Guest Anonymous
Posted

Re: HOW DO I MAKE THE BKGROUND AN IMAGE?????, LIKE HAVE AN IMAGE AS THE BKGROUND

Here it is.....

<body style="background: url('images/blah.gif');">

Posted

Re: HOW DO I MAKE THE BKGROUND AN IMAGE?????, LIKE HAVE AN IMAGE AS THE BKGROUND???

where abouts do i put it, giv me the location for register, login, n the main bit

Guest Anonymous
Posted

Re: HOW DO I MAKE THE BKGROUND AN IMAGE?????, LIKE HAVE AN IMAGE AS THE BKGROUND

were it sais in header or login

<body bgcolor='#color'>

just replace it with

<body style="background: url('images/blah.gif');">

Posted

Re: HOW DO I MAKE THE BKGROUND AN IMAGE?????, LIKE HAVE AN IMAGE AS THE BKGROUND???

Mine Say's This:

 

<style>

body { font-family:Verdana;font-size:9pt;color: black;

background-color:#504A4B;

scrollbar-base-color: #005B70;

scrollbar-arrow-color: #F3960B;

scrollbar-DarkShadow-Color: #000000; }

a:visited,a:active,a:hover,a:link { color: black;text-decoration: none; }

table,tr,td { font-size:9pt; }

img { border:none; }

</style>

Guest Anonymous
Posted

Re: HOW DO I MAKE THE BKGROUND AN IMAGE?????, LIKE HAVE AN IMAGE AS THE BKGROUND

background-color:#504A4B; replace this part i think

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