0
在下面的代碼中,使用顯示的html代碼生成一個證書.ie,這個html會在稍後轉換爲pdf等等。我的問題是當html頁面打印出來後,總是出現在肖像模式。可以任何一個讓我知道如何通過在html的變化,CSS代碼在橫向模式下獲取htmlpage
<body>
<div style='text-align:center;background-image: url(merit);background-repeat:no-repeat;width:1650px;height:900px;padding-top:340px;font-family:\"Times New Roman\";'>
<font style='font-size:90px;color:#122229;'>Certificate of merit</font><br/>
<font style='font-size:35px;color:#212219;'>Awarded to </font><br><br>
<font style='font-size:45px;color:#3f3c32;'><b>Tom</b></font><hr color='#666666' style='width:600px;'><br/><br/>
<font style='font-size:60px;color:#993399;'>for the position</font><br/>
<font style='font-size:60px;color:#3f3c32';>Mnnager </font><br/><br/>
<font style='font-size:30px;color:#564782';>12-Feb-2010</font><hr color='#fffff' style='width:400px;'><br/>
</div>
</body>