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

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

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