This needs more information. The Support Center modules should all have <div> IDs in recent versions (4.3+). Is there a particular area that doesn't?
Talked to Dan and here's some more details that may help.
* This is our (WGM) Support Center we're pulling the source from. view source on
http://cerberusweb.com/support/. that table doesn't have an id.
<body>
<div>
<div align="center"><img src="/support/resource/usermeet.core/images/_wgm/logo.gif" alt="Logo" border="0"></div>
</div>
<table cellpadding="5" cellspacing="0" border="0" width="100%" align="center">
<tr>
Can I make a suggest re the Support Center index template to better allow for customisations using the header and footer html.
At the moment, they're wrapped within the content of the index template, making it difficult to build your own wrapper around the support center - eg open a div in the header and then close it in the footer.
At the moment the header_html is wrapped in a div, and the footer_html is in the middle of a table.
I would suggest:
In cerb4/plugins/usermeet.core/templates/portal/sc/module/index.tpl
Remove the div around $header_html on lines 24-26
Move $footer_html on lines 86-90 to after the closing table tag on line 98 and not have it within a table, but just as a block of html.
There's no need to wrap header_html and footer_html in divs within the template.
Thanks.
^^^ Darren's thread where he brought this up (for updating progress)
http://www.cerb4.com/forums/showpost.php?p=13677&postcount=1