> know a little html not much i can make a page with backround coler a > title > words and pictures as well as links > > but i cant find any tutorials on embedding python useing html i > found some > that use c++ and i think one that used asp
Can you give an example of what you mean by *embedding* Python using html? You can represent python code inside HTML easily enough. You can insert Python code into your HTML as script, but it will only work if the readers browser supports it - only IE at present. Or you can do server side python code if the server supports it. What exactly do you have in mind? What were you aiming to achieve? Alan G _______________________________________________ Tutor maillist - Tutor@python.org http://mail.python.org/mailman/listinfo/tutor