function printDiv(e){var divToPrint=document.getElementById(e);newWin = window.open("", "printwin"); newWin.document.write(divToPrint.innerHTML); newWin.print(); newWin.close(); } #therecipewiz {width:95%; padding:8px;} #therecipewiz{border:#E1E1E1 solid thin;}#therecipewiz #printbutton{float:right; cursor:pointer; margin:-8px 0px 0px 0px;} #therecipewiz #rechead img{float:left; margin:0px 8px 0px 0px;}#therecipewiz #recbody{padding:0px 30px 0px 30px;}#therecipewiz div.title{ font-size:18px; font-weight:bold; margin:5px 0px 1px 0px; padding:0px;}#therecipewiz div.byline{ font-size:12px;}#therecipewiz
Continue Reading >