How to set up the opera browser. How to set up opera on a computer

 The process of installing the Opera browser on a Windows computer is quite simple, but for those who are used to learning how to do something first, and only then do it, in this article we will look at how to install the Opera browser on a computer. To do this, you need to download the official version of the Opera browser (how to do this is described in detail in → this article). Then double-click on the downloaded file with the left mouse button. This will start the process of installing Opera on your computer. Starting the installation process of Opera on your computer For security reasons, when installing new programs on a computer, you need to confirm that this is done in a sober mind and solid memory. Therefore, this window will appear first: Starting the installation process of Opera on your computer It asks: "Run this file?". If this is indeed an Opera installation file downloaded from the official site, as described by the link in the introduction to this article, t...

Как в блоге удалить технологии Blogger из блога полностью-How to Remove Blogger Technologies from a Blog Completely on a Blog

Как в блоге удалить надпись Технологии Blogger

Большинство шаблонов предоставляемых веб-дизайнерами больше не включают в себя эту запись авторства блогер. Тем не менее, если вы решили использовать стандартный шаблон blogger, то в нем автоматически проставляется атрибуция блогер, которая может быть удалена, или же просто скрыта. 

Для тех кто хочет полностью избавиться от надписи Технологии Blogger советую сделать следующее: В панели управления откройте раздел Шаблон, затем Изменить HTML, здесь жмем клавиши CTRL+F в появившемся окошке пишем: Attribution жмем энтер, после удаляем участок кода от

<b:section до </b:section>

ПРИМЕ́Р

      <b:section class='footer' id='footer' name='Footer' showaddelement='false' tag='footer'>

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

                <b:widget-settings>

                  <b:widget-setting name='copyright'>надпись навсегда</b:widget-setting>

                </b:widget-settings>

                <b:includable id='main' var='this'>

  <div class='widget-content'>

    <div class='blogger'>

      <a expr:href='data:bloggerUrl' rel='nofollow'>

        <b:include name='flatBloggerIcon'/>

        <b:message name='messages.poweredByBlogger'/>

      </a>

    </div>


    <b:if cond='data:imageAuthor'>

      <div class='image-attribution'>

        <b:if cond='data:imageAuthor.url'>

          <b:message name='messages.templateImagesByLink'>

            <b:param expr:value='data:imageAuthor.url'/>

            <b:param expr:value='data:imageAuthor.name'/>

          </b:message>

        <b:else/>

          <b:message name='messages.templateImagesBy'>

            <b:param expr:value='data:imageAuthor.name'/>

          </b:message>

        </b:if>

      </div>

    </b:if>


    <b:if cond='data:copyright != &quot;&quot;'>

      <div class='copyright'><data:copyright/></div>

    </b:if>

  </div>

</b:includable>

              </b:widget>

            </b:section>