# File lib/Borges/HTML/HtmlBuilder.rb, line 175
  def image_url_anchor(url, src, alt='')
    url_anchor(url) do 
      image(src, alt)
    end
  end