I have an idea of what the <div> tag is I just never understand any of the recipe code referring to it.
Thanks, I appreciate you looking at it. That makes a lot of sense, also that Firebug extension is a great help.
Here is my next problem. I really don't understand the whole indent thing in python. It always seems to give me errors. For example when I add
Code:
for post in section.findAll('a', href=True):
should it be indented under the other line? How do I properly indent it? Hitting tab seems to send it way to far but even with 1-5 spaces it still gives errors, I just don't understand it.