I am trying to make an ascii map, and I have wrapped it in a div with the id "map". What CSS do I need to eliminate this whitespace between lines:
######
#00000#
#00000#
######
With bigger maps, it makes them appear much taller than they are wide. For example, that mini map is 6X4, but it looks like it is slightly taller than it is wide, not sagnificantly shorter, becuase of whitespace between lines. Is there any way to fix this?