I noticed that a templat I'm creating for myself wasn't expanding the full 100% of the screen while viewed with Opera. I used "margin: 0" in the body style which eliminates the padding around the body of a page in both Internet Explorer and Mozilla 1.1 but not Opera. After looking around Opera's site I found that they don't support the margins:0 setting but instead require the padding to be set to 0 pixels, "padding:0px".<br /><br />Just thought I'd share. <img src="/forum/images/icons/smile.gif" alt="" />