i found this Meta Tag to remove the IE Image Toolbar... but where must i put this code to?
<META HTTP-EQUIV="imagetoolbar" CONTENT="no"">
Quote from: "hardlocke"i found this Meta Tag to remove the IE Image Toolbar... but where must i put this code to?
<META HTTP-EQUIV="imagetoolbar" CONTENT="no"">
Into the <head> section in template.html for every theme you use.
<HEAD>
<META HTTP-EQUIV="imagetoolbar" CONTENT="no"">
</HEAD>
okey, that's it!
thanks
and while you're at it: don't introduce syntax errors, it's<meta http-equiv="imagetoolbar" content="no">
(There's no such thing as "double double quotes", and you shouldn't use UPPER CASE for html-tags).
GauGau