Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

54
votes
10answers
17k views

jQuery/Javascript to replace broken images

I have a web page that includes a bunch of images. Sometimes the image isn't available so a broken image is displayed in the clients browser. How do I use jQuery to get the set of images, filter it ...
1
vote
1answer
153 views

Putting in “broken image” placeholders with Flying Saucer

I'm using Flying Saucer to generate PDF from HTML (so I'm using ITextRenderer, if that matters.) I would like to simulate something like what Webkit or Gecko put in when the image cannot be found - ...
1
vote
2answers
24 views

Moved website, now images broken

Unsure if this should be on here or serverfault so apologies if I'm wrong. I just moved my site from one folder to another on my server (what happened was, I was doing an update, which didn't quite ...
0
votes
1answer
58 views

DRUPAL broken images after enabling url rewriting

I turned on URL rewriting on Drupal, and some URL image are broken. For example : local/tw/sites/all/themes/tw/images/1-p1.jpg become local/tw/content/sites/all/themes/tw/images/1-p1.jpg or ...
0
votes
2answers
41 views

Images showing as broken when they shouldn't

I do not understand why the images on my site shows up as broken, if you could have a quick look at: http://www.lamcallum.com Is there someone that can solve this mystery? Any replies would be ...
0
votes
1answer
305 views

.PNG's breaking in IE 7 and 8, red x white border

we're working on a site for some really cool folks, it's here: http://journeyofaction.com it's a modified version of the 'wave' video-centric theme found on themeforest. they're uploading all their ...
0
votes
1answer
37 views

asp:ImageButton getting broken when loading debugging ASP.NET

Hi I have a imageButton and when I load IE 7, it shows a broken image for the picture, although when I go into Design in VS2010 it shows the picture. Here is the code: <asp:ImageButton ...
0
votes
1answer
46 views

What is the best method for locating missing images

I have got to sift through multiple websites and look for misssing images, the problem I am facing is that, they are very hard to find. Just looking through the code and comparing it to the image ...