i want to find out how you can make a drop down list and put pictures into it...ive searched everywhere and cannot find the answer to this question. There was a similar question asked on y7 answers but the answer given did not work. Please Help!!!
How do i place Images/Pictures into a drop down list on myspace? i dont think you can do thatt you can put it into a scroll box tho
How do i place Images/Pictures into a drop down list on myspace? i know you can, because i've done it, but off the top of my head i can't remember exactly how to do it.
i think you just put the html tag into the box.
say this is the code for your scroll box:
%26lt;div style="border: 2px solid rgb(0, 0, 0); width: 200px; height: 100px; overflow: auto;"%26gt;Put whatever you want in here%26lt;/div%26gt;
and this is your image tag:
%26lt;a href="http://photobucket.com" target="_blank"%26gt;%26lt;img src="http://i84.photobucket.com/albums/k... border="0" alt="Photo Sharing and Video Hosting at Photobucket"%26gt;%26lt;/a%26gt;
put the image tag where it says "Put whatever you want in here" or wherever you would put your text in the box like this:
%26lt;div style="border: 2px solid rgb(0, 0, 0); width: 200px; height: 100px; overflow: auto;"%26gt;%26lt;a href="http://photobucket.com" target="_blank"%26gt;%26lt;img src="http://i84.photobucket.com/albums/k... border="0" alt="Photo Sharing and Video Hosting at Photobucket"%26gt;%26lt;/a%26gt;%26lt;/div%26gt;
How do i place Images/Pictures into a drop down list on myspace? ok there is a drop down code right here
%26lt;br%26gt;%26lt;br%26gt; %26lt;SELECT style="background-color: #000000;color: #FFFFFF; font-family: Tahoma;font-size: 12px;width: 150px; "%26gt;
%26lt;OPTION%26gt;pictures%26lt;/OPTION%26gt;
%26lt;OPTION%26gt;text%26lt;OPTION%26gt;
%26lt;OPTION%26gt;text%26lt;OPTION%26gt;
%26lt;OPTION%26gt;text%26lt;OPTION%26gt;
%26lt;/select%26gt;
now you can only put text in there, now if you want to scroll your pics, here is a scroll code
%26lt;marquee direction="up" scrollamount=2%26gt;
%26lt;img src="picture property"
%26lt;/marquee%26gt;
now to get a picture property, right click on a pic, go all the way down on the menu and there will be PROPERTIES. click on it, and you will see the address URL.put in where i have marked picture property.. if you have any questions just hit me up.. i take questions..