Advanced search  

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

Pages: [1]   Go Down

Author Topic: How to remove the InternetExplorer Image Toolbar?  (Read 3400 times)

0 Members and 1 Guest are viewing this topic.

hardlocke

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 35
How to remove the InternetExplorer Image Toolbar?
« 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"">
Logged

DaMysterious

  • Contributor
  • Coppermine frequent poster
  • ***
  • Country: nl
  • Offline Offline
  • Gender: Male
  • Posts: 404
  • My CPG Recources
    • My CPG Recources
Re: How to remove the InternetExplorer Image Toolbar?
« Reply #1 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>
Logged
DaMysterious.

hardlocke

  • Coppermine novice
  • *
  • Offline Offline
  • Posts: 35
How to remove the InternetExplorer Image Toolbar?
« Reply #2 on: November 17, 2003, 12:57:04 pm »

okey, that's it!

thanks
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
How to remove the InternetExplorer Image Toolbar?
« Reply #3 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
Logged
Pages: [1]   Go Up
 

Page created in 0.025 seconds with 19 queries.