As a followup - The only changes made to PunBB have been to the Oxygen.css style sheet at the following section:
original
/****************************************************************/
/* 5. VERTICAL AND PAGE SPACING */
/****************************************************************/
/* 5.1 Page margins */
HTML, BODY {MARGIN: 0; PADDING: 0}
#punwrap {margin:12px 20px}
modified:
/****************************************************************/
/* 5. VERTICAL AND PAGE SPACING */
/****************************************************************/
/* 5.1 Page margins */
HTML, BODY {MARGIN: 0; PADDING: 0}
#punwrap {margin:1px 1px}
body {
background-color: #0066cc;
And adding a table around the forum code in the main.tpl page to allow the page to look simiar to the rest of the site.
I have even reuploaded unmodified cascading style sheets and the default templates - and I still do not see the icons so I know it isn't something I did.
Any ideas why my icons at the left disappear with IE and firefox, but render fine in Opera???
I'm so close to going back to phpbb it isn't funny...