Thursday, November 21, 2024

Blog, How to modify ContactForm in HTML on a Google blogger.

How to change the background color of ContactForm

 

ContactForm

 

 

First, search for the ContactForm text in HTML... 

Then, if you add the yellow part below, the background color will change from white to black.

 

  <b:widget id='ContactForm1' locked='false' title='Contact Form' type='ContactForm' version='1'>
    <b:includable id='main'>
  <b:if cond='data:title != &quot;&quot;'>
    <h2 class='title'><data:title/></h2>
  </b:if>
  <div class='contact-form-widget'>
    <div class='form'>
      <form name='contact-form'>
        <p/>
        <data:contactFormNameMsg/>
        <br/>
        <input class='contact-form-name' expr:id='data:widget.instanceId + &quot;_contact-form-name&quot;'
 name='name' size='30' style='background-color: rgba(155, 155, 155, 0.1); color: yellow;' type='text' value=''/>
        <p/>
        <data:contactFormEmailMsg/> <span style='font-weight: bolder;'>*</span>
        <br/>
        <input class='contact-form-email' expr:id='data:widget.instanceId + &quot;_contact-form-email&quot;'
 name='email' size='30' style='background-color: rgba(155, 155, 155, 0.1); color: yellow;' type='text' value=''/>
        <p/>
        <data:contactFormMessageMsg/> <span style='font-weight: bolder;'>*</span>
        <br/>
        <textarea class='contact-form-email-message' cols='25' expr:id='data:widget.instanceId + &quot;_contact-form-email-message&quot;'
name='email-message' rows='5' style='background-color: rgba(155, 155, 155, 0.1); color: yellow;'/>
        <p/>
        <input class='contact-form-button contact-form-button-submit' expr:id='data:widget.instanceId + &quot;_contact-form-submit&quot;'
                  expr:value='data:contactFormSendMsg' type='button'/>
        <p/>
        <div style='text-align: center; max-width: 222px; width: 100%'>
          <p class='contact-form-error-message' expr:id='data:widget.instanceId + &quot;_contact-form-error-message&quot;'/>
          <p class='contact-form-success-message' expr:id='data:widget.instanceId + &quot;_contact-form-success-message&quot;'/>
        </div>
      </form>
    </div>
  </div>

 

 

Copyright2021olympithecus

 

Wednesday, November 20, 2024

Blog, This is the Google Translate with icons that I am using on my blog.

The following code is the Google Translate code currently used on my blog

 

 

Google Translate

Google Blog provides a basic Google Translate by default.
But it is too simple and inconvenient to use.
I wanted a Google Translate where each country is represented by an icon, so you can click directly to translate.
So, I eventually found this code.
Then, I added some styles and modified it.
It may be difficult to use the code below directly.
You can copy it to Notepad and organize the paragraphs to use it.

 

<div class="gtranslate_wrapper"></div>
<script>window.gtranslateSettings = {"default_language":"en","native_language_names":true,"detect_browser_lang

uage":true,"languages":["ko","en","ja","zh-CN","fr","it","es","de"],"wrapper_selector":".gtra

nslate_wrapper","alt_flags":{"en":"usa","pt":"brazil","fr":"quebec"}}</script>
<script src="https://cdn.gtranslate.net/widgets/latest/fd.js" defer></script>

<style>
  /*Dropdown box settings*/
  .gtranslate_wrapper select {
    background-color: rgba(155, 155, 155, 0.1); /* Set the background of the dropdown box to 70% opacity */
    color: white !important; /* Set the text color of the dropdown box to white */
    border-color: rgba(155, 155, 155, 0.1); /* Set the border color of the dropdown box to 70% opacity */
    padding: 5px;
    font-size: 15px;
    border: none;
    border-radius: 30px; /* Make the corners rounded with the application of the R value to the dropdown box */
    transform: translate(30%, 10%); /* Positioning of the dropdown box */
  }
  /* Settings of the internal option items in the dropdown box */
  .gtranslate_wrapper select option {
    color: black !important; /*The text color of the internal option items in the dropdown box is black */
    background-color: white !important; /*Background color of the internal option items in the dropdown box is white */
  }
</style>

 

Copyright2021olympithecus

Wednesday, November 13, 2024

Health, They say that when your body temperature goes up, the disc calcification melts. Is that true?

Will raising the body temperature really melt disc calcification?

 

Understanding how calcium buildup happens can help you believe that natural healing is possible. Calcium buildup is when inflammation and waste products collect in joints and tendons, hardening like stones. Even if you have surgery to remove it, if your body is still prone to inflammation and can’t remove waste through the blood, the pain will keep coming back. The key is that calcium buildup can be naturally healed by your body. When your body temperature rises, the calcium will begin to dissolve on its own, and toxins will be washed out through the blood, helping cells regenerate. Grounding, or connecting with the earth, plays an important role in preventing chronic inflammation. It helps stop new inflammation from forming and neutralizes the (+) charge that causes pain, which helps reduce the pain. It’s important to create a healthy environment in your body. When toxins are removed, your body temperature rises, and your blood becomes clearer, inflammation and pain will go away too.

Calcium buildup is when calcium salts collect in soft tissues of the body, and this can cause problems like kidney stones, arthritis, and heart disease. Luckily, there are natural ways to reverse calcium buildup and restore balance to your body. One way is to eat foods rich in magnesium, which helps prevent calcium from building up in the soft tissues. Foods like leafy greens, nuts, seeds, and whole grains are great sources of magnesium and can help reverse calcium buildup. Another way is to drink lots of water throughout the day. Water helps flush out toxins from the body and prevents calcium salts from accumulating. In addition to changes in diet, regular exercise can also help reverse calcium buildup. Exercise improves blood circulation and lymphatic drainage, helping to remove calcium deposits in the soft tissues. Including anti-inflammatory foods like turmeric, ginger, and garlic in your diet can also help reduce inflammation in the body and prevent further calcium buildup. Managing stress is also important. Practices like meditation, yoga, and deep breathing can lower stress levels, which in turn can help reverse calcium buildup. Chronic stress causes inflammation in the body and can make calcium buildup worse, so managing stress is key. By making these natural lifestyle changes, you can effectively reverse calcium buildup and improve your overall health and well-being.

 

 

Copyright2021olympithecus

PC, Introducing a Great Screenshot Program: Greenshot

Introducing a Great Screenshot Program: Greenshot

 

Today, I want to introduce a very good screenshot program.
It’s a program that I’ve loved for 10 years.
Most people use the built-in screenshot program in Windows.
This program is free because it’s a GPL open-source program.
You can even install and use it at work, and there’s no problem at all.
I’ve used it at my work for over 10 years, and I’ve never had any problems.
This screenshot program has a few features, but the most used one is copying to the clipboard.

When you take a screenshot, the image is temporarily saved to the clipboard.
Then, when you press Ctrl+V in PowerPoint, Excel, or any other program, you can paste it right away.
There are no messages, so it’s really easy and convenient.
You can copy and paste anything, like pictures or text.

The name of the program is Greenshot.

Download:  Greenshot-INSTALLER-1.2.10.6-RELEASE.exe

 

Copyright2021olympithecus

PC, AHK, If the file name is too long and hidden in Explorer, you can see the full name by pressing the mouse wheel button. (MWBActive)

How to see the full file name if it's hidden because it's too long in Explorer.

 

Here is the introduction in simple English for elementary school students:

There are times when the file name is so long that you can't see it fully in Windows Explorer.

This program can be run just once, and then whenever you click the mouse wheel, it will show the full file name in Windows Explorer, no matter how long it is.

If you use a computer often, this is a great program that can save you time.

 

How to use it: 

1. Run the program.

2. if the file name is too long and hidden in Explorer, just click the mouse wheel button.

 

Downlond :  Seelongfilename_v1.124.11.exe

 

 Copyright2021olympithecus

 

Copyright 2021 - . | Jessica | All Rights Reserved.

Popular Posts