Here's the table start at the bottom of the header template: <table cellpadding="0" cellspacing="0" border="0" width="961" align="center"> <tr valign="top"> <td class="page_left"><img src="misc/left.jpg" style="width: 10px; height: 459px;" alt="" border="0" /></td> <td width="100%" class="page1"> <!-- content table --> $spacer_open Code (markup): Then of course IE at this point loads nothing until ALL the content is loaded including the </table> in the footer template: $spacer_close <!-- /content area table --> </td> </tr> </table> </td> <td class="page_right"><img src="/misc/right.jpg" style="width: 9px; height: 459px;" alt="" border="0" /> </td> </tr> </table> Code (markup): My question can this table be tuned to enable progressive rendering in IE OR how can the table be replaced with CSS? Thanks,
Not sure I understand the question. IF I am understanding you right you would just use divs. I don't see anything out of what you posted that can't be converted easily over to a css layout.