This improves the condition but not completely resolves it.
First why use an image tag? Your method:
renders this:
So why is this better (better == just one loading image) than my original way:
which renders this:
Don't get me wrong....it works your way. There is only one loading image but I can't see why one should work and the other not.
Secondly the loading image is centered horizontally but always, not matter what combination I try, vertically at the top. I would like it in the middle of the panel.
Thank You for your help with this
JB