Uwe Baumbach wrote: > Hi, > > I need some advice for adding HTML text to every page. > MW 1.13.2 > > In MediaWiki:Common.css we already prepared style so only remains to add > some static <div> ... </div> text to the skin. > > We want to avoid changing skin code itself. > > Where ist the best place to do this ? > MediaWiki:Common:js ? > > When there: is somewhere a template or pattern how to do this the > correct way with JavaScript? > > Thank you. > > Uwe (Baumbach) > [EMAIL PROTECTED]
If you need to apply a CSS to all the pages you don't need a div for that. You need to make a better CSS selector. _______________________________________________ MediaWiki-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
