CSS - Wrap attribute

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Toronto Web Designer

    CSS - Wrap attribute

    <textarea name="applicati on" cols="50" rows="12" wrap="virtual"
    class="textarea "></textarea>

    Is there a way to include the wrap in CSS or is that a structure thing?


  • Neal

    #2
    Re: CSS - Wrap attribute

    On Sat, 3 Jul 2004 22:18:35 -0400, Toronto Web Designer
    <torontowebdesi gner@yahoo.ca.i nvalid> wrote:
    [color=blue]
    > <textarea name="applicati on" cols="50" rows="12" wrap="virtual"
    > class="textarea "></textarea>
    >
    > Is there a way to include the wrap in CSS or is that a structure thing?[/color]

    I don't recall "wrap" ever being a valid attribute for textarea.
    Therefore, I'm not sure what you're looking for with "virtual". What are
    you trying to get it to do?

    Comment

    • Neal

      #3
      Re: CSS - Wrap attribute

      On Sat, 03 Jul 2004 23:10:54 -0400, Neal <neal413@yahoo. com> wrote:
      [color=blue]
      > On Sat, 3 Jul 2004 22:18:35 -0400, Toronto Web Designer
      > <torontowebdesi gner@yahoo.ca.i nvalid> wrote:
      >[color=green]
      >> <textarea name="applicati on" cols="50" rows="12" wrap="virtual"
      >> class="textarea "></textarea>
      >>
      >> Is there a way to include the wrap in CSS or is that a structure thing?[/color]
      >
      > I don't recall "wrap" ever being a valid attribute for textarea.
      > Therefore, I'm not sure what you're looking for with "virtual". What are
      > you trying to get it to do?[/color]


      Did a little research. Apparently wrap is a Netscape proprietary
      attribute, which sends the text as wrapped, not as one string. Most of
      your users' browsers will not recognize it. As far as I know there's no
      way to do this in valid CSS or HTML.

      Comment

      • Stan Brown

        #4
        Re: CSS - Wrap attribute

        "Toronto Web Designer" <torontowebdesi gner@yahoo.ca.i nvalid> wrote
        in comp.infosystem s.www.authoring.stylesheets:[color=blue]
        ><textarea name="applicati on" cols="50" rows="12" wrap="virtual"
        >class="textare a"></textarea>
        >
        >Is there a way to include the wrap in CSS or is that a structure thing?[/color]



        --
        Stan Brown, Oak Road Systems, Cortland County, New York, USA

        HTML 4.01 spec: http://www.w3.org/TR/html401/
        validator: http://validator.w3.org/
        CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
        2.1 changes: http://www.w3.org/TR/CSS21/changes.html
        validator: http://jigsaw.w3.org/css-validator/

        Comment

        • Toronto Web Designer

          #5
          Re: CSS - Wrap attribute


          "Stan Brown" <the_stan_brown @fastmail.fm> wrote in message
          news:MPG.1b51d0 47509074dc98c6a 7@news.odyssey. net...[color=blue]
          > "Toronto Web Designer" <torontowebdesi gner@yahoo.ca.i nvalid> wrote
          > in comp.infosystem s.www.authoring.stylesheets:[color=green]
          > ><textarea name="applicati on" cols="50" rows="12" wrap="virtual"
          > >class="textare a"></textarea>
          > >
          > >Is there a way to include the wrap in CSS or is that a structure thing?[/color][/color]
          [color=blue]
          > http://smjg.port5.com/faqs/usenet/xpost.html[/color]

          lol. You have *got* to be kidding. :-) There is a precise, although
          apparently subtle, difference between my messages... one has to do with CSS
          and the other HTML authoring. Care to differ? But, really, you ought to do
          something else with your time.


          Comment

          • Stan Brown

            #6
            Re: CSS - Wrap attribute

            "Toronto Web Designer" <torontowebdesi gner@yahoo.ca.i nvalid> wrote
            in comp.infosystem s.www.authoring.stylesheets:[color=blue]
            >lol. You have *got* to be kidding. :-) There is a precise, although
            >apparently subtle, difference between my messages... one has to do with CSS
            >and the other HTML authoring. Care to differ? But, really, you ought to do
            >something else with your time.[/color]

            Better than reading your messages, at any rate.

            --
            Stan Brown, Oak Road Systems, Cortland County, New York, USA

            HTML 4.01 spec: http://www.w3.org/TR/html401/
            validator: http://validator.w3.org/
            CSS 2 spec: http://www.w3.org/TR/REC-CSS2/
            2.1 changes: http://www.w3.org/TR/CSS21/changes.html
            validator: http://jigsaw.w3.org/css-validator/

            Comment

            Working...