Mobile app version of vmapp.org
Login or Join

Login to follow query

More posts by @Lee3735518

1 Comments

Sorted by latest first Latest Oldest Best

 

@Dunderdale640

ok, the problem lies in the generated html. I cannot diagnose exactly, but I suspect it has generated a big table with nested tables with all this OR lots of relatively positioned divs. posting the html will help troubleshoot, but you can start by placing this on your html between <head> and </head>

<style>
img{display:block;}
</style>


That might help get rid of the spaces around images.

A better way to achieve what you want is by using an image map with one big image with linked "hotspots" on it.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme