How do you position an image? 10 POINTS FOR BEST ANSWER!?

pixie

New member
Alright I wanted to position this image in a scroll box but I can't. I know how to position scroll boxes but not images! Please help!
 
Add the code within the scroll box code.

Couldn't you just change the dimensions of the pictures?

<DIV style="width:500px; overflow:scroll">
<NOBR>
<img src="your picture.jpg"> <img src="your picture.jpg"> <img src="your picture.jpg">
</NOBR>
</div>
 
Back
Top