[Mediawiki-l] Question about some html tags

Dan Davis hokie99cpe+wiki at gmail.com
Sat Oct 28 00:20:37 UTC 2006


On 10/27/06, Nassim Hasan <nassim.hasan at arcor.de> wrote:
>
> Hello,
>
> is there any way to make the mediawiki understand the tags <tbody>
> <tfoot> <thead>. This is the table i created with Dreamweaver:
>
> http://www.24-inside.de/Test.html
>
> Now i am trying to find a way to get this thing into a MediaWiki Page.
> Can anyone help me?
>

Works just fine for me if I wrap it in <html> tags...

In fact, I did this on my install:

<html><link href="http://www.24-inside.de/index.css" rel="stylesheet"
type="text/css" />
<table summary="24: The Game (Original Game Score)">
<!-- The Rest of your table code -->
</table>
</html>

And it rendered just as it was on your site.

Dan



More information about the MediaWiki-l mailing list