jana coyle wrote: > Is there any other way to make the text just stay put, short of > making the header an image.
> http://www.precisemessenger.com/private/header.html Add... .subtitle {white-space: nowrap;} ...and it won't break. You can of course also put non-breaking spaces - /   - in between words, to keep them together. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
