Element Attributes / Parameters

Elements are configured by attributes (parameters). For Image and video elements  e.g. the  "src" attribute (source) defines the path to the elements (image, video). Some other parameters are:

  • width and height for the element's dimension 
  • top and left for the element's absolute position on the page.
  • position for the relative position on the page. Possible values are: 
    horizontal positioning:   {left, center, right} 
    vertical positioning:    {top, middle, bottom}
  • url for a clickable link address (internal as page number or anchor, and external as link to a website)
    This is an attribute of the link plugin 
  • gui defines an absolute or relative path to the gui file to use with a video element (playback controls). A default gui is delivered as vidgui.swf. To use it, add gui="elements/vidgui.swf" in the vid tag. 

For details on what attributes are supported by which element please check the article about the respective element like in the Wiki, like image and video.