0
首先,我承認我對HTML和CSS的知識非常有限。我很驚訝,我能夠首先創建一個網站。打印樣式表故障
在我的搜索引擎優化工作中,我意識到我需要一個適合我的網站的打印版本。我已經能夠隱藏我不想打印的元素(圖片,臉譜/ pinterest /博客按鈕等),但我無法通過兩件事。
我希望我的標誌/標題在可打印頁面上小得多。
我無法擺脫我的導航(邊欄)佔據左側的空間。顯然,僅僅隱藏它是不夠的?
我的網站是www.minnesotamarryingman.com,如果你把它打印出來,你可以看到大高於需求,是頭和左側大量列。
這裏是我有我的print.css ...
#header {width:128; height:29;}
#body {margin:0; padding:0; float: none; line-height: 1.4em; word-spacing:1px; letter-spacing:0.2px; font: 16px Arial, Helvetica,"Lucida Grande", serif; color: #000;}
div#sidebar{display: none}
div#pinterest{display: none}
div#pinterest1{display: none}
div#facebook{display: none}
div#blog{display: none}
div#picture1{display: none}
div#picture2{display: none}
div#list{display: none}
可有人請幫我看看,我要去哪裏錯了嗎?