Question:

Html for myspace?????

by  |  earlier

0 LIKES UnLike

im making a DIV layout, and i need to know how to put in a colored box with words in it for headers??

like this:

http://i35.tinypic.com/wme70z.jpg

 Tags:

   Report

2 ANSWERS


  1. Do you just need the code??

    Here is the code:

    <a href="Url">TEXTT</a>

    Is that what you were looking for?


  2. Alright, you must first set the properties for the box you are making.

    <style>

    .header1{

    position:absolute;

    top:DISTANCE FROM TOPpx;

    height:50px;

    width:100px;

    margin-left:CHANGE THIS VALUE TO GET IT RIGHTpx;

    }

    </style>

    Then you call up this box

    <div class="header1" style="

    width:WIDTH IN PIXEL;

    height:HEIGHT ON PIXEL;

    background-color:COLOR;

    font-family:FONT FAMILY;

    font-size:FONT SIZE;

    color:FONT COLOR;

    border-color:COLOR;

    border-width:WIDTH IN PIXEL;">

    About me:

    </div>

    it might look complicated, but it should work, just adjust the CAPITAL values to make it the way you want it to look.

    if you have any questions, feel free to shoot me a line at.

    http://myspace.com/hxcdeathgod
You're reading: Html for myspace?????

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.
Unanswered Questions