📱
HTML Widget
  • HTML Widget
  • Getting Started
    • Regular Use
    • Module Use
  • About
    • The Function
    • Types
  • Components
    • <widget>
    • <stack>
    • <spacer>
    • <img>
    • <text>
    • <date>
    • <style>
    • <!-- Comment -->
  • Add-ons
    • Add-ons
    • <symbol>
    • <hr>
    • <progress>
    • <blockquote>
  • Template
    • Templates
    • Mapping
    • Render
  • Examples
    • Hello, World!
    • Reddit Widget
  • Closing Remarks
    • Bug Fixes and Feedback
    • Support
Powered by GitBook
On this page
  1. Components

<spacer>

About The Spacer Tag

<widget>
  <spacer space="5"/>
</widget>

The <spacer> element defines a widget spacer element. It is a self-closing tag, meaning you do not need a second closing tag but it must be marked with a forwardslash at the end.

Attributes

space - posInt

Defines the space of the spacer. If the value is empty or not provided, the space automatically sizes. This attribute cannot be set with css.

Previous<stack>Next<img>

Last updated 14 days ago