Hi,
Just found that bravesites.com added rel="nofollow" to add external links,
this is hack i wrote to remove this no-follow....
after you add your blog post, edit the post.
click on "html" button to edit the html source and add this script
remember if you try to edit the post again you must add this script again.
edit post:

the result:

i think i earn your "thank" here
have fun
Viva la black hat seo
Just found that bravesites.com added rel="nofollow" to add external links,
this is hack i wrote to remove this no-follow....
after you add your blog post, edit the post.
click on "html" button to edit the html source and add this script
Code:
<script>
jQuery(document).ready(function(){ jQuery("a[rel=nofollow]").each(function(){ jQuery(this).attr("rel", ""); }); })
</script>
remember if you try to edit the post again you must add this script again.
edit post:
the result:

i think i earn your "thank" here
have fun