How to add title of link as a alt of img. using regex and in dreamweaver?
Posted
by Jitendra vyas
on Super User
See other posts from Super User
or by Jitendra vyas
Published on 2010-03-27T10:45:44Z
Indexed on
2010/03/27
10:53 UTC
Read the original article
Hit count: 300
dreamweaver
|regex
How to add title of link as a alt of img. using regex and in dreamweaver. I have to do in a large document. and in multiple files
Before
<a title="Whatever is written here" href="#" target="_blank">
<img width="14" height="14" src="#" /></a>
after
<a title="Whatever is written here" href="#" target="_blank">
<img width="14" height="14" src="#" alt="Whatever is written here" /></a>
© Super User or respective owner