Hi Experts,
I am trying to get some data from this HTML field [TABLE="border: 0, cellpadding: 0, cellspacing: 0, width: 165"]
[TD="width: 220"]<div class="col-sm-9 col-md-9 col-xs-12 pade_none kohub_space_headings">[/TD]
<h2>Impact Hub Honolulu</h2>
[/td]<div class="col-xs-12 pade_none verified_date_rs">
[/td]<div class="verified_icon_rs"><img src="https://coworker.imgix.net/template/img/space/img_verified_green_arrow.png">Verified</div>
[/td]<div class="date_joined_rs"><img src="https://coworker.imgix.net/template/img/space/date_icon_rs.png"><span>Joined October 2017</span></div>
[/td]<div class="website-link-text"><a href="http://www.impacthubhnl.com/?ref=coworker" target="_blank"><img src="https://coworker.imgix.net/template/img/space/img_website_link_pic.png"><span>Website</span></a></div>
[/td]</div>
[/td]<div class="col-xs-12 pade_none much_bord">
[/td]<div class="col-xs-12 pade_none muchroom_mail"><i class="fa fa-map-marker"></i> 1050 Queen Street #100, Honolulu, United States</div>
[/td]<div class="col-xs-12 pade_none muchroom_mail add-phone-number-con"><i class="fa fa-phone fa-rotate-270" aria-hidden="true"></i> <a href="callto:+8086643306">+8086643306</a></div>
[/td]</div>
[/td]</div>
[/td]
[/TABLE]
What I need is Name Address Tel and website. I tried to get by by ID (h2) Class name and tag name but getting error 91.
Any clues ?