David Morris wrote:
> Can someone please tell me why the following two frames are not the same
> size?
> <span style="width:50px; height:50px">
> <iframe height="100%" width="100%" src="http://www.subway.com"></iframe>
> </span>
<span> is an inline element and thus:
(a) Does not have height or width that can be influenced by CSS (at least
without making it a block)
(b) Can not, in HTML, hold a <div> element.
http://validator.w3.org/ is your friend.
--
David Dorward <http://blog.dorward.me.uk/> <http://dorward.me.uk/>