There is a page with this code:
<div class="team" style="float: right; background: url('//site.com/img/teams/CPW.jpg?1452774441')"></div> How can I pull a picture and then insert it into the GridView? So I tried to do something, but I think this is the wrong approach.
Elements teamPics = doc.select("background|url");
select. - Vladyslav Matviienkoselectwhole style, and using regular expressions - rip out the background url from the style already - Vladyslav Matviienko