Hiển thị các bài đăng có nhãn template. Hiển thị tất cả bài đăng
Hiển thị các bài đăng có nhãn template. Hiển thị tất cả bài đăng

Thứ Ba, 31 tháng 12, 2013

how to remove shadow on image

If you want to get rid of those annoying shadows and borders around blogger images, then follow the next steps (see the difference in the screenshot below):



If you are using the old Blogger interface: Go to Dashboard - Design - Template Designer - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog. If you are using the new Blogger interface: Go to Dashboard - Template - Customize - Advanced - Add CSS - paste the following code - Press enter after the last character of the last line } - Apply to Blog.



Now your blogger images should appear without any border or shadow. Cheers!

Update:

If the above method doesn't work for you, do the following:

- Go to Blogger's Dashboard > Template > Edit HTML
- Click anywhere on the code area and search by pressing the CTRL + F keys for the following code:




Note: if you can't find the entire code, then try to find this line and the rest of it should appear:



- Delete it and Save your template.


how to change Older, Newer And Home Blogger links with an image or text


Newer Post, Home and Older Post are links that appear on the bottom of the posts. When a visitor click on one of these links, they will take him to the page with the list of your previous posts. The number of the posts on these pages will be the same as the number of the posts on your main page.












1. Log in to your Blogger Dashboard, go to Template > Edit HTML



















2. Click anywhere inside the code area and find - using CTRL + F keys - the following code:

find in this code the following fragments which corresponds to each page links


  • <data:newerPageTitle/> represents Newer Posts link
  • <data:olderPageTitle/> represents Older Posts link
  • <data:homeMsg/> represents Home link

Now change these fragments of codes as it follows:

You need to REPLACE following parts in original code with ANY TEXT you like:

  • replace <data:newerPageTitle/> with, for example NEXT POST 
  • replace <data:olderPageTitle/> with, for example PREVIOUS POST
  • replace <data:homeMsg/> (only the first one) with, for example HOMEPAGE

Add the below code just at the beginning of each of the colored fragments of codes from step 2.
<img src="URL Address"/>

...just replace URL ADDRESS, with the URL of your hosted picture
...and in code, REPLACE the original link code for text with picture code

  • replace <data:newerPageTitle/> with the pic for newer (next) posts
  • replace <data:olderPageTitle/> with the pic for older (previous) posts
  • replace <data:homeMsg/> (only the first one) with the pic for homepage



 
3. That's it! Preview and Save the Template.

Thứ Hai, 30 tháng 12, 2013

how to create blogger template
































If you want to do more than just modify one of our default templates, you can create your own from scratch, or download one from another site. To start using your own template:
  • Sign to your blog and click on the Template tab.
  • Click Backup/Restore (the gray button in the top-right) to save a copy of your current template.
  • Select Edit HTML.
On that page, you'll see the entire code of your template. If you have a new template all ready to go, you can just delete everything here and paste in your own code. If you prefer, you can create your template right here in the editing window, and use the preview to check your work as you go along. When you're done, don't forget to save your changes.