Understanding The Page Elements Of A Blogger Layout

When next a tutorial on how to add together a gadget/widget or brand unopen to customizations inward a Blogger blog, unopen to novel users may non know the important of surely terms, as well as it may hold upwardly harder to locate them. As for the gadgets, unremarkably it is required to access the blog's layout inward club to add together or adapt whatsoever of the page elements.

For a meliorate understanding, hither are unopen to basic explanations virtually 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 require to click on the "Layout" selection inward the Blogger dashboard.


Understanding the Page Elements sections

The Blogger Layout is made of sections as well as elements. The sections grade surely areas of a page. Every department is represented yesteryear the tag as well as has an unique "ID" that names its chemical component which is followed yesteryear a CSS "class" selector. Each department has unopen to attributes as well as through these, nosotros tin determine the set out of elements allowed inward the department as well as if this department gives the option to add together a "page element".


Let's stimulate got a await to an event of the default code related to the header department flora inward the HTML of a Blogger template:
class='header' id='header' maxwidgets='1' showaddelement='no'>
<-- residue of the code -->
Breaking apart the code above:
  1. is the opening tag of the section.
  2. class='header' - describes the existing grouping within the "header" chemical component
  3. id='header' - identifies as well as specifies the header every bit a unmarried element.
  4. maxwidgets='1' - determines the set out of elements allowed inward the "header"; hither nosotros stimulate got the set out of gadgets that nosotros tin include inward the header section. In this example, '1' agency that this department allows us to add together exclusively a gadget.
  5. showaddelement='no' - the 'no' attribute agency that the header volition non demo the "Add a gadget" link or nosotros won't hold upwardly able to movement whatsoever Page Elements. To activate this selection then 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 hold upwardly able to adapt the elements every bit nosotros like, exactly click on the chemical component that you lot desire to movement as well as drag & drib it wherever you lot want.
The spaces reserved for adding elements inward the existing sections are called Gadgets (or Widgets). You tin easily add together diverse Page Elements yesteryear clicking on the "Add a Gadget" link. This volition opened upwardly a pop-up window for you lot to pick as well as lead which elements should hold upwardly 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 you lot stimulate got added a page element, gadgets tin hold upwardly moved up, downwards or sideways. You tin set them wherever you lot want. Of all the existing gadgets, the most used is the "HTML/JavaScript". Inside this gadget (widget) you lot tin insert whatsoever code, every bit long every bit it is inward the HTML or JavaScript language.

Each fourth dimension you lot arrive at upwardly one's heed to add together a novel gadget, click on the "Add a gadget" link inward the surface area where you lot desire to add together it. For example, if you lot desire to add together a JavaScript code as well as desire it to seem in the sidebar, you lot should click on the "Add a gadget" link inward the "Sidebar" section, lead the "HTML/JavaScript" selection as well as glue the code inward there.

Once you lot stimulate got added novel gadgets (widgets), it is recommended to banking corporation tally the changes yesteryear clicking on the Preview push earlier saving anything. So, if something went wrong, you lot exactly click on "Clear" as well as everything that was non saved volition furnish to its previous state. If the seat of whatsoever Page Elements (Gadgets) has been rearranged, you lot volition require to click on the Save arrangement push inward club to run across the changes.