carbonize: -------------------------------------------------------------------------------- Having just reread your code I am wondering why some of your tags end /> and some don't? --------------------------------------------------------------------------------
That's XML. A tag ending in /> is empty. <tag /> is the same as <tag></tag>. -- <http://forum.pspad.com/read.php?2,30985,31103> PSPad freeware editor http://www.pspad.com
