Show Mobile Navigation
Remove
Showing posts with label Remove. Show all posts
Showing posts with label Remove. Show all posts

Top 7 Loan Defaulter Companies of India

Hemant Verma - 3:45 PM
All India Bank Employees' Association (AIBEA) has announced a list of top 50 loan defaulters, mainly the corporate firms, whose total default amount to the banks is allegedly to be around Rs 40,528 crore (Rs 4056.28 billion).

The association demanded a remedy for the bad loans at the earliest to safeguard the public money in the banks.
The list, released by the association, is on the data on loan not paid from Public Sector Banks except State Bank of India, IDBI and foreign banks. The association also plans to come out with top 30 defaulters in each Bank.

Here is List of Biggest Defaulters....

1. Vijay Malya

Total Money Not Paid- Rs. 9000 Crore 





2. Moser Baer India Ltd. & Group Companies

Total Money Not Paid - Rs. 581 Crore





3. Century Communication Limited

Total Money Not Paid -  Rs 624 Crore




4. Indian Technomac

Total Money Not Paid - Rs 629 Crore




5. ICSA (India)

Total Money Not Paid - Rs 646 Crore

This is a Hyderabad based company which provides solutions and software for the Energy Sector, which includes power, oil, natural gas and water. The Company is also engaged in the business of providing energy Audit solutions.



6. Deccan Chronicle Holdings Limited

Money Not Paid - Rs 700 Crore

Deccan Chronicle Holdings Limited or DCHL publishes the English-language dailies Deccan Chronicle, Financial Chronicle and Asian Age and the Telugu daily Andhra Bhoomi.



7. Pixion Media Pvt. Limited

Money Not Paid - Rs 712 Crore



How to Remove Attribution from Blogger

Hemant Verma - 10:47 AM

Attribution is very common thing which is every single user of blogger wants to delete from their blog but blogger's term and condition will not allow you to delete this widget from layouts, you have to delete it by using the HTML template editor and this is very easy to do this be'coz you have to delete just one code and you can easily delete it. Attribution is right of blogger be'coz we are using free unlimited hosting service of blogger so that's why we should not remove it but this attribution is wrote in a very simple way that's why we all of us want to delete it.This widget is not necessary to delete we can show it on the bottom of page of our blog but some times when we upload a new blogger template then this widget shows at right side OR at the top of the blog so that's why that many time frustrate many bloggers and we also can't delete it without codes so that's why we want to delete it permanently.



Part- Ist   Remove Attribution Widget From Blogger

  • Login to Blogger > Dashborad
  • Click on Drop Down Menu and select Template
  • Backup your Template before making any changes to your blog
  • Now Click on Edit HTML 
  • Press Ctrl + F and search the code shown below.

<b:widget id='Attribution1' locked='true' title='' type='Attribution'/>


  • Replace above code with below code.

<b:widget id='Attribution1' locked='false' title='' type='Attribution'/>


  • Now Save your template.
  • This is Part Ist.


Part- 2nd  Remove it From Layout

  • Now Go to Layout 
  • Click on Edit of Attribution 
  • This time you can see the Remove button
  •  Click on Remove button your widget will remove easily.
  • And that's done say hurry...!



Final Words....!

After using all steps you can easily remove your attribution widget which is locked. By using the Ist part it will unlock and in 2nd part it will able to remove. I think we should not remove attribution link from blogger but as I said this looks very simple so that's why we don't want to remain it.

How to Hide Sidebar, Header in Individual Post and Static Page

Hemant Verma - 12:51 PM

As many times we want to create a full width page post related with different topic like as we create for generators and for this simple implementation we have to hide our sidebar, post footer, middle bar etc. in specific post or in static pages.





 Hide Sidebar in Pages and Posts

  • Login to Blogger > Dashboard
  • Click on Drop Down Menu and select Post
  • Click on HTML
  • Paste below code in it, before create a post.
    <style>

    #sidebar-wrapper, #midsidebar-wrapper, .gapad2, .blog-pager, .post-header-line-1, .post-footer { display:none !important;}

    #main-wrapper { width:98%!important;}

    .post { width:98%!important; }

    </style>

  • Now you can start to write your post.
  • This code will hide your sidebar, middle sidebar, post footer and other unnecessary widget in specific. 



Hide Only Header in  Pages and Posts

  • Login to Blogger > Dashboard
  • Click on Drop Down Menu and select Post
  • Click on HTML
  • Paste below code in it, before create a post.

    <style>

    #header { display:none !important;}

    #main-wrapper { width:742px!important;}

    .post { width:715px!important; }

    </style>

  •  Now you can start to write your post.
  • This code will hide only header in specific post and in pages.


Customization

  • Adjust the width to replace this 98% according to your blog width and requirements.
  • Adjust the width to replace this 742px and 715px according to your blog width and requirements.



If Any Problem Comes, Ask in Comments



How to Remove Date Ribbon From Blogger Dynamic Views

Hemant Verma - 9:12 PM

As we all know that Blogger Dynamic Views has many things in bloggers but as we can customize the blogger template according to us and any thing can easily hide or show, similarly we can easily now customize the Dynamic Views of Blogger and today we starts from the How to Remove Date From Blogger Dynamic Views. As Blogger Dynamic Views like by some body and also not be'coz some thing is limited in it but many kinds of new features also available, but anyone can also customize it.





Remove Date From Blogger Dynamic Views

  • Login to Blogger > Dashboard
  • Click on Drop Down Menu and select Template
  • Now Click on Customize > Advanced > Add CSS
  • Paste below code in it.

.ribbon{
display: none !important;
}

  • Click on Apply Button.


If Any Problem Comes, Ask in Comments



How to Remove Subscribe to Posts Atom from Blogger

Hemant Verma - 12:34 PM

Some times when we create a blog and post anything then we saw a text at bottom of the post Subscribe to Posts Atom from Blogger and many blog owners wants to remove it OR hide it from blogger. As we know many bloggers have been published this tutorial but we also post because visitors can easily solve their problem. It's very easy you just have to remove a single line from your blogger template.



Follow the Steps....!

  • Login to Blogger > Dashborad
  • Click on Drop Down Menu and select Template
  • Backup your Template before making any changes to your blog
  • Now Click on Edit HTML > Proceed > Expand Widget Templates
  • Press Ctrl + F and search the code shown below.

<b:include data='feedLinks' name='feedLinksBody'/>

  •  Now, Delete this line.
  • Save your template and you are done.



If Any Problem Comes, Ask in Comments


How to Remove No Post from Bloggger

Hemant Verma - 2:07 PM

When you don't post anything in your blog then blogger shows a message that No Post and many bloggers designed their blog as they don't want to show posts in home page so they don't post anything but blogger shows a message   No Post and they want to disable it OR remove it. So, you can do it very easily by adding some 3 line codes of CSS.



Remove No Post from Blogger

  • Login to Blogger > Dashborad
  • Click on Drop Down Menu and select Template
  • Backup your Template before making any changes to your blog
  • Now Click on Edit HTML > Proceed > Expand Widget Templates
  • Press Ctrl + F and search the code shown below.   

]]></b:skin>

  • Paste below code before ]]></b:skin>

/*---Remove No Post by widgetgenerators.blogspot.com----*/
      .status-msg-wrap
      {
      display: none;
      }
/*---Remove No Post by widgetgenerators.blogspot.com----*/

  •  Save Your Template


If Any Problem Comes, Ask In Comments


Previous
Editor's Choice

 



Make Your Blog Like a Pro
About | Contact | Affiliates | Privacy Policy | TOS