Showing superscripted word in Blog .
Here tips for how to show superscripted word
in Any blog .
Have an example:
This is Google blog for free .
Grab it you too.
Here code for above superscripted HTML tag
is given below :-
This is <sup> Google blog </sup> for free .
Grab it you too .
Thus one can implement superscripted Tag
for website or any blog .
Artical Published
- Add fixed background image
- Give Nice Profile look
- Google says Quality Not Quantity
- Add meta tag to blog
- How to Get Rank in Google Search
- Blogger sitemap to Google
- Supescripted Word In Post
- Subscripted word in Blog
- Table element demonstration
- Table tag in blog post(intro)
- Table tag in blog post
- #blog -pager
- #blog-pager-newer-link
- #body#layout#footer
- #body#layout#header
- #body#layout#header-wrapper
- #body#layout#newsidebar-wrapper
- #body#layout#outer-wrapper
- #body#layout#sidebar-wrapper
- #comment block
- #comment h4
- #comment-block .author-comment,comment-body
- #comment-block .comment-blody p{ }
- #comment-block .comment-footer
- #footer
- #header
- #header .description
- #header a,#header a:hover { }
- #header H!
- #Header-wrapper
- #main-wrapper
- #navbar-iframe
- #outer-wrapper
- #sidebar-wrapper
- .author-comment p{ }
- .feed-link, .sidebar
- .main .blog
- .main .widget
- .post blockquote p{ }
- .post blockquote { }
- .post H3
- .post H3 a { }
- .post H3 a:visited { }
- .post H3 strong
- .profile-data
- .profile-datablock ,.profle-text-block
- .profile-link
- .sidebar .widget
- .sidebar ul
- .sidebar ul li{ }
- About .post
- About H2
- CSS
- CSS a:link
- CSS body
- Difinition list in Blog
- H2 .date-header
- Ordered list items in blog
- Strike Word in Blog
- Table in Blog Post
- Unorder list In Blog
Showing superscripted word in Blog
Thursday, March 13, 2008Posted by Vikas Narang at 11:19 PM 0 comments
Category: superscripted tag, tips, tricks
Use definition list in your Blog
Tuesday, March 11, 2008
A definition list is not a list of items.This is a list of terms and explanation
of the terms. A definition list starts with the <dl> tag. Each
definition-list term starts with the <dt> tag. Each definition-list
definition starts with the <dd> tag. Inside a definition-list definition
(the <dd> tag) you can put paragraphs,line breaks, images, links, other lists, etc.
<dl> tag is used for definition list.
Between <dl> & </dl>you have to
enter list of items.
<dt> tag is used for list item terms.
Each list item is surrounded by <dt> & </dt> tag.
<dd> tag is used for the definition-list definition.
Format:
<dl> <dt> Term1 </dt> <dd> Term definition.
<dd> .......<dt> itemn </dt>....</dl>
Take An Example :
<dl> <dt>Books</dt> <dd>Books are the great friends.</dd> <dt>Pen</dt> <dd>Pen is the biggest power</dd> </dl> |
- Books
- Books are the great friends.
- Pen
- Pen is the biggest power
So one can use definition list in thourghout blog .
Stay connected to my blog see some more artical:
>>Submit sitemap to Google
>>How to show table in blog?
>>Superscripted element in blog
>>Strike words in blog
>>Order list in blog
Posted by Vikas Narang at 3:13 AM 0 comments
Category: Definition list, tricks
#navbar-iframe
Friday, February 29, 2008
Note:Generally #navbar-iframe is not
appear in HTML code because
its control store at widget maneger,
but the way one can Hide or
remove navbar ifrmae from blog,
is by simply copying code given below and paste it just befor outer wrapper in CSS definition section.
To hide navbar iframe Go to >>Dashboard >>layout>> EDIT HTML.
Scroll down and put it.
Height:opx ;
#navbar-iframe { height:0px; } |
© Tips for Bloggers
