Question:

How do you get pictures on myspace to make them go up and down so you can have a up and down scroll bar ?

by  |  earlier

0 LIKES UnLike

~thanks in advance~

 Tags:

   Report

2 ANSWERS


  1. Are you talking about a scroll box with pictures in it? If you are, use this code...

    <div id="scroll3" style="width:300;height:200; background-color:000000; border:1px solid 000000; overflow:auto">

    <img src="PIC URL HERE"><br>

    <img src="PIC URL HERE"><br>

    <img src="PIC URL HERE"><br>

    </div>

    Just keep adding <img src="PIC URL HERE"> for each picture you want to add & add <br> to make the picture go under the other picture.

    You can also adjust the size of the box by changing the width & height & you can change the border colors (000000) to whatever you want, here is a color chart...

    http://chr15.net/myspace/ColorChart.htm

    & If you don't want a border around the box, just change 1 to 0.


  2. <img src=URL FOR PIC GOES HERE><br>

    that will put the pic underneath the first one, you need to use the <br> after each pic code. hope that helps!

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.