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'>Breaking apart the code above:
<-- residuum of the code -->
</b:section>
- <b:section is the opening tag of the section.
- class='header' - describes the existing grouping within the "header" chemical cistron
- id='header' - identifies together with specifies the header equally a unmarried element.
- 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.
- 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.
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