blob: 95da846adf8ba9d05c8603e80154fa8d76631e6c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
<!DOCTYPE HTML>
<html>
<head>
<style>
th {
word-spacing: 0;
letter-spacing: 0;
text-transform: none;
text-indent: 0;
text-shadow: none;
line-height: normal;
white-space: normal;
word-wrap: normal;
}
</style>
</head>
<table width="100%">
<tr>
<th style="text-align: right">Text</th>
</tr>
</table>
</html>
|