carbonize: -------------------------------------------------------------------------------- Ah right. I'm used to XHTML so not used to beign able to have the same tag as a containing tag and a standalone tag. <b>..</b> being a containing tag and <hr> being a standalone. --------------------------------------------------------------------------------
Actually, thats HTML, not XHTML. In XHTML, you would have to use <hr></hr> or <hr />. A lone <hr> is valid HTML, but not valid XHTML. -- <http://forum.pspad.com/read.php?2,30985,31148> PSPad freeware editor http://www.pspad.com
