From: Brian P. C. <bm...@bm...> - 2005-07-14 14:31:51
|
> 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 > > > > Thank you - most sensible. I just asked because para.x with a p might just have had some relationship with <p> (in a non- semanticish sense). (And, like God, Bodington sometimes works in mysterious ways...) 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 > > > ------------------------------------------------------- > This SF.Net email is sponsored by the 'Do More With Dual!' webinar happening > July 14 at 8am PDT/11am EDT. We invite you to explore the latest in dual > core and dual graphics technology at this free one hour event hosted by HP, > AMD, and NVIDIA. To register visit http://www.hp.com/go/dualwebinar > _______________________________________________ > Bodington-developers mailing list > Bod...@li... > https://lists.sourceforge.net/lists/listinfo/bodington-developers > |