If
To create more advanced tables, special tags can be used that can accept class and style attributes for managing appearance. To create an advanced table use the following syntax:
is true why does this WikiDot page content
[[table class="index"]]
[[table]]
[[row]]
[[cell class="name"]]
[[# charles-lee-jackson]]
Charles Lee Jackson
[[/cell]]
[[cell class="links"]]
| **[[[lasfs | LASFS]]]** |
[[/cell]]
[[/row]]
[[row]]
[[cell class="name"]]
[[# carl-jacobi]]
Carl Jacobi
[[/cell]]
[[cell class="links"]]
| **[[[mfs | MFS]]]** |
[[/cell]]
[[/row]]
produce this HTML
<table> <tr> <td><a name="charles-lee-jackson"></a><br /> Charles Lee Jackson</td> <td>| <strong><a href="/lasfs">LASFS</a></strong> |</td> </tr> <tr> <td><a name="carl-jacobi"></a><br /> Carl Jacobi</td> <td>| <strong><a href="/mfs">MFS</a></strong> |</td>
with absolutely no class?
Sorry, couldn't resist that…
I have the following at the top of the page:
[[module CSS]]
table.index {border-style:none;}
td.name {vertical-align:top;text-align:left;width="33%";}
td.links {vertical-align:top;text-align:left;}
a:link {color:blue;text-decoration:none;}
a:visited {color:fuchsia;text-decoration:none;}
a:hover {color:red;text-decoration:none;}
[[/module]]
Thanks for any and all help.
Jack Weaver Fanac Fan History Project