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

News:

CPG Release 1.6.28
added submissions from {406man}
cleaned up a few PHP (8.4) deprecations
fixed PHP deprecation in calendar
removed security vulnerability
(please upgrade when possible)

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 1 Guest 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