Jump to content

Recommended Posts

Guest scholefn
Posted

Hi

I'm new to this so hopefully this is not a dumb question. I've modified a simple homescreen from this site (thanks [email protected], I think!). It's working fine except the calendar plug in wraps onto the next line if there is too much text to fit on one line.

Does anyone know how to make it show on one line only? I think the standard home screen ends up putting a ... at the end of the first line, eg.

Nick's appointment is too long

show's up as

Nick's appointment is to...

rather than wrapping on to the next line like my one does.

Any help much appreciated!

Thanks

Nick

Guest drblow
Posted

add w="x" to the code - where "x" is the desired value in width (eg x="150") in the same tag as your text x, y values. Posted from my SmartPhone!

  • 2 weeks later...
Guest Phrak
Posted

If you make it something much larger than the screen width, eg w="250", then the line will just appear to continue off the edge of the screen, without cutting off the last few characters with "..."

Technically if you have a very long appointment name, ie. something larger than 250pixels, then it will still wrap, but you can increase the w="250" to 500 or something rediculous.

Tim.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.