Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>It seems the problem is the URL for the broken image is actually not an image. Just go to this URL in a browser:</p> <p><a href="http://emilymagnuson.com/bobsoutdoorgoods/images/_ProductImages/Cycle/Novelty/timthumb.php.jpeg" rel="nofollow">http://emilymagnuson.com/bobsoutdoorgoods/images/_ProductImages/Cycle/Novelty/timthumb.php.jpeg</a></p> <p>PHP spits out the following error:</p> <blockquote> <p>Parse error: syntax error, unexpected T_STRING in /home/content/e/m/i/emilymagnuson/html/bobsoutdoorgoods/images/_ProductImages/Cycle/Novelty/timthumb.php.jpeg on line 57</p> </blockquote> <p>And <code>timthumb.php</code> seems to be a PHP script.</p> <p>Looking at the code in the site utself it seems like you have that link hardcoded for some reason:</p> <pre><code>&lt;!--ProductBox--&gt; &lt;div class="productbox" id="productbox"&gt; &lt;!--ProductImage--&gt; &lt;div class="productimage" id="productimage"&gt;&lt;a href="IndividualProductPages/Cycle/Novelty/ULockBelt.html"&gt;&lt;img src="images/_ProductImages/Cycle/Novelty/timthumb.php.jpeg" width="200" height="200" alt="ULock Belt" /&gt;&lt;/a&gt; &lt;/div&gt;&lt;!--EndProductImage--&gt; &lt;!--ProductDescription--&gt; &lt;div class="Productdescription" id="Productdescription"&gt;&lt;span class="lightparagraph"&gt;ULock Belt&lt;/span&gt;&lt;br /&gt; &lt;span class="darkparagraph"&gt; $55.00&lt;/span&gt; &lt;!--EndProductDescription--&gt; &lt;/div&gt; &lt;/div&gt; &lt;!--EndProductBox--&gt; </code></pre> <p>Seems like a simple image URL mistake on your part.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload