Here are some tips for blogger I have found tonight.. I am trying to remove some stuff from my posts, so my posts can look like a website, rather than a blog. I thought I'd share with you all.
Please share any tips you know!
How to add CSS to your blogger blog
How to hide / Remove post date, time and author name in Blogger posts
How to remove blogger navbar
How to Enable or Disable Comments in Blogger
Blogging Tip...Adding Email Button
How to put put Posts into your Pages in Blogger
How to add a thumbnail image/photo gallery in Blogger
BLOGGER IMAGE GALLERY TUTORIAL
HOW TO MAKE YOUR BLOGGER BLOG NOT LOOK LIKE A, UM, BLOGGER BLOG
How To Design A Blog And Make It Look Pretty
How to Make a Professional Website on Blogger?
How to Turn Your .blogspot into a .com in less than 10 minutes
HOW TO CUSTOMIZE YOUR BLOGGER BLOG (I.E. BLOGSPOT) & SOME HTML BASICS FOR ALL BLOGS
MBT - My Blogger Tricks
UNDERSTANDING CSS IN BLOGGER
HTML CODE TUTORIAL
Remove Blogger Static Page Titles
Replacing Blogger widget’s title with an image
_________________________________________
Hiding Newer - Older Post Links Below Posts in Blogger:
hiding all three links-
Hide the 'Newer Post' link-Code:#blog-pager {display:none;}
Hide the 'Home' link-Code:#blog-pager-newer-link {display:none;}
Code:#blog-pager .home-link {display:none;}
Hide the 'Old Post' link-
Code:#blog-pager-older-link {display:none;}_________________________________________
Remove the Attribution on bottom of blogger page:
quick easy is just go to Template/Customize/Advanced/Add CSS then type this code in:
(taken from comment: http://helplogger.blogspot.com/2012/...tribution.html)Code:#Attribution1 {display: none}
_________________________________________
Adding A Floating “Back To Top” Button:
Here are the steps:
1. Login to your Blogger account.
2. Go to Dashboard > Design > Edit HTML.
3. Back up your template.
4.Insert the following code immediately before the </body> tag in your HTML.
** Replace YourButtonUrl with the link to your button or icon. **Code:<a style="position: fixed; bottom:5px;left:5px;" href="#" title="Back to Top"><img style="border: none;" src="YourButtonUrl"/></a>
If you prefer to use text instead of an image, use this code:
**Replace YourText with your own wording.**Code:<a style="position: fixed; bottom:5px;left:5px;" href="#" title="Click to go to top">YourTextHere</a>
You can change the location of the button / link by changing the values of this code:
bottom:5px; left:5px;



Reply With Quote
Bookmarks