My images have been styled as display: none
-
At some point when I updated to WP 2 I lost some of the images on my pages. I noticed it especially with some ad banners I want to run. Instead of
<img src="/wp-content/images/Ads/YDWsnark_415.gif" class="centered" width="415" height="53" border="0" alt="Get your snark at the YDW Store" />
when the page is rendered it turns into
<img style="display: none;" src="wp-content/images/Ads/YDWsnark_415.gif" class="centered" alt="Get your snark at the YDW Store" border="0" height="53" width="415">
Does anyone have any idea why this may be happening? I’ve looked at all the code for my site (including extensions) and can’t figure out where the code is being changed.
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘My images have been styled as display: none’ is closed to new replies.