Unstoppable Domains โ€” Expired Auctions

Batch HTML Detagger? (Alt Tags)

Spaceship Spaceship
Watch
Impact
0
I have thousands of HTML files with non-sense & useless ALT tags, generated by Photoshop CS 2 slicing.

Is there any way to batch remove all this ALT Tags? I tried a software called HTML Detagger but it seems it doesn't remove ALT tags, it can remove many other tags...

And How can I turn of Photoshop's auto ALT tagging?


Thank you !!!
 
0
•••
The views expressed on this page by users and staff are their own, not those of NamePros.
AfternicAfternic
"find and replace" in microsoft anything ;). btw, you need alt tags if you want your site to be xhtml valid.
 
0
•••
Don't know about turning it off in photoshop, but if you're running linux/bsd/cygwin, you can use the following one-liner in your shelll (or save it as a script for future use):

Code:
for i in *.html; do sed s/alt=\".*\"//g $i > $i.new; mv $i.new $i; done

Note that this is DESTRUCTIVE! It completely removed alt="......." from any file with a .html extension in the directory in which it is run. If you want to be safe, back up your files before running this.
 
0
•••
Dynadot โ€” .com TransferDynadot โ€” .com Transfer
Appraise.net
Domain Recover
NameMaxi - Your Domain Has Buyers
  • The sidebar remains visible by scrolling at a speed relative to the pageโ€™s height.
Back