Got more questions? Find advice on: ASP | SQL | XML | Windows
Welcome to RegexAdvice Sign in | Join | Help

Re: alt tag search / relpace in Dreamweaver

  •  04-27-2007, 11:50 AM

    Re: alt tag search / relpace in Dreamweaver

    I don't own Dreamweaver, but I'll try to help you anyway. Try

    (<img\b[^>]*?\salt\s*=\s*"[^"]*)

    in the find field and

    $1 | appended text here

    in the replace field. This should also work, if the alt attribute comes after an href attribute.

    Filed under: , , , ,
View Complete Thread