makes sense.
i'm using style information in some properties, this for example
will render all my error messages in style "errorText".
i guess it's more a question of responsibility. do i want to mix style with text information? i'd personally think it's okay up to a certain level.
but if your application is really "content driven", then
you should rather go for something more CMS-like (content management system). which means: persist text and its formatting in the database, not in a property file.
makes sense?
;-)
jan