Bulk Loading Promo Text Problem

We cannot bulk load promo text via .txt file.. If we have any html code on the promo text column it messes up the product page and moves the price down below the promo text..

Even if I go to the product admin page and manually enter the promo text under source code the system deletes have of the code..

Anyone got any ideas...

Here is the promo text we are trying to load bulk for over 30k products..

This design is also avaliable on a T-Shirt

You're missing a double-quote at the end of your alt attribute

alt="Airplane T-Shirt>

should be

alt=“Airplane T-Shirt”>

WOW... You don't even know how long I have stared at that line of code..

Thanks Tony...