jeff: >Basically what i want to do is create a script in python that will >look at a website and pull off a certain type of html tag and anything >contained within them tags, This is what you need: http://www.python.org/doc/2.2.3/lib/module-urllib.html http://www.python.org/doc/2.2.3/lib/module-HTMLParser.html -- René Pijlman