my page is structured like this:
<body>
<a href="...">
<img src="..." height="160" width="261">
<img src="..." height="160" width="160">
</a>
</body>
- what's the best way to make these two pictures exactly in the middle (next to each other) for every device?
- is it possible to do without an additional div?
- please don't ask me to use tables
thanks in advance