tedd wrote:
I think a <div> would work just as well -- <span> seems so old-world to me. :-)
The span element is in no way old-world. Spans and divs are two different things with different goals. A div is a block-level element, whereas spans are inline. Spans are intended for stylistic changes that span a chunk of text within a block. Divs are intended to describe the block.
Not really relevant to the discussion, but worth pointing out. -Stut -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php