Jump to content

marderiii

Members
  • Posts

    4
  • Joined

  • Last visited

marderiii's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. That's what I have: <head><title>Map</title><style type="text/css">img{border: 0px;margin: 0px;}</style></head> But there are still spaces.
  2. Me too; I tried the style tags above, but they didn't seem to make a difference. I can get rid of the space between images on a line, but how about between images above and below each other?
  3. The code below displays some simple square images -- however, there are spaces between the images... how can I get rid of them? <html><head><title>Map</title></head><body><body bgcolor="black"><img src="grass10-10.gif"><img src="grass10-10.gif"><img src="grass10-10.gif"><img src="grass10-10.gif"><img src="grass10-10.gif"><img src="grass10-10.gif"><img src="grass10-10.gif"><img src="grass10-10.gif"><img src="grass10-10.gif"><img src="grass10-10.gif"><br><img src="grass10-10.gif"><img src="grass10-10.gif"><img src="grass10-10.gif"><img src="grass10-10.gif"><img src="grass10-10.gif"><img src="grass10-10.gif"><img src="grass10-10.gif"><img src="grass10-10.gif"><img src="grass10-10.gif"><img src="grass10-10.gif"></body></html> test
×
×
  • Create New...