How these application allow users to upload their own templates? How is this possible?
Do they have some kind of a their own template engine or..?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Tumblr gives you two options to include your own theme:
customizebutton, you can edit the html. In the header file the content of your .css must be pasted between the<style type="text/css"> </style>tags. And you can add some javascript there. For the html I suggest to read the manual that Mirko Adari suggested: Tumblr Theme manualBlogger is a bit more rigid. Also there you can change your html file. Keep in mind that it’s markup for posts is different then Tumblr. Also custom CSS files can be added (more information on that). If you are less familiar with css and html Blogger offers some buttons so that you can change the basics to your own needs. Blogger also offers a way to backup and restore your theme. A more detailed explanation can be found here. This template file must be an
.xmlfile. More information on the markup of this xml-template can be found here.