背景画像の「スタイル」属性を持つ div があります。次のものが引き戻されます。
background-image: url("<img alt="" src="/mysite/imagegallery/PublishingImages/Gallery/image.png" style="BORDER:0px solid;" />"); background-attachment: scroll; background-repeat: no-repeat; background-position-x: 0%; background-position-y: 0%; background-color: transparent;
以下を削除したいと思います
/mysite/imagegallery/Images/Gallery/image.png
これができたら、JS を記述してスタイル属性を置き換えることができます。
どんな助けでも大歓迎です。