QUOTE(Holly1 @ Apr 25 2012, 03:55 PM)

I'm sorry but is it the two <td style><td style>=" types of code that need to be removed? I am honestly so ignorant to this that I don't want to make matters any worse. would correcting that, then also bring the yellow center image back to the correct place?
Sorry, the extra TD was me being sloppy when copy-pasting (corrected in my post above).
THIS is what you have.
CODE
<td style>="vertical-align: top; background-image: url(http://partyfavorwebsite.com/images/floralyellowlight.jpg);">
You close the TD (with >) directly after style.
CODE
<td style>
With me so far? What isn't in a tag is content. That's why the rest of it displays on the page and doesn't do what it's supposed to. All of it must be in the start tag for TD. It's all there, it's just that you inserted that extra ">" in the middle of it.
Like so.
CODE
<td style="vertical-align: top; background-image: url(http://partyfavorwebsite.com/images/floralyellowlight.jpg);">