Question:

I need help resizing this

by  |  earlier

0 LIKES UnLike

http://www.myspace.com/bizkitlibre

Just got my new myspace and it is retarded. The boxes on the left are to wide. Does anyone have a code to resize it or a way to get rid of the black space in the left part of the left boxes (where it says music and general)?

 Tags:

   Report

2 ANSWERS


  1. You're profile is private can't see it.


  2. Lets say you are using divisions (div tags) for the boxes, simply use the width and height properties of css.

    -----StartCode-----

    <div style="width:200px;height:300px">

    <p>This is the Content</p>

    </div>

    -----CodeEnd-----

    http://www.brugbart.com/References/6/ - An Introduction to CSS

    http://www.brugbart.com/References/108/ - width

    http://www.brugbart.com/References/111/ - height

    I would also suggest you give your boxes a min-height.

    http://www.brugbart.com/References/112/ - min-height

    You can use same approach on most elements, you will however get the best results on block-level elements.

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.