A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: <pre></pre> tags

  1. #1
    GRooVeZ is the name ;) PixelAddict's Avatar
    Join Date
    Jun 2001
    Location
    Belgium - Limburg
    Posts
    606

    horizontal resize or wrap

    jow guys

    if you check the only thread in the message board inhere;
    http://webdesigners2002.multimedi.be...v/frameset.htm

    youll see one reply that **** up my horizontal resize

    im trying to give my td a width, but thats doesnt seem to work
    isnt it possible to wrap the text?
    Last edited by PixelAddict; 10-16-2002 at 08:06 AM.

  2. #2
    Senior Member
    Join Date
    Apr 2001
    Posts
    296
    Hi,

    I don't know any way to wrap that because it contains no white space. The workaround I would use is like this:

    Code:
    <DIV style="overflow:hidden">
    
    lots of ************* s
    
    </DIV>
    If you put that inside your TD it will not resize beyond the width you set it.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center