>> Out of curiosity, is a logo <img> at the top of the page more semantically >> correct when wrapped in a <p> than when it's just on it's own (ie. not >> wrapped in anything other than, say, a 'header' <div>)?
Easy! A <p> tag is supposed to hold a paragraph of text. If it is only holding an image, then there is no need for the surrounding <p> tag. Some people (including myself) feel uncomfortable with the <img> floating by itself, so wrapping it in a <div id="header"> or something is a nice alternative. -- Matt Fellows http://www.onegeek.com.au/ ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
