I've usually gone:
<h1>Thundering Pigs <span>a blog by Bob</span></h1>

Who knew you could do things different ways? ;)

I do something very similar, but using a colon:

<h1>Thundering Pigs<span>: a blog by Bob</span></h1>

CSS:
h1 span {display:block;text-indent:-.3em}

If the document is styled we get a line break *without* the colon and if it is unstyled we get the colon *without* the line break (and elements share the same font-size).

---
Regards,
Thierry | www.TJKDesign.com


*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: [EMAIL PROTECTED]
*******************************************************************

Reply via email to