How to remove the InternetExplorer Image Toolbar? How to remove the InternetExplorer Image Toolbar?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

How to remove the InternetExplorer Image Toolbar?

Started by hardlocke, November 17, 2003, 11:01:46 AM

Previous topic - Next topic

0 Members and 2 Guests are viewing this topic.

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"">

DaMysterious

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>
DaMysterious.

hardlocke


Joachim Müller

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