Reklam gözükmeyen alanın div class etiketi td-g-rec td-g-rec-id-custom_ad_1. Reklamın düzgün olarak gösterildiği sayfadaki div class etiketi ise td-g-rec td-g-rec-id-content_inline. Çalışan css etiketindeki kodlar çalışmayana alınırsa, sorunun çözülebileceğini düşünüyorum.

Çalışan css kodu ;

img[Attributes Style] {
border-top-width: 0px;
border-right-width: 0px;
border-bottom-width: 0px;
border-left-width: 0px;
border-top-style: solid;
border-right-style: solid;
border-bottom-style: solid;
border-left-style: solid;
width: 728px;
}

Çalışmayan css kodu ;

element.style {
display: inline-block;
width: 728px;
height: 90px;
}

Buradaki inline-block sorun oluyor diye düşünüyorum.