Question:

I want a vampirefreaks layout like this...?

by  |  earlier

0 LIKES UnLike

http://vampirefreaks.com/taylorbishhhh

I kind of want a layout like that ^^^ and I have no clue how :/ Any help?

P.S I had no clue what category to put this question in so I randomly chose, Sorry && You're allowed to use HTML and CSS

 Tags:

   Report

1 ANSWERS


  1. if you can edit it using a stylesheet(CSS), disregard the <style> tags

    for the color:

    <style>

    body

    {

    background-color: black;

    }

    </style>

    for the scrollbar:

      <STYLE type="text/css">

      BODY {scrollbar-3dlight-color:#DA70D6;

               scrollbar-arrow-color:#DA70D6;

               scrollbar-base-color:#9400D3;

               scrollbar-track-color:#696969;

               scrollbar-darkshadow-color:#BA55D3;

               scrollbar-face-color:#9400D3;

               scrollbar-highlight-color:#DA70D6;

               scrollbar-shadow-color:#DA70D6}

      </STYLE>

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.