Understanding The Page Elements Of A Blogger Layout

When next a tutorial on how to add together a gadget/widget or brand closed to customizations inward a Blogger blog, closed to novel users may non know the important of sure enough terms, together with it may last harder to locate them. As for the gadgets, commonly it is required to access the blog's layout inward guild to add together or accommodate whatever of the page elements.

For a ameliorate understanding, hither are closed to basic explanations most the Page Elements located inward the Layout department of a Blogger dashboard.

What are the Page Elements?

Page Elements is, basically, the trunk of our blog. To access the Page Elements, nosotros involve to click on the "Layout" pick inward the Blogger dashboard.


Understanding the Page Elements sections

The Blogger Layout is made of sections together with elements. The sections grade sure enough areas of a page. Every department is represented past times the <b:section> tag together with has an unique "ID" that names its chemical cistron which is followed past times a CSS "class" selector. Each department has closed to attributes together with through these, nosotros tin determine the publish of elements allowed inward the department together with if this department gives the option to add together a "page element".


Let's accept a hold back to an instance of the default code related to the header department institute inward the HTML of a Blogger template:
<b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
<-- residuum of the code -->
</b:section>
Breaking apart the code above:
  1. <b:section is the opening tag of the section.
  2. class='header' - describes the existing grouping within the "header" chemical cistron
  3. id='header' - identifies together with specifies the header equally a unmarried element.
  4. maxwidgets='1' - determines the publish of elements allowed inward the "header"; hither nosotros get got the publish of gadgets that nosotros tin include inward the header section. In this example, '1' way that this department allows us to add together entirely a gadget.
  5. showaddelement='no' - the 'no' attribute way that the header volition non present the "Add a gadget" link or nosotros won't last able to motility whatever Page Elements. To activate this pick together with thus that nosotros tin add together novel Page Elements (Add a gadget), nosotros should change 'no' to 'yes'. By setting the "showaddelement" attribute to 'yes', we'll last able to accommodate the elements equally nosotros like, exactly click on the chemical cistron that yous desire to motility together with drag & drib it wherever yous want.
The spaces reserved for adding elements inward the existing sections are called Gadgets (or Widgets). You tin easily add together diverse Page Elements past times clicking on the "Add a Gadget" link. This volition opened upward a pop-up window for yous to pick together with lead which elements should last added. Just click on the Gadget's championship or on the bluish summation sign symbol to add together it to your blog's layout.


After yous get got added a page element, gadgets tin last moved up, downwards or sideways. You tin pose them wherever yous want. Of all the existing gadgets, the most used is the "HTML/JavaScript". Inside this gadget (widget) yous tin insert whatever code, equally long equally it is inward the HTML or JavaScript language.

Each fourth dimension yous hit upward one's heed to add together a novel gadget, click on the "Add a gadget" link inward the expanse where yous desire to add together it. For example, if yous desire to add together a JavaScript code together with desire it to look in the sidebar, yous should click on the "Add a gadget" link inward the "Sidebar" section, lead the "HTML/JavaScript" pick together with glue the code inward there.

Once yous get got added novel gadgets (widgets), it is recommended to banking concern gibe the changes past times clicking on the Preview push clitoris earlier saving anything. So, if something went wrong, yous only click on "Clear" together with everything that was non saved volition supply to its previous state. If the seat of whatever Page Elements (Gadgets) has been rearranged, yous volition involve to click on the Save arrangement push clitoris inward guild to come across the changes.

Comments