Quote:
Originally Posted by kokotitokoko
The idea of this product to maintain the links on the image
Example: Click here to download the above image

If we do enlarge the picture will turn into a link
The repealed link Click on the image for download
Existing products are doing this, but links will be removed
---
add to fix Internet Explorer 7
headinclude TEMPLATE
PHP Code:
<meta http-equiv="X-UA-Compatible" content="IE=7" /> <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
|
I added those to my headinclude but it still is defaulting to 400px wide (what I changed the 100px to) and does not enlarge. In regards to shrinking, it does shrink but only seems to shrink it after I right-click to view the properties of the image to see the pixel width.
Edit:
If I add those two lines into my headinclude, it REALLY messes up my templates. Please see the screenshot. This started immediately after adding the two lines into my headinclude and then went away as soon as I removed the code.