From: Alexis O'C. <ale...@co...> - 2005-07-14 08:17:42
|
Brian Peter Clark wrote: > Do you want a standard format for <h2></h2> etc? > > For example: > > h2.1 > h2.2 > > headingtwo.1 > headingtwo.2 > > heading_two.1 > heading_two.2 > > page.h2.1 > page.h2.2 > > page.headertwo.1 > > para.h2.1 > > Regards, > > Brian > > You shouldn't be adopting a markup-oriented approach, but a semantic / content oriented one. Seperation of presentation from content is a basic principle. If the template currently says: <h2>Messaging Room</h2> You should put something like ... messaging.room=Messaging Room ... in the (English) properties file, and leave behind ... <h2><localise id="messaging.room" /></h2> ... in the template. Let the template handle the markup / presentation concerns. Alexis |