Content Alignment
I am doing web application for Phone Device.Its resolution is 300 * 200 pixels.I am using XSLT for converting inout XML to HTML and display on the aspx page.This web app. shows News ,stocks info.This is like normal navigation.On click of menu news in the landing page,shows the news listings ,on click of listings shows the headlines story.Here comes the problem.As the screen height is 200 ,we cant show full story.So I am doing paging by extracting only subset of the total characters that fits into the screen.But in display it looks ugly like this
NEW YORK - Robert DE Niro,
BarBara Walters,David
RockeFeller and other members
meetings....
Is it possible to make the content aligned properly that fits height of the screen like below
NEW YORK - Robert DE,
BarBara Walters,David
RockeFeller and other
members meetings....
Can anyone pls send some suggestions for my problem?
|