My text flows down instead of over..Like this:
Goddard
Girls
Soccer
Spring
2004
All Cancellations
will be Post
Here:
(Any cancellations
due to weather or other
circumstances will be posted
here)
Next Game is
Thursday - Home vs.
Buhler - J.V. at
5:30, Varsity at 7:00
Is there anyway I can fix that? Thanks for the help!
Neilhmm..well...depending on whether its because of the size of the element that the text resides or something else, wrap: virtual; or wrap: nowrap; may work...but im unsureWe'll need to see your HTML and CSS. And there's not CSS wrap: virtual. It would be white-space: nowrap | wrap... or you could use overflow: auto | scroll | hidden | visible.
The most likely culprit is the element being too small.oh wow...im outta it..jeez
i swear i remember something like this:
<textarea wrap="virtual"></textarea>
jeez..im not getting that old, am i?...<textarea wrap="virtual"></textarea>
wrap is not a valid attribute (<!-- m --><a class="postlink" href="http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.7">http://www.w3.org/TR/REC-html40/interac ... tml#h-17.7</a><!-- m -->), although wrap="off|soft|hard|virtual" is supported to some extent in some browsers.
As to the text flow problem, it is related to the tables used for layout.ach....darned specs
Goddard
Girls
Soccer
Spring
2004
All Cancellations
will be Post
Here:
(Any cancellations
due to weather or other
circumstances will be posted
here)
Next Game is
Thursday - Home vs.
Buhler - J.V. at
5:30, Varsity at 7:00
Is there anyway I can fix that? Thanks for the help!
Neilhmm..well...depending on whether its because of the size of the element that the text resides or something else, wrap: virtual; or wrap: nowrap; may work...but im unsureWe'll need to see your HTML and CSS. And there's not CSS wrap: virtual. It would be white-space: nowrap | wrap... or you could use overflow: auto | scroll | hidden | visible.
The most likely culprit is the element being too small.oh wow...im outta it..jeez
i swear i remember something like this:
<textarea wrap="virtual"></textarea>
jeez..im not getting that old, am i?...<textarea wrap="virtual"></textarea>
wrap is not a valid attribute (<!-- m --><a class="postlink" href="http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.7">http://www.w3.org/TR/REC-html40/interac ... tml#h-17.7</a><!-- m -->), although wrap="off|soft|hard|virtual" is supported to some extent in some browsers.
As to the text flow problem, it is related to the tables used for layout.ach....darned specs