Author Topic: Changing the color to the site.  (Read 2096 times)

0 Members and 1 Guest are viewing this topic.

Offline Mitsuro

  • Newbie
  • *
  • Male
  • Posts: 32
    • http://yasashiyama.deviantart.com
Changing the color to the site.
« on: March 31, 2006, 03:32:59 pm »
I'm working on the site that I was given by you all but I was just wondering if there is a way to change the background color of it.

Also, by accident, I sent another request for a site all the while I had forgotten that I already have one set up. Can one of you mods please tell whoever is in charge of requests to disregard "Mitsuro"? Hate ta be a bother...
"..."

Offline Nocte

  • Hero Member
  • *****
  • Male
  • Posts: 1689
    • http://unicorn.furtopia.org/
Changing the color to the site.
« Reply #1 on: March 31, 2006, 03:47:40 pm »
The easiest way to change that is to create a file named styles.css, and specify the colors there. For example, white text on black:
Quote

html, body {
    background: black;
    color: white;
}


This file must be uploaded in a directory named css (you probably still need to create this directory in your account).
Drawing tutorial
Avatar information
FEHu3a A+ C D-- H M- P R++ T W-- Z Sm- RLCT a cl++++ d+ e+++ f- h+++ i++ j p sm*

Offline Mitsuro

  • Newbie
  • *
  • Male
  • Posts: 32
    • http://yasashiyama.deviantart.com
Changing the color to the site.
« Reply #2 on: March 31, 2006, 03:54:40 pm »
Quote (Nocte @ Mar. 31 2006, 3:47 pm)
The easiest way to change that is to create a file named styles.css, and specify the colors there. For example, white text on black:
Quote

html, body {
    background: black;
    color: white;
}


This file must be uploaded in a directory named css (you probably still need to create this directory in your account).

Much appreciated. Sorry 'bout the resending of the request though.
"..."