this is ad code and <!-- Begin: AdBrite, Generated: 2009-09-07 2:27:22 --> <script type="text/javascript" src="http://ads.adbrite.com/mb/text_group.php?sid=13323423&br=1&dk=72656c6174696f6e73686970735f2342342345f7"></script> <!-- End: AdBrite --> this is the error "Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly. XML error message: The reference to entity "br" must end with the ';' delimiter." please some one help me
This is not because the adbrite code. Problem is at somewhere else. If you can save the blogger template without pasting this code then the template is ok. For this case, find out </body> tag inside the template. Now paste the code just before the </body> tag and have a try. If you become able to save now, it means, you were trying to paste the code inside a wrong tag.
Try replacing this: sid=13323423&br=1&dk Code (markup): with this: sid=13323423&br=1&dk Code (markup): An ampersand is a reserved character and must be written as an alpha or numeric entity. cheers, gary