Knowledgebase and support
Home > Blog presentation and its personalisation
Adding contents to my sidebars (texts, images, others)
Question
- How to add contents to my sidebars (texts, images, others)?
Answer
You must be logged in in order to add contents to your sidebars (texts, images, others).
- Click on the heading Design and then on Sidebar content.
- In the section Create a custom item, fill in the Item name and the Item content. You can directly add some text or either enter the correct HTML code.
The following are some examples of items that can be added into your sidebars:
- Image:
- Insert your image in your Control panel, section File manager, Files and then copy its url (click on the image and copy the address of the page displayed) as for example http://myblog.blogspirit.com/files/my_image.jpg
- Type the following code in the field Item content: <img src="url_of_your_image"/>
- To insert a music thatwill be played every time someone opens your blog:
- Insert your audio file in your Control panel, section File manager, Files and then copy its url (click on the music file and copy the address of the page displayed) as for example http://myblog.blogspirit.com/files/my_music.mp3
- Type the following code in the field Item content: <embed src="url_of_your_music" hidden="true" autostart="true"></embed>
Notice that you can decide to show or not to show the item's name. You can also decide to center or not to center the item.