Question
Internet Explorer does not keep the text from wraping when 'nowrap=1'. When 'nowrap=1' it works fine in Firefox. Any ideas? Is this just a bug in the Calander plugin, or IE rather (grrrrr)? Can this be fixed? Thanks!
Environment
--
ChadCarver - 29 Nov 2006
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
try this...
<span style="white-space: nowrap">...</span>
--
SteveStark - 06 Dec 2006
Nope, this didn't work. I used it like this:
<span style="white-space: nowrap">
%CALENDAR{month="3" year="2007" showweekdayheaders="1" daynames="Monday|Tuesday|WednesdayThursday|Friday|Saturday|Sunday" cellalignment="left" vcellalignment="top" nowrap="1" cellheight="90"}%
* 3 Mar 2007 - test test test test test test
</span>
Any other ideas?
--
ChadCarver - 29 Mar 2007
Sorry. I got it. I had to put the html span around the just the text I wanted displayed. Thank you for the help!
--
ChadCarver - 29 Mar 2007