Showing posts with label HTML. Show all posts
Showing posts with label HTML. Show all posts

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;

Posted in Labels: , | 0 comments

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

Posted in Labels: , | 0 comments

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:

  1. this is line 1
  2. this is line 2
  3. this is line 3

Posted in Labels: | 0 comments

iBlock, template for iPhone

Posted in Labels: , | 0 comments