Jump to content
MakeWebGames

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


-CrAzY-

Recommended Posts

Guest Anonymous

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');">

Link to comment
Share on other sites

Guest Anonymous

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');">

Link to comment
Share on other sites

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>

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