Jump to content

marderiii

Members
  • Posts

    4
  • Joined

  • Last visited

Posts posted by marderiii

  1. Just adjust the margins in the stylesheet:img { margin:0; }
    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. i also get a space vertically when i use <br /> how can i stop that?
    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...