Dreamweaver Extensions

Specification of the configuration file

The following example shows the basic structure of configuration XML file:

<?xml version = "1.0" encoding = "utf-8"> 
<config 
   xmlSource="news.xml"
   cssSource = "styles.css"
   scrollSpeed = "25"
   scrollPosition = "Bottom"
   frameWidth = "240"
   frameHeight = "250"
   frameBgColor = "0x3F3F3F"
   frameBgTransparent = "100"
   frameBorderColor = "0x252525"
   frameBorderWidth = "1"
   frameCornerRadius = "0"
   framePaddingLeft = "10"
   framePaddingRight = "10"
   framePaddingTop = "10"
   framePaddingBottom = "10"
   newsSpaceWidth = "11"
   lineWidth = "1"
   lineColor = "0x252525"
   textFontFamily = "Tahoma"
   textFontColor = "0xCCCCCC"
   textFontSize = "11"
   imageBorderWidth = "1"
   imageBorderColor = "0x858585"
   imageBorderTransparent = "100"
   linkColor = "0xA0A0A0"
   linkHighlight = "0xFFFFFF"
   linkDecoration = "Underline">
</config>

Attributes