PDA

View Full Version : Disableing Image ToolBar


Cool-August
01-27-2005, 04:49 PM
How do you disable the Image Toolbar that comes up when you put your cursor over the image?
Any help would be most appreciated, August.

IKLOP
01-27-2005, 05:22 PM
two ways, if you want to remove it for just one image, add GALLERYIMG="no" to the img tag. If you want to remove it for all images on a page put <META HTTP-EQUIV="imagetoolbar" CONTENT="no"> in side your head tags.

Cool-August
01-27-2005, 09:29 PM
Thanks.