Question:

How can I get a black layout...[more details inside]?

by  |  earlier

0 LIKES UnLike

with like a white font..

and a white scroll bar thing [idk what theyre called but they make the page go up and down haha]

and everything else including the tables are just black.

if anyone has any clue what i am talking about.. please help meee :]

xoxo

 Tags:

   Report

2 ANSWERS


  1. Not sure why you want black tables on a black background, lol, but this will make your background black and text color white:

    <style type="text/css">

    body {

    background: 000;

    color: fff;

    scrollbar-base-color: fff;

    }

    </style>

    That's written to MySpace "Standards".

    For your scrollbar colors, which will only be seen by users with Internet Explorer or Maxthon browsers, the above makes all white.

    Ron


  2. As in, a MySpace layout?

    Well, you have to alter the CSS to make your layout that way.

    I could help, if you have a layout's CSS that can be altered.

    And you're right, it's called a scroll bar. Haha. :D

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.