Hi everyone does anyone know a script or how to place meta tags within a picture image unlike placing into a header or within a website. If you can help me out that be great Thanks.
Images don't use <meta> tags. I'm not even sure if it's possible to force add them, even if you did no search engine would parse them, so their use would be lost anyway.
You can use the alt attribute in the img tag to describte the pictu0re. Example: <img src="pathtoimage.extension" alt="description"> Code (markup):
Actually, you should use the title tag, alt should be used for: "For user agents that cannot display images, forms, or applets, this attribute specifies alternate text."