**We only support Internet Explorer. If your browser does not meet this requirement, you will have difficulty accessing
portions of this website. We apologize for any inconvenience:( Click Here to download Internet Explorer 7 .
© Leave us a MySpace Comment©
Navigation
MySpace 1.0
MySpace Goodies
MySpace Banners
© Leave us a MySpace Comment©
Graphics/Comments
1.0 Tutorials & Codes
2.0 Tutorials & Codes
More Tutorials & Codes
Generators/Widgets
Html Tutorials
Sponsors
MySpace 2.0
Friends
Other Cool Stuff
Sponsors
TO ADD IMAGES TO A SCROLL BOX
<div style="height: 200px; width: 200px; overflow: auto; border: 4px solid; border-color: black; background-color: pink; padding: 4px; text-align: justify;">
PUT YOUR TEXT OR IMAGES HERE
</div>
If you want to add more images then your code would look like this:
<div style="height: 200px; width: 200px; overflow: auto; border: 4px solid; border-color: black; background-color: pink; padding: 4px; text-align: justify;">
<img src="http://IMAGE URL HERE"><img src="http://IMAGE URL HERE">
<img src="http://IMAGE URL HERE">
</div>
If you want the images underneath each other then add <br> between image codes like this:
<div style="height: 200px; width: 200px; overflow: auto; border: 4px solid; border-color: black; background-color: pink; padding: 4px; text-align: justify;">
<img src="http://IMAGE URL HERE" > <br> <img src="http://IMAGE URL HERE" > <br> <img src="http://IMAGE URL HERE"> <br> <img src="http://IMAGE URL HERE"></div>
Adjust the width and the height of the box and the image to fit your needs.
Click here to Change the Color of your scroll box
Click Here to Make Pics in the Scroll Box the Same Size
© HTML Tutorials & Codes ©