Elxis CMS Forum

Support => General => Topic started by: xmanhattan on April 13, 2012, 10:53:49

Title: content comments error in html and css code
Post by: xmanhattan on April 13, 2012, 10:53:49
Hello,

I have activated content comments for facebook and noticed an empty 2 column boxes on one of my pages.
see http://www.bournias.net/business/expert-witness-litigation-support-services/expert-witness-industry-experience.html (http://www.bournias.net/business/expert-witness-litigation-support-services/expert-witness-industry-experience.html)

After using firebug I found the following:
Code: [Select]

<div id="tabs" class="ui-tabs ui-widget ui-widget-content ui-corner-all">
<ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all">
<div id="tabs-1" class="ui-tabs-panel ui-widget-content ui-corner-bottom">
<div id="fb-root" class=" fb_reset">
<div style="position: absolute; top: -2000px;">
<iframe id="fb_xdm_frame_http" name="fb_xdm_frame_http" src="http://static.ak.facebook.com/connect/xd_arbiter.php?version=4#channel=f2efdfacb584e8&origin=http%3A%2F%2Fwww.bournias.net&channel_path=%2Fbusiness%2Fexpert-witness-litigation-support-services%2Fexpert-witness-industry-experience.html%3Ffb_xd_fragment%23%3F%3D%26xd_sig%3Df206e76c9b3a3dc%26&transport=postmessage">
<html>
<head>
<body>
</html>
</iframe>
<iframe id="fb_xdm_frame_https" name="fb_xdm_frame_https" src="https://s-static.ak.facebook.com/connect/xd_arbiter.php?version=4#channel=f2efdfacb584e8&origin=http%3A%2F%2Fwww.bournias.net&channel_path=%2Fbusiness%2Fexpert-witness-litigation-support-services%2Fexpert-witness-industry-experience.html%3Ffb_xd_fragment%23%3F%3D%26xd_sig%3Df206e76c9b3a3dc%26&transport=postmessage">
<html>
</iframe>
</div>
</div>


It looks like there are some unnecessary html code being displayed.  I tried setting border style to none for tabs and tabs-1 but it does not stop the boxes from being displayed.

Also, is there a way to add content comments in between blogs?

Advice?