Using External Images

Posted in: Newspaper
Post count: 20

Hi

I don’t know if it is wordpress or the theme that is adding style to an external image but it stops the images from showing.

This is the style that is added

style=”display: none ! important;”

instead of
<img src=

I get

<img style=”display: none ! important;” src=

Any thoughts or work around to make these external images to work? I need them for external ad images.

Thanks

Post count: 22421

Hi,

Please provide a link to your site pointing at one of these images so I can figure out where the style comes from

Thank you!

Post count: 20

The site is local on my computer right now I will post a link when they site goes live next week.

Thanks

Post count: 20

Bogdan

This is the link, the table to make the image align right is to the right of the About subheading

http://e2commerce.wpengine.com/att-u-verse/

Post count: 22421

Hello,

It seems like your image has it;s own css and a display:none property set directly on the image, not coming from the theme: http://screencast.com/t/bHRtvZJZ
Please check your html code and check to see if any css is set inline. Search for display:none and change it to display:block

Thank you!

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.