|
The 'news scroller' one of our most popular components. Now
with added features:
- embedded into the body of the page via (include / Library)
- can be set to float 'right' or 'left'
- width can be modified
- transparent background for scrolling content
- create multiple scrollers
Editing the scroller box content(video)
- open the (includes / Library) folder
- open the 'news_scroller' page
- edit away
- save
- ** images placed on the scroller page should not exceed 120
pixels**, unless you have changed the width of the box
Change the 'alignment' of the box
(video)
- open the styles folder / stylesheet.css
- scroll to line 40
identify this line of code
/* news and info*/ .news {width:180px; vertical-align:top;......................
float:right; clear:both;}
- change the 'float:right; to float:left;
Change the heading (What's
New)
- open the (includes/Library) folder
- open the 'scroller_include' page
- edit the text 'What's New'
- save
Troubleshooting |