On Tue, Nov 18, 2008 at 9:10 AM, Alex Bernier <[EMAIL PROTECTED]> wrote: > On Mon, Nov 17, 2008 at 03:53:21PM +0100, Platonides wrote: > [...] >> > I think it would be easy for the majority of >> > the new tags I want to add, but it would be more difficult for some of >> > them. >> > For example, I need to improve the headings possibilities of the Wikitext. >> > For the moment, it is limited to 5 levels. I need potentially infinite >> > imbrications, like this: >> >> Not hard to extend === Title === or <h1>, <h2>... >> However, hotml doesn't provide infinite headings, that's why there's >> such limitation. > > Yes, HTML print would be a problem... > Where can I add tags <h7> <h8> ... <hn> ?
It has to be pure html? HTML+CSS can do that. <h7> can be <h6 class="header7"> <h8> can be <h6 class="header8"> ... -- -- ℱin del ℳensaje. _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
