Showing posts with label CSS. Show all posts
Showing posts with label CSS. Show all posts

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

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"