That didn't work. I couldn't get anything to show up when I was trying an image. I tried just the word "testing" in a text widget, and it showed up, but not where I want it. It appeared under my category menu bar.
I want it above all of the content, above the container itself, not above the sidebars and center column.
Also, remember we modified the header so I'd have 3 cells?
EDIT:
OK, I think I have it. I put it here:
Code:
<body<?php echo ($bfa_ata_html_inserts_body_tag != "" ? ' ' . apply_filters(widget_text, $bfa_ata_html_inserts_body_tag) : ''); ?>>
<?php echo ($bfa_ata_html_inserts_body_top != "" ? apply_filters(widget_text, $bfa_ata_html_inserts_body_top) : ''); ?>
<?php // Widgetize the New Widget Area:
if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar(3) ) : ?>
testing
<?php endif; ?>
Should that be OK?
EDIT 2:
Well. It worked, sort of. I had to take it down because our new edition is published tonight, so I can't have the page looking weird right now. What happened was that the images did show up, but when the page first loaded, the image was all the way to the left, outside the structure of the page. When the next image in the slideshow loaded, the whole thing popped back up top where it's supposed to be, and ran OK after that. I assume I need some kind of div there to hold it in place?