1) Script Title: Pausing RSS scroller
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ller/index.htm
3) Describe problem: Is it possible to center the text in the scroller and if so how. TIA
1) Script Title: Pausing RSS scroller
2) Script URL (on DD): http://www.dynamicdrive.com/dynamici...ller/index.htm
3) Describe problem: Is it possible to center the text in the scroller and if so how. TIA
Just to confirm, I assume you mean center the text inside the scroller, not the scroller relative to the page. Try something like:
Code:#pscroller1{ width: 450px; height: 1.2em; text-align: center; border: 1px dashed black; padding: 5px; background-color: lightyellow; }
DD Admin
Bookmarks