View Full Version : Image Spacing


sebluver
03-07-2003, 10:28 PM
I'm sorry to say this, but Lissa's image spacing guide doesn't help. All that does is show how to space "same" images. How do you make them different? Er...I'll have to show you an example. http://www.geocities.com/ladykatiesir/funlittlethings/pictures.html those are two seperate pictures, and I'm trying to get them to go next to eachother, with spaces between them. Help meh?

MaGiCSuN
03-07-2003, 10:45 PM
just this:

<img src="url here" border=0>&nb_sp;<img src="url here" border=0>

take out the _ between nb and sp, because if i left that away the code changes into a space, so you couldn't see the code.

also you forgot to close your <a href> tag, it hasn't got an </a> at the end.

Or you could put them in a table and let the border dissapear with border=0 code so that you don't see it :)

Love,
Mirna

sebluver
03-08-2003, 01:00 AM
Thankies!