I have no much experience about web-stuff and I've put up a website where i'll upload some articles I'll be writting and i want to make this process automatic, so I need a tool that takes my articles in txt files and converts them to HTML but: I need this tool to follow a given template, for example..

- Add my website image on top at a given position (the same for all articles)
- Add the article's image at a given postion (I will select one)
- Add my Google Sense code at a given position (the same for all articles)
- Show links to other topics/files for the same article and also add back links to my article main page / website main page. (the same style and position for all articles)

I've been testing a tool that does something similar but it adds a lot of things I don't want and it's not as flexible as it could be.

I can add in text tags while i write the articles like <b>text</b> no problem with this but i need some way to automate all the rest so i can avoid so much post-proccesing for each article.

Is there a tool for doing things like this?

Thanks!