I tried the following two options in the footer area:
Code:
<?php bfa_widget_area('name=My Footer Widget&cells=4&align=2&before_widget=<div id="%1$s" class="my-footer-widget %2$s">&after_widget=</div>'); ?>
Code:
<?php bfa_widget_area('name=My widget area&cells=4&align=1&align_2=9&align_3=7&width_4=700&before_widget=<div id="%1$s" class="header-widget %2$s">&after_widget=</div>'); ?>
Code:
Validation Output: 1 Error Line 340, Column 135: document type does not allow element "table" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag …"table-layout:fixed;width:100%" cellpadding="0" cellspacing="0" border="0"><tr> ✉ The mentioned element is not allowed to appear in the context in which you've placed it; the other mentioned elements are the only ones that are both allowed there and can contain the element mentioned. This might mean that you need a containing element, or possibly that you've forgotten to close a previous element. One possible cause for this message is that you have attempted to put a block-level element (such as "<p>" or "<table>") inside an inline element (such as "<a>", "<span>", or "<font>").