i used the code for a scrollbox [one inside another] but only the letters come out.. i want to put pictures inside one srollbox and text out of that one but still inside the other one
How do i put a scroll box in another scroll box on myspace?
%26lt;div style="overflow: auto; height: 100px; width: 200px;"%26gt;
STUFF HERE
%26lt;/div%26gt;
This code should be able to do just that. Use it twice for both boxes. Just change the width and height. The inner box should be smaller.
example:
%26lt;div style="overflow: auto; height: 100px; width: 200px;"%26gt;
Text can be over here. the picture should follow:
%26lt;div style="overflow: auto; height: 90px; width: 180px;"%26gt;
%26lt;img src="Picture url here"%26gt;
%26lt;/div%26gt;
%26lt;/div%26gt;
hope it works!
^_^
How do i put a scroll box in another scroll box on myspace?
You need To Get a "HTML For Dummies" Always a great refrence tool for myspace. shows you how to do some cool stuff with it.
No comments:
Post a Comment