Hi Ryan,
Try this:
<html>
<head>
<style>
.verticaltext {
writing-mode: tb-rl;
filter: flipv fliph;
}
</style>
</head>
<body>
<table border="1">
<tr>
<td><div class="verticaltext">This is Vertical Text</div></td>
<td><div class="verticaltext">This is another Vertical Text</div></td>
<td>This is NOT Vertical Text</td>
</tr>
<tr>
<td>4</td>
<td>5</td>
<td>6</td>
</tr>
</table>
</body>
</html>
Hope this helps,
Erik
<-- My sport: Boomerang throwing !!
!! Many Happy Returns !! -->