right now I have <link type="text/css" rel="stylesheet" media="all" href="/plugins/cometchat/cometchatcss.php" />
<script type="text/javascript" src="/plugins/cometchat/cometchatjs.php" charset="utf-8"></script> in the custom code in the top slot After <head>
that causes the chat room to show up in the bottom right corner of the template and the chat area opens on top of the content, which is perfect.
When I put the new code in After <head> I get an error - cannot redeclare headers
I'd like it to show where it already is - just not sure how.