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

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

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