2017-06-15 40 views
0

我需要删除该图像形成框架和我想这代码,但没有奏效如何删除图像形成框架

.trevda-wide img { 
 
    margin-left: auto; 
 
    margin-right: auto; 
 
    display: block; 
 
    max-width: 100%; 
 
    display: none !important; 
 
}

这是该网站的链接 http://saledirection.com/aldfsj.html the image

+0

'display:none'也许 – mkaatman

+0

在你的问题中包含HTML;该页面不显示图像。 [见截图](http://imgur.com/pfMeBHG.png) –

+0

我试了一下,但没有工作 –

回答

0

是你要删除的图片是这张图片吗? enter image description here

如果这样,那么你可以把display: none而不是display: block.trevda-wide imgenter image description here

它在这里工作,但如果它在某种程度上没有工作,尝试把display:none!important;这将确保图像显示为none