Oder setze das Bild so ein:
Delphi-Quellcode:
const
bgimg = '
http://www.delphipraxis.net/templates/DPClassicBlue/images/logo_right_birthday.gif';
begin
WebBrowser.OleObject.Document.body.style.backgroundImage := Format('
url(%s)', [bgimg]);
end;
Grüße vom marabu