Thanks for the reply but i am not getting appropriate result that is when i copy paste the code <div class='post-header-line-1'/>
<div class='post-body entry-content'>
<data:post.body/>
<script type='text/javascript'>
aR_BgColor="";aR_FgColor="";aR_url=location.href;
aR_title=document.title;aR_StarType ='0';
document.write('<div id="aR_star_info" style="height:60px;"></div>');
document.write('<scr'+'ipt type="text/JavaScript" src="
http://addratings.com/aR_BootStrap.js"></scr'+'ipt>');
</script>
<div style='clear: both;'/> <!-- clear for photos floats -->
</div>
<b:if cond='data:post.hasJumpLink'>
<div class='jump-link'>
<a expr:href='data:post.url + "#more"'><data:post.jumpText/></a>
</div>
</b:if>
I get an errorWe were unable to save your template
Please correct the error below, and submit your template again.
Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Element type "scr" must be followed by either attribute specifications, ">" or "/>". Also there is one other code that i took from http://www.addrating.com/blogs/ <data:post.body/>
<script type='text/javascript'>
aR_BgColor="";
aR_FgColor="";
aR_url="<DATA:POST.URL>";
aR_title="<DATA:POST.TITLE>";
aR_StarType ='5';
document.write('<div id="aR_star_info" style="height:60px;"></div>');
document.write('<scr'+'ipt type="text/JavaScript" src="
http://addratings.com/aR_BootStrap.js"></scr'+'ipt>');
</script>
<div style='clear: both;'/> <!-- clear for photos floats -->
</div>
Again i get the same error
Please correct the error below, and submit your template again. Your template could not be parsed as it is not well-formed. Please make sure all XML elements are closed properly.
XML error message: Element type "scr" must be followed by either attribute specifications, ">" or "/>". Tell me what to do?