View Full Version : Spacing between images!


Prezhi0usGurL
03-06-2003, 11:22 AM
Ok here's what im tryna do.. i am trying to make a scrollable iframe but then i couldnt figure out how to put spaces between the images (up arrow.. and down arrow..) please help me! here's the code..


<p align=center><a href="#" onMouseover="scrollspeed=-2" onMouseout="scrollspeed=0"><img src="uparrow.gif" border=0></a><a href="http://www.imood.com/query.cgi?email=prezhi0usgurl@hotmail.com"><img src="http://www.imood.com/query.cgi?email=prezhi0usgurl@hotmail.com&type=1&fg=33ccff&bg=ffffff" alt="Prezhi0usGurL's current mOod!" border="0"></a><a href="#" onMouseover="scrollspeed=2" onMouseout="scrollspeed=0"><img src="downarrow.gif" border=0></a></p>

i want spaces between those 3 images! help help help!
and also please modify it if i did something wrong! thanks!

Michele
03-06-2003, 11:24 AM
easy, if you want to skip a line and go down its <P> if you want it right on the line below it it is <br>

epolady
03-06-2003, 11:31 AM
How much space in between are you wanting?

Prezhi0usGurL
03-06-2003, 11:36 AM
i juss want all of them in a single line and i want the spaces between them like a tab space.. u know what im saying???

epolady
03-06-2003, 11:39 AM
Well, you can try putting &amp;nbsp; inbetween the images. One &amp;nbsp; = One space bar hit.

Prezhi0usGurL
03-06-2003, 11:41 AM
here's the page that im trying to work on

_Prezhi0usGurL_ (http://www.geocities.com/prezi0usgurl/page2.html)


see how the images are all cramped up how do u put spaces between them???



---------


i tried the &nbsp but it didnt work.. where do you put it though coz i did it like this:


<img src="uparrow.gif" border=0 &amp;nbsp;&amp;nbsp&ampnbsp&ampnbsp>


is that how u do it???

Sheila
03-06-2003, 11:49 AM
You have the code wrong....

It should be <img src="uparrow.gif" border=0>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;

pb&j
03-06-2003, 11:53 AM
You can try a table format like this...

<table><tr><td align="center">
<a href="#" onMouseover="scrollspeed=-2" onMouseout="scrollspeed=0"><img src="uparrow.gif" border=0></a>
</td><td align="center">
<a href="http://www.imood.com/query.cgi? email=prezhi0usgurl@hotma
il.com"><img src="http://www.imood.com/query.cgi? email=prezhi0usgurl@hotma
il.com&type=1&fg=33ccff&bg=ffffff" alt="Prezhi0usGurL's current mOod!" border="0"></a>
</td><td align="center">
<a href="#" onMouseover="scrollspeed=2" onMouseout="scrollspeed=0"><img src="downarrow.gif" border=0></a>
</td></tr></table>

Prezhi0usGurL
03-06-2003, 12:14 PM
thank you guys soo much.. i think its working now.. well it looks better than it was before.. thanks again!