文本描述
Working with the News Module (news.xml) The news and service modules are flexible modules that can be easily customized. Below is a list of options: GLOBAL SETTINGS <itemWidth> the width of your news photos <itemHeight> the height of your news photos <useStyleSheet> choose to use a style sheet for your news text, true/false <styleSheetUrl> the url to your style sheet NEWS ITEM XML <item> <date>24 MAR 2010</date> <image>images/news/3.jpg</image> <title><![CDATA[<!-- BEGIN -->The HTML Title <!-- END -->]]></title> <text><![CDATA[<!-- BEGIN -->The HTML Text<!-- END -->]]></text> </item> <date> the date of your news item. This can be written in any date format <image> the url to your services image <title> the title of your services item, HTML permitted <text> the text of your news item, HTML permitted