I put them on Photobucket and got them how I want them, now how do I put them in a scrollbox on my MySpace?
Like this:http://tinypic.com/view.php?pic=313gbqd%26amp;...
How do I put pcitures in a scroll box on my MySpace?
Put the urls in as shown in the code. Adjust the width %26amp; height, as well as the border color %26amp; sizes to what you want. You can also add in the background-color attribute.
%26lt;style%26gt;
.MyPictures {height:200px; width:300px; overflow:auto; border:4px solid; border-color:337aa9; padding:4px;}
.MyPictures img {width:285px;}
%26lt;/style%26gt;
%26lt;div class="MyPictures"%26gt;
.a {remember, this is where the urls go}
%26lt;img src="URL"%26gt;
%26lt;img src="URL"%26gt;
%26lt;img src="URL"%26gt;
%26lt;img src="URL"%26gt;
%26lt;/div%26gt;
No comments:
Post a Comment