- From: Maurice Carey <maurice@thymeonline.com>
- Date: Tue, 08 May 2007 10:01:58 -0400
- To: HTML Working Group <public-html@w3.org>
On 5/3/07 3:18 PM, "Tina Holmboe" <tina@greytower.co.uk> wrote: > > On 3 May, Jeff Cutsinger wrote: > >>> And if a user hits the "centered text alignment" button, should it >>> also wrap a nice <center> around it? And if they want to change font, >>> should it just stick a <font> element in the code? >> >> What are you suggesting? > > At a guess, that the editor would identify which piece of content was > due to be centered or font-i-fied, and change the corresponding style? Going too deep into this idea...... ... If I were building an advanced editor... that allowed inserting and styling of divs and stuff like that and the user selected a paragrah (<p> not just the text inside it) and hit [center] I would have margin:auto applied to the <p>. If they selected the text inside the <p> I'd set <p style="text-align:center"> If for some reason they had a single paragraph with a bunch of breaks (shift+return) and highlighted some of the lines in the middle of the paragraph and hit [center] I'd put a span around the selected content with text-align center style. -- :: thyme online ltd :: po box cb13650 nassau the bahamas :: website: http://www.thymeonline.com/ :: tel: 242 327-1864 fax: 242 377 1038
Received on Tuesday, 8 May 2007 14:02:11 UTC