forum.coppermine-gallery.net

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?

Code: [Select]

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

Code: [Select]

<META HTTP-EQUIV="imagetoolbar" CONTENT="no"">


Into the <head> section in template.html for every theme you use.

Code: [Select]

<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
Code: [Select]
<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