How to Get Rid of Tagged Photos
- 1). Open Notepad, click "File," go to "Open," select "Files of type" and select "All Files" in the drop down menu that appears. Now locate the html file whose photo tags you would like to alter.
- 2). Find the image tags that denote the web address of the photos. The image tag will appear as follows: <img src= "url" />.
- 3). Look for an alt tag located within the image tag. It will appear like this: <img src= "url" alt= "keywords" />.
- 4). Delete the alt tag, which describes the photo, effectively tagging it. Remove the alt elements so that the image tag simply looks like: <img src= "url" />.
- 5). Save the changes, close Notepad, open the html document in Internet Explorer and mouse over the image to see if the changes took effect. If they did, no text box will pop up.