Jump to content
MakeWebGames

BACKGROUND COLOR


DJ Rankin

Recommended Posts

Re: BACKGROUND COLOR

Do you ever try to do things yourself ? All your posts is asking for help or mods. How the hell should we know what kinda color suits your game ?

A game called Lovely Pink Bunnies shouldnt be black with red writing

A Game called Deathly Knights or something should not be pink, get my drift ?

Link to comment
Share on other sites

  • 1 year later...
  • 2 weeks later...

Re: BACKGROUND COLOR

Open header.php

find

body {

 

their will most likely be a background: #xxxxxx or background: url(background.gif)

to change the color change that line to

background: #xxxxxx ; .... -- replacing the x's with your desired color code.

for a background image change that line to

background: url(backgroundimageurl);

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