SitePoint Sponsor |
|
User Tag List
Results 1 to 4 of 4
Thread: Urgent Help!
-
Apr 4, 2001, 22:37 #1
- Join Date
- May 2000
- Location
- Victoria, Australia
- Posts
- 1,661
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Hi,
I need to find the CSS equivilant of "nowrap" (instead of using <td nowrap> )
I searched for hours on the w3c site, it says that nopwrap is depriciated in HTML 4 and is now done with CSS, but I can't for the life of me find it.
I cannot use the nowrap feature because we are using a HTML 4 compliant system and unfortunatly nowrap is not part of it.
Help, pleeeaaase!.NET Code Monkey
-
Apr 4, 2001, 23:10 #2
- Join Date
- May 2000
- Location
- Victoria, Australia
- Posts
- 1,661
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
WOOOHOOO!
hehehe,
Ok I found it.
If anyone is interested it is {white-space: nowrap}.NET Code Monkey
-
Apr 4, 2001, 23:37 #3
- Join Date
- Feb 2001
- Location
- Melbourne Australia
- Posts
- 6,282
- Mentioned
- 1 Post(s)
- Tagged
- 0 Thread(s)
While we're on the topic, does anyone know the CSS to justify text fully, as in stretch it like in printed newspapers?
[mmj] My magic jigsaw
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
The Bit Depth Blog · Twitter · Contact me
Neon Javascript Framework · Jokes · Android stuff
-
Apr 5, 2001, 05:59 #4
- Join Date
- Jan 2001
- Location
- Milton Keynes, UK
- Posts
- 1,011
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
style="text-align: justify"
Bookmarks