-CrAzY- Posted August 9, 2007 Share Posted August 9, 2007 I GOT AN IMAGE BUT I WANT IT AS A TILED BLGROUND, HOW DO I DO IT??? Quote Link to comment Share on other sites More sharing options...
Michael Posted August 9, 2007 Share Posted August 9, 2007 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 Quote Link to comment Share on other sites More sharing options...
-CrAzY- Posted August 9, 2007 Author Share Posted August 9, 2007 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 Quote Link to comment Share on other sites More sharing options...
YoungGold Posted August 9, 2007 Share Posted August 9, 2007 Re: HOW DO I MAKE THE BKGROUND AN IMAGE?????, LIKE HAVE AN IMAGE AS THE BKGROUND??? look in BDS style i posted something there. Quote Link to comment Share on other sites More sharing options...
Guest Anonymous Posted August 10, 2007 Share Posted August 10, 2007 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');"> Quote Link to comment Share on other sites More sharing options...
-CrAzY- Posted August 10, 2007 Author Share Posted August 10, 2007 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 Quote Link to comment Share on other sites More sharing options...
Guest Anonymous Posted August 10, 2007 Share Posted August 10, 2007 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');"> Quote Link to comment Share on other sites More sharing options...
-CrAzY- Posted August 10, 2007 Author Share Posted August 10, 2007 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> Quote Link to comment Share on other sites More sharing options...
Guest Anonymous Posted August 10, 2007 Share Posted August 10, 2007 Re: HOW DO I MAKE THE BKGROUND AN IMAGE?????, LIKE HAVE AN IMAGE AS THE BKGROUND background-color:#504A4B; replace this part i think Quote Link to comment Share on other sites More sharing options...
-CrAzY- Posted August 10, 2007 Author Share Posted August 10, 2007 Re: HOW DO I MAKE THE BKGROUND AN IMAGE?????, LIKE HAVE AN IMAGE AS THE BKGROUND??? tryed it , it just goes white Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.