Could not EMBED the HTML text in your posts! WORRIED???
Use this Utility HERE!
Showing posts with label WEBMASTER. Show all posts
Showing posts with label WEBMASTER. Show all posts

Sunday, June 21

SUBMIT YOUR BLOG TO 70+ SOCIAL BOOKMARKING WEBSITES

As every WEBMASTER knows that targetted traffic comes through SEARCH ENGINES, but he do not disrank the visitors who bookmarks his BLOG. The kind of visitors are very precious to WEBMASTER. To get these kind of VISITORs, WEBMASTERs submit their BLOGs to Social Bookmarking Websites, which are many more, all around the world. They submit their BLOGs at every SITE separately, which take too much precious time to write the same data in each SITE.

This all process becomes too boring, but now here is a WEBSITE SocialPoster.com. This is the WEBSITE which submit your BLOG to more than 70 Social Bokmarking Website ATONCE. The only thing you shall do to submit your BLOG is just type your URL & Description just once, and submit that to more than 70 WEBSITES. That's it, now your BLOG is submitted to WEBSITES like:

Digg.com Propeller.com Reddit.com Del.icio.us Stumbleupon.com Socialogs.com Indianpad.com Google.com/Bookmarks Technorati.com Slashdot.org Getigadget.com Furl.net Diigo.com Wirfan.com Bibsonomy.org Blinklist.com

and many others.........
........Read Full Article........

Saturday, May 16

{HOW TO} Embed HTML Text in Posts with background

While looking on my previous posts, I felt that there was a problem in my BLOG, that the HTML Text, shown inside the posts, was directly texted in the lines. It seems to be difficult to read some text under this format, so I was searching for the solution and I found one in TricksDadyy.com.

This is a simple and very short trick, takes just a min only!

All to do is to:
  • Login to your account,
  • Go to LAYOUT
  • Go to subcategory EDIT HTML
There will be shown your Template's Code, you all have to do that edit that code by pasting code given below, just before ]]></b:skin>
  • Now search ]]></b:skin> in template code
  • Paste the following code just before that;
.csscode {
margin : 15px 35px 15px 15px;
padding : 10px;
clear : both;
list-style-type : none;
background : #EEEEEE;;
border-top : 2px solid #AAAAAA;
border-right : 2px solid #AAAAAA;
border-bottom : 2px solid #AAAAAA;
border-left : 2px solid #AAAAAA;
}
  • Done IT!
Just save your template.

The work is not finished.

Now whenever you want to embed some HTML Text inside post, just type the subject code between <div class=csscode> and </div>

Like:

<div class=csscode>

Type HTML Code HERE

</div>

  • The ALL is DONE!
Now whenever you will post with this method, HTML Code will be embeded with BACKGROUND.
........Read Full Article........