Can anyone help me with a myspace code?
I wanted to know what the code was to make pictures scroll horizontally, next to each other.
I tried doing this:
%26lt;marquee%26gt;
picture link 1
picture link 2
picture link 3
%26lt;/mar quee%26gt; (minus the space)
but it made the pictures scroll, horizontally one on top of another.
Can anyone help?
Editing Myspace/Mypsace code?
That's strange. Unless there's a %26lt;br%26gt; after every image, they should be scrolling horizontally, side by side.
Try putting the images all together.
Instead of:
%26lt;marquee%26gt;
picture link 1
picture link 2
picture link 3
%26lt;/marquee%26gt;
Try:
%26lt;marquee%26gt;
%26lt;img src="imageurlhere"%26gt;%26lt;img src="imageurlhere"%26gt;%26lt;img src="imageurlhere"%26gt;
%26lt;/marquee%26gt;
No comments:
Post a Comment