I tried to phase a html, i wanted to get the String in the div class like
<div class = "ContentGrid"> xxxxxxxx </div>
....some content
<div class = "ContentGrid"> xxxxxxxx </div>
....some content
<div class = "ContentGrid"> xxxxxxxx </div>
is it possible store all the string xxxxxxxx in ContentGrid in a array? thanks a lot