Reply to thread

Aaaahh! That's annoying. I am upset now. :P But it turns out that any inline elements behave like this. Try:

[html]<body>

<p>

<img src="http://www.google.com/intl/en_ALL/images/srpr/logo1w.png" /><img src="http://www.google.com/intl/en_ALL/images/srpr/logo1w.png" />

</p>

</body>[/html]

and

[html]<body>

<p>

<img src="http://www.google.com/intl/en_ALL/images/srpr/logo1w.png" />

<img src="http://www.google.com/intl/en_ALL/images/srpr/logo1w.png" />

</p>

</body>[/html]


Back
Top Bottom