coppermine-gallery.com/forum

Support => Older/other versions => cpg1.2 Standalone Support => Topic started by: hardlocke on November 17, 2003, 11:01:46 AM

Title: How to remove the InternetExplorer Image Toolbar?
Post by: hardlocke on November 17, 2003, 11:01:46 AM
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"">
Title: Re: How to remove the InternetExplorer Image Toolbar?
Post by: DaMysterious on November 17, 2003, 12:03:02 PM
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>
Title: How to remove the InternetExplorer Image Toolbar?
Post by: hardlocke on November 17, 2003, 12:57:04 PM
okey, that's it!

thanks
Title: How to remove the InternetExplorer Image Toolbar?
Post by: Joachim Müller on November 17, 2003, 08:55:40 PM
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