My mission is to explore blogs and get their latest post. Now I have script that do the task and store the content as html
in database.
Everything works properly except template inference. Means that if the content html code for example has an extra </div>
or forget to close a tag, it will ruin my entire page.
Question: Is there any way to limit the external content to one division and therefore if external code had some problems, just influence template of that div
box not entire template?
Link to correct template
Link to damaged template
Thanks in advance