This is a clean install of D7 beta 4
I try to use my own promo block not boonex promo block.
I log into admin
I tried to upload my own custom image instead of the promo block there was absolutely nothing.
Nothing appears on the index page. Nothing.
I log into admin and use the html option in the promo block editing and add
<p><div align="center"><img width="800" src="/sa.gif" alt="social" height="230" title="athens" /></div></p>'
I save
Go to the index page and nothing.
I Ctrl+F5 and nothing
Sooooo I examine the code in the cache file:
'custom_promo_code' => '<p><img title=\\"athens\\" src=\\"/sa.gif\\" alt=\\"social\\" width=\\"1233\\" height=\\"405\\" /></p>',
I replace the existing code with :
'custom_promo_code' => '<p><div align="center"><img width="800" src="/sa.gif" alt="social" height="230" title="athens" /></div></p>',
All better now. So I shall do the same in the database as I did for the cache.
Best
Paul