User:Gekacheka:scratch: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
mNo edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
<css>table.trial { border: 1px solid red; } </css> | |||
<nowiki><css> | <nowiki><css> | ||
table.trial { border: 1px solid red; } | table.trial { border: 1px solid red; } | ||
</css></nowiki> | </css></nowiki> | ||
<css><style type="text/css">table.trial td { border: 1px solid green; }</style></css> | |||
<table class="trial"> | <table class="trial"> | ||
<tr> | |||
<th/> | <th></th> | ||
<th>Col1</th> | <th>Col1</th> | ||
<th>Col2</th> | <th>Col2</th> | ||
</tr> | |||
<tr> | |||
<th>Row1</th> | <th>Row1</th> | ||
<td>Data 1 | <td>Data 1.1</td> | ||
<td>Data 1 | <td>Data 1.2</td> | ||
</tr> | |||
</table> | </table> | ||
< | How is the PageCSS <css> tag supposed to work? | ||
Latest revision as of 19:28, 5 November 2006
<css>table.trial { border: 1px solid red; } </css>
<css> table.trial { border: 1px solid red; } </css>
<css><style type="text/css">table.trial td { border: 1px solid green; }</style></css>
| Col1 | Col2 | |
|---|---|---|
| Row1 | Data 1.1 | Data 1.2 |
How is the PageCSS <css> tag supposed to work?