Hi,
I have a page beginning by
"__NOTOC__ {| style="background:#F8F8FF; width:90%;" border="0" cellpadding="5" cellspacing="0" align="center" valign="middle"
| [[Image:dafw.gif]] | <strong>Recherche</strong> [[moteur]], [[annuaires]], [[autre]]
<font size="1"> (''Suche: Suchmaschinen, Kataloge, Sonstiges'') </font>"
But the fontsize doesn't change. I had a look at http://en.wikipedia.org/wiki/HTML_element#Official and tried for example <small>, but it does'nt work either, though <strong> or <b> works.
cheers
Klaus
That is because the MediaWiki code actively filters out all but a handful of HTML codes.
On 5/7/07, Klaus Becker colonius@free.fr wrote:
Hi,
I have a page beginning by
"__NOTOC__ {| style="background:#F8F8FF; width:90%;" border="0" cellpadding="5" cellspacing="0" align="center" valign="middle"
| [[Image:dafw.gif]] | <strong>Recherche</strong> [[moteur]], [[annuaires]], [[autre]]
<font size="1"> (''Suche: Suchmaschinen, Kataloge, Sonstiges'') </font>"
But the fontsize doesn't change. I had a look at http://en.wikipedia.org/wiki/HTML_element#Official and tried for example <small>, but it does'nt work either, though <strong> or <b> works.
cheers
Klaus
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Am Montag, 7. Mai 2007 21:59 schrieb Hans Voss:
That is because the MediaWiki code actively filters out all but a handful of HTML codes.
I have a book about Mediawiki which tells that <font> works. When I try it, it really works, but I can only get big fonts, but I need small fonts.
Klaus
On 5/7/07, Klaus Becker colonius@free.fr wrote:
Hi,
I have a page beginning by
"__NOTOC__ {| style="background:#F8F8FF; width:90%;" border="0" cellpadding="5" cellspacing="0" align="center" valign="middle"
| [[Image:dafw.gif]] | <strong>Recherche</strong>
[[moteur]], [[annuaires]], [[autre]]
<font size="1"> (''Suche: Suchmaschinen, Kataloge, Sonstiges'') </font>"
But the fontsize doesn't change. I had a look at http://en.wikipedia.org/wiki/HTML_element#Official and tried for example <small>, but it does'nt work either, though <strong> or <b> works.
cheers
Klaus
If you like:
<span style="font-size:80%">Some text that's only 80% usual height</span>
You can put this in a template, for example Template:Small would have:
<span style="font-size:80%">{{{1}}}</span>
then you could call it like this:
{{small|Some smallish text}}
Just some thoughts :)
-- Jim R. Wilson (jimbojw)
On 5/7/07, Klaus Becker colonius@free.fr wrote:
Am Montag, 7. Mai 2007 21:59 schrieb Hans Voss:
That is because the MediaWiki code actively filters out all but a handful of HTML codes.
I have a book about Mediawiki which tells that <font> works. When I try it, it really works, but I can only get big fonts, but I need small fonts.
Klaus
On 5/7/07, Klaus Becker colonius@free.fr wrote:
Hi,
I have a page beginning by
"__NOTOC__ {| style="background:#F8F8FF; width:90%;" border="0" cellpadding="5" cellspacing="0" align="center" valign="middle"
| [[Image:dafw.gif]] | <strong>Recherche</strong>
[[moteur]], [[annuaires]], [[autre]]
<font size="1"> (''Suche: Suchmaschinen, Kataloge, Sonstiges'') </font>"
But the fontsize doesn't change. I had a look at http://en.wikipedia.org/wiki/HTML_element#Official and tried for
example
<small>, but it does'nt work either, though <strong> or <b> works.
cheers
Klaus
MediaWiki-l mailing list MediaWiki-l@lists.wikimedia.org http://lists.wikimedia.org/mailman/listinfo/mediawiki-l
Can't reproduce it here. Which version of MediaWiki are you using?
mediawiki-l@lists.wikimedia.org