chamlis
Junior Member
Posts: 4
Registered: 9/5/2007
Location: Ireland
Member Is Offline
|
| posted on 9/5/2007 at 04:48 PM |
|
|
Display external webpage IN ONE LINE for Horizontal scroller
Hey again,
I have a horizontal scroller that acts like a news ticker. It gets it's content from 5 external html documents that are updated independently.
The scroller will only show the first line of text for each document.
Is there a way for it to display all the content on the one line?
Maybe more clarrification is needed about what I'm talking about. Please ask if so.
Thank you all
|
|
|
tigra
Administrator
Posts: 1915
Registered: 6/17/2002
Location: US, CO
Member Is Offline
|
| posted on 9/6/2007 at 03:45 PM |
|
|
It sounds like the content wraps and there is not enough height to display the rest of the page. You'll need to make sure that there's nothing in
the source pages that wraps the code (divs or paragraphs etc) and the width of the scroller items is not limited.
|
|
|
chamlis
Junior Member
Posts: 4
Registered: 9/5/2007
Location: Ireland
Member Is Offline
|
| posted on 9/7/2007 at 03:25 PM |
|
|
Changed external files to text as opposed to html. Fixed wrapping. Thanks!
|
|
|