Staredit Network

Staredit Network -> Computers and Technical -> Wordwrap/Overflow
Report, edit, etc...Posted by O)FaRTy1billion on 2005-11-21 at 23:21:16
I am making a folder tree that is in a narrow frame, but because the page automatically has WordWrap it moves everything down and screws up all the images fitting together.
What I need to know is there a way to disable wordwrap? Or do I just have to make the frame wide enough to fit all the words? (Which would be wide and ugly)
Report, edit, etc...Posted by Pie_Sniper on 2005-11-21 at 23:58:20
I've seen it before on w3schools, I think. I'll go check.

Try white-space: nowrap.
Report, edit, etc...Posted by RexyRex on 2005-11-22 at 00:05:34
Exactly what I was thinking.
http://www.w3schools.com/css/pr_pos_overflow.asp
Report, edit, etc...Posted by O)FaRTy1billion on 2005-11-22 at 00:25:36
I tried   but it just made it go down one line after the images.

EDIT: Just tried "overflow: scroll;", but that didn't work.

ADDITION:
Ok, I did "white-space: nowrap;" (Did not see what it was when skimming the post... no semicolon confused me) and it worked. biggrin.gif Thanks.
Next Page (1)