I have data that is set up as such...
<strong> name</strong>
<br /> address &nbps; city, state zip
<hr>
and I need to store the data in a database, how can I break this apart? There are no descriptive ids or anything...
I fixed the issue by using the NextSibling attribute to walk through the mess...thanks for all of the suggestions...