Jump to content

kertoon

Members
  • Posts

    20
  • Joined

  • Last visited

Everything posted by kertoon

  1. For my blog post, how do I do it in HTML? Now this my HTML code: <hr />Text <br /><hr ><span style="font-size: x-small;">text</span><br /><hr />
  2. I am doing this only for specific blog posts. Not for all posts. How do I go about it?
  3. I have text in small size font size between two horizontal lines. I find the spacing is rather too wide. How do I reduce the spacing?
  4. The above link is broken. Here is the new link: http://digiztal.blogspot.my/2015/04/how-to-reduce-spacing-between.html
  5. o.k. Thank you for both your advice.
  6. How do I create excerpt for both Category and Tag?
  7. I found what I was looking for at: http://bloggerhelptips.blogspot.my/2015/04/how-to-reduce-spacing-between.html
  8. How do I reduce the spacing between the horizontal line and the text of WordPress visual editor?
  9. Yes, it works perfectly. Anyway, thanks for highlighting to me.
  10. I have this social sharing buttons which appear in both blog post and the PAGES. How do I set it so that they do not appear on the pages? Here is the code: function crunchify_social_sharing_buttons($content) { // Show this on post and page only. Add filter is_home() for home page if(is_singular()){ // Get current page URL $shortURL = get_permalink(); // Get current page title $shortTitle = get_the_title();
  11. It is a three column theme. I want to make the space between the sidebar and the main content area narrower. And also widen both sidebars outwards. The site is: http://lifelessonshome.com/
  12. My permalink is set in Post name. And why are my broken internal links end with .html? How do I fix this error?
  13. A few months ago, I changed my site to a new theme and I also changed the name of the site, description and keywords. Recently when I found out from the meta tags checker, the search results still using my old information. When I viewed its page source, it still has the old title, description and keywords, How do I fix this problem?
  14. Can someone show me how to create post tags for Blogger (Blogspot)?
  15. Here is the code: <style type="text/css">ul#navbar {list-style-type: none;margin: 0;padding: 0;}ul { margin: 0 auto; display: inline-block;}ul#navbar li {float: left;border: 2px solid black;font-size:14px;text-align: center;}ul#navbar a {background-color: #CCC;color: #000;text-decoration: none;display: block;width: 96px;padding: 4px;}ul#navbar a:hover {background-color: #F3F781;text-decoration: underline;}ul#navbar ul {display: none;list-style-type: none;}ul#navbar li:hover ul {display: block;position: absolute;margin: 0;padding: 0;}ul#navbar li:hover li {float: none;}</style> From my laptop , when view with IE, the problem only happens to the homepage but not single post and pages.
  16. I have just put up this horizontal navigation bar. When view on my own laptop, it looks fine, but when I view it on my friend's laptop and also on IE on my own PC, it is shorten and the last portion of the menu continues just below the front part of the menu (as attached).
×
×
  • Create New...