這應該很容易,但是考慮處理大腦霧。中心表和HTML頁面中的文字 - 垂直和水平
試圖建立一個網頁,顯示的文字在頁面中心[縱向/橫向]
<html>
<head>
<title>Application error</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
</head>
<body>
<table>
<tr>
<th style="background-color:#FFFFFF;vertical-align: central">
This should be center of page vertcally/horizontally
</th>
</tr>
</table>
</body>
</html>
的內容是在中心對準,但是就在頁面的頂部 - horizonatlly中心,但垂直方向。
[嘗試尋找名爲'腦凍結'的標籤,但不能。也許管理員可以把一個這樣的情況下]
看到我更新的答案... –