Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts
Sunday, June 28, 2009
How to remove Header borders
A blogger request help for removing the Header border (she called it title). This is easily done. First, sign into your Blogger account (Dashboard). Then click on the LAYOUT tab followed by EDIT HTML to get to the template editor. Look for this in the template:#header-wrapper { width:100%; margin:0 auto 10px; border:1px solid $bordercolor; }#header-inner { background-position: center;
Saturday, November 1, 2008
Short Introduction to inline CSS
CSS is short for Cascading Style Sheets and is used for controlling the presentation (fonts, colors and layout) of documents written in Markup Languages like HTML, XHTML and XML such as blogs. CSS can be written in a separate document called from the template, written in the template itself or written within this post itself (inline CSS). For example, the HTML tag for a paragraph is
. Now
Sunday, August 3, 2008
Ordered list HTML
If you want to display an ordered list like for example:this is line 1this is line 2this is line 3the HTML to display them is given below:
- this is line 1
- this is line 2
- this is line 3
Saturday, July 12, 2008
Beginner HTML tutorial - hyperlink
Active Hyperlink HTML and attributesOne more example for this HTML tutorial. Now we will learn hyperlink. First I will show how to make a hyperlink to a blog (or any other web page) without learning HTML, then I will explain the HTML tag for hyperlink so you can type it yourself without depending on the link icon , then how you can add some attributes to make it more useful. How to get the URL of
Friday, July 11, 2008
Dummies Guide to HTML Part 1
HTML is easyFirst, rest be assured that learning enough HTML (HyperText Markup Language, but don't let this bombastic name frighten you please) to be able to control the appearance of your blog and the properties or attributes of various things in your blog is not difficult. Just to reassure you, you can actually add HTML to your blog without knowing HTML at all. First, in the post editor, don't
You don't have to understand HTML to be able to use it. Example code for image
Many beginning bloggers have problems with the uploading of images in Blogger. This is because Blogger always upload the image to the top of the post irrespective of where the position of the mouse cursor is. Now if you use the COMPOSE mode, you will have to use the clumsy process of drag and drop to get the image to where you want it to be. I find this very cumbersome especially if you have to
Saturday, May 3, 2008
How to make photo not clickable
This is a rare question as most have problems where they found their photos not clickable and want to know why plus the solution. One reason put forth is when you upload your photos in the Blogger post editor COMPOSE and then drag-drop them to shift them around (something which I hate to do), the photos may become unclickable. However I myself have not tried it myself as I hate to use the COMPOSE
Thursday, April 10, 2008
Add space to blog post, but not with space bar
When you prepare a post with Blogger, you can only add a single space using the space bar. Even if you press the space bar 1000 times, two words will only be separated by a single space. If you need to create more than that, you will have to use what is know as non-breaking space. Now I am going to create a wide space between "begin" and "end" in the example below:begin endIf you
Saturday, November 24, 2007
HTML Color Codes, color charts and color tools
If you are a blogger fussy with appearance of your blog, or you get involved in activities like Blending colors of your advertisements with the colors of your website or Blending color of your search box with the colors of your website or Change main background color of Rounders template blog, you will have to be familiar with hexadecimal HTML color codes. HTML color codes are codes with a # in
Saturday, November 17, 2007
Does meta tags need to be closed? (or do meta tags occur in pairs?)
The majority of HTML tags occur in pairs, an opening tag and an closing tag. Example, the opening tag for an unordered list is
and the image tag
. These tags do not need
- will be followed by a list, and at the end of the list, you must have the closing tag
and the image tag
Wednesday, August 29, 2007
Centering text, pictures, advertisements, banners, search boxes
Previously, when you need to center "something" (which may be text, pictures, advertisements, banners or search boxes), all you need to do surround that "something" with the and tags, that is, what you have is"something"
Monday, August 20, 2007
Ways to display HTML tags in posts and comments
NOTE: All the below instructions are for posting comments or for preparing posts in the EDIT HTML mode, not the COMPOSE mode.There are some bloggers who may want to post HTML tags in comments or posts but don't know how. If you try to type the HTML tag to display an image, for example:
exactly as you see it above in the comment or post, you will just get an empty box. I have
Subscribe to:
Posts (Atom)