Skip to main content

Blogger: Easy Way to Add Pricing Table in Blogger


नमस्कार दोस्तो ! स्वागत है आपका TechnoEasy ब्लॉग में।तो आज के इस Article में हम बात करने वाले है How to Add Pricing Table in Blogger के बारे में। and ये क्या है & इन्हें हम कैसे Use कर सकते है। तो इन सभी बातों को हम इस Article में जानेंगे। तो बने रहिये इस Article में और जानिए पूरे Details में।
Blogger: Easy Way to Add Pricing Table in Blogger
Blogger: Easy Way to Add Pricing Table in Blogger

Pricing Table क्या है?

So अगर आपको नही पता की Pricing ➤ Table क्या है? तो मैं आपको बता दूँ की Pricing Table एक तरीका होता है| जिसकी मदद से हम किसी भी प्रकार के Price को Table में सजा के लिख सकते है|

अगर आपने किसी भी Website जहा कुछ भी समान को बेचा जाता है| वह आपने देखा होगा की उस सामान की सूचि के साथ आप उसका Price भी देखने को मिलता है|
आजकल ये Pricing Table काफी चर्चित है| और इन्हें लगभग सभी लोग अपने Website में Use करते है|

Pricing Table in Blogger

अब मैं बता दूँ की मैंने यह Pricing Table in Blogger क्यों बताया है| मैंने इसीलिए बाते है की ये Pricing Table का Feature सिर्फ और सिर्फ WordPress में ही उपलब्ध है| WordPress में आपको बहुत से ऐसे Plugins भी मिल जाते है| जिसकी मदद से आप आसानी से Pricing Table बना सकते है|

लेकिन अगर आपका ब्लॉग या वेबसाइट ➤ Blogger पर है| तो आपको ब्लॉगर में किसी प्रकार की Plugins इस्तेमाल करने को नही मिलता है| लेकिन मैं आपको बता दूँ की आज मैं कुछ Coding के जरिये आसानी से अपने Blogger ब्लॉग में इस Pricing Table को add कर सकते है|

How to Add Pricing Table in Blogger Step By Step

तो अभी मैंने निचे सभी Steps पुरे विस्तार से बताया है| आपको इन सभी स्टेप्स को बिलुल जैसा बताया गया हैथिक वैसे ही फॉलो करना है|

Step 1 – सबसे पहले आपको Blogger के Dashboard में लॉग इन करना है|

Step 2 – अब आपको निचे Theme में जाकर Edit HTML पर क्लिक करना है|

Step 3 – अब आपको ctrl+f प्रेस करके ]]></b:skin> Search करना है|

Step 4 – निचे आपको कुछ CSS Code मिलेंगे आपको इसे Copy करके ]]></b:skin> के उपर Paste कर दे
और Save पर क्लिक करे|

Click Here To Download The Link 1
.table {width:30%;margin:0 10px;background:#fff;text-align:center;float:left;}.table.standard {background:rgba(0,245,255,0.1);}.table h2 {color:#fff;margin:0;padding:5px 0;text-align:center;font:Bold 25px armata;cursor:pointer;z-index:999;position:relative;}.table.economic h2 {background:#4593e3;}.table.standard h2 {background:#16a085;}.table.premium h2 {background:#cd4436;}.table .price {font:15px Armata;color:#fff;padding:10px 25px;display:inline-block;border-radius:0px 0px 100% 100%;cursor:pointer;}.table.economic .price {background:#4593e3;}.table.standard .price {background:#16a085;}.table.premium .price {background:#cd4436;}.table:hover .price {border-radius:0;}.table ul {margin:9px 0;padding:0px;}.table ul li {list-style:none;font:15px Armata;padding:10px 5px;border:1px solid rgba(238,238,238,0.29);margin:2px 10px;}.table.economic ul li:hover {border-color:#4593e3;}.table.premium ul li:hover {border-color:#cd4436;}.table.standard ul li:hover {border-color:#16a085;}.table a {text-decoration:none;display:inline-block;overflow:hidden;color:#000;margin:1px 0 10px;text-transform:uppercase;}.table a:hover {color:#fff;}.table .button span {position:relative;display:inline-block;-webkit-transition:-webkit-transform 0.3s;-moz-transition:-moz-transform 0.3s;transition:transform 0.3s;padding:5px 35px;font:Bold 20px Armata;}.table .button span::before {position:absolute;top:100%;content:attr(data-hover);font-weight:700;-webkit-transform:translate3d(0,5px,10px);-moz-transform:translate3d(0,5px,10px):transform:translate3d(0,5px,10px):}.table .button:hover span,.table .button:focus span {-webkit-transform:translateY(-100%);-moz-transform:translateY(-100%);transform:translateY(-100%);}.table.economic a {border: 2px solid #4593e3;}.table.economic a:hover {background: #4593e3;}.table.standard a {border:2px solid #16a085;}.table.standard a:hover {background:#16a085;}.table.premium a {border:2px solid #cd4436;}.table.premium a:hover {background:#cd4436;}

Step 5 – अब निचे आपको Pricing Table का HTML कोड मिलेगा| इसे कॉपी करे|

Click Here To Download The Link 2


<div class="table economic">
<h2>Economic</h2>
<span class="price">$10/year</span>
<ul>
  <li>20 GB space</li>
  <li>Unlimited Bandwidth</li>
  <li>15 Email Accounts</li>
  <li>10 MySQL Database</li>
  <li>24&#215;7 Online Support</li>
  <li>100% Money Back Guarantee</li>
</ul>
<a class="button" href="#"><span data-hover="Buy">Buy</span></a>
</div>
<div class="table standard">
<h2>Standard</h2>
<span class="price">$45/year</span>
<ul>
  <li>100 GB space</li>
  <li>Unlimited Bandwidth</li>
  <li>50 Email Accounts</li>
  <li>35 MySQL Database</li>
  <li>24&#215;7 Online Support</li>
  <li>100% Money Back Guarantee</li>
</ul>
<a class="button" href="#"><span data-hover="Buy">Buy</span></a>
</div>
<div class="table premium">
<h2>Premium</h2>
<span class="price">$99/year</span>
<ul>
  <li>Unlimited space</li>
  <li>Unlimited Bandwidth</li>
  <li>Unlimited Email Accounts</li>
  <li>Unlimited&nbsp;MySQL Database</li>
  <li>24&#215;7 Online Support</li>
  <li>100% Money Back Guarantee</li>
</ul>
<a class="button" href="#"><span data-hover="Buy">Buy</span></a>
</div>


Step 6 – अब इस कोड को आपको वह Paste करना है| जहाँ Post में आप इस Pricing Table को दिखाना 
चाहते है|



Step 7 – अब आपको Save कर दे आपका पूरा काम Complete हो चूका है|

तो आप इस प्रकार से आसानी से अपने ब्लॉगर ब्लॉग में Pricing Table को Add कर सकते है|

निष्कर्ष– आपको यह Add Pricing Table in Blogger का Article कैसा लगा। So आप नीचे कमेंट बॉक्स में कमेंट करके जरूर बताएं। And किसी प्रकार का सुझाव देना भी चाहते है| So आप नीचे Comment Box में अपनी राय हमारे साथ Share कर सकते है।

Comments

Popular posts from this blog

Google Pixel 4: And Pixel 4 XL lift curtain, know features

Google Pixel 4:  And Pixel 4 XL lift curtain, know features Google Pixel 4 and Pixel 4 XL lift curtain, know features The Google Pixel 4 is priced at $ 799 (about Rs 57,000) and the Google Pixel 4 XL will be sold for $ 899 (about Rs 64,000). Google launched the Pixel 4 and Pixel 4 XL smartphones at its Made by Google event held in New York City. As always, the most important feature of the new handset of the Pixel series is the camera itself. But this time Google has also given some unique features. Pixel 4 has a radar sensor. It was known as Project Soli during development. But now it is called Motion Sense. With the help of this technology, the smartphone supports air gestures. You can perform many tasks on the phone just by shaking hands. Google Pixel 4, Pixel 4 XL price The Google Pixel 4 is priced at $ 799 (about Rs 57,000) and the Google Pixel 4 XL will be sold for $ 899 (about Rs 64,000). The Pixel 4 handset will be available in Just Black, Clearly Wh...

Create Gmail account: How to create Gmail ID: And send email

How To Create Gmail Account ID How to open Google Account? My New Email id? Different types of people keep searching on Google. But they cannot find a good way to create a new Email Account on Google. Today we will teach you to create a new Email Account. By the way, we all know that Email ID has become very important nowadays. Nothing is possible without an Email ID. Email ID is required to send online Banking, college form, Aadhaar card, or message. Now you may be wondering what is the difference between Gmail and Email. There is not much difference between Gmail and Email. Email is the address of a mail. And Gmail is the service of Email. For more details, we will tell you in the next post. Now we will talk about how the email ID that is created on Google is all created and what is required for it, today we will know about it. Which is very important for everyone. Here's how to create an Email ID on Gmail. Which you can create a new Email Account in 2 minutes which is c...

Karva Chauth 2019: Karva Chauth festival date and muhurat 2019

Karva Chauth 2019 Karva Chauth 2019: Karva Chauth festival date and muhurat 2019 According to Hindu scriptures, mythological texts and scriptures in India, every month there is a festival & fast, some festival, festivals or rites, etc. But the fasting is done on (Karwa Chauth) the Chaturthi of Krishna Paksha of Kartik month is very favorable for women. It is more important. Actually, Karva Chauth fasts on this day. It is believed that if Suhagin (Married) women keep fast on this day, then their husband's life is long and their household life starts to be pleasant. Although people who believe in Hinduism all over India celebrate this festival with great pomp, in North India especially Punjab, Haryana, Rajasthan, Uttar Pradesh, Madhya Pradesh, etc., this day is a different sight. On the day of Karvachauth Vrat, where the story goes on in another day, on the other day, the eyes of the marriages become desperate for the moon. The view of the roofs of houses is also worth se...