On 11/22/06, Barney Carroll <[EMAIL PROTECTED]> wrote:
I have a particular design where I want to put a <br/> inside an h3 element - now I know that in theory brs are redundant when using paragraph (or is it phrase?) elements, because they happen between one and the next. Is it inherently wrong to do this though? I can't help feeling like I'm doing something very sneaky.
Why are you doing it? If it is just to achieve a particular visual effect, then that belongs in the CSS - wrap a span around the words you want to break and set display: block. If it is to convey a semantic relationship, I'd suggest there may be a better way of marking them up than just an h3. ******************************************************************* List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm Help: [EMAIL PROTECTED] *******************************************************************
