View Full Version : stupid question


GNUsnoboarder00
12-24-2003, 12:06 AM
i know this may sound like a really stupid question but, how do i get spaces in between my pictures...

ex: on one line theres a pic and the next line down theres another pic and there touching each other. how do i add space in between?

zangerbanger
12-24-2003, 12:08 AM
2 ways you can make them farther apart:

Example 1:
<img src="[image url]"><br><br>
<img src="[image url]">

Example 2:
<p><img src="[image url]"></p>
<p><img src="[image url]"></p>

hockyfan641
12-24-2003, 01:54 AM
If you want them touching there should be only one br
<img src="image.jpg" alt=""><br>
<img src="image.jpg" alt="">

zangerbanger
12-24-2003, 02:44 AM
Huh? I thought he wanted them not touching :stickout: .

hockyfan641
12-24-2003, 03:20 AM
Ohh...oops, read his post wrong.
i read this part

next line down theres another pic and there touching each other.