DOSError Posted March 7, 2006 Report Share Posted March 7, 2006 I'm trying to define a text type in my external CSS file and there is one attribute that doesn't appear to be working (display:inline;). I'm trying to keep text from breaking on lower resolutions (800x600), but it doesn't seem to be working. I basically just need something like <nobr> implemented into my css file. If I put <nobr> before and after the text that is breaking, it works...but if I try putting display:inline; in the text class in my CSS file, it doesn't work...any help?Thanks\\DOSerror Quote Link to post Share on other sites
jsbowen Posted March 7, 2006 Report Share Posted March 7, 2006 Have you tried white-space: nowrap? Quote Link to post Share on other sites
DOSError Posted March 7, 2006 Author Report Share Posted March 7, 2006 (edited) Have you tried white-space: nowrap?Jesus jsbowen...you are like the fricking houdini of webpage code! Do you do this stuff for a living or what??? That worked quite well, thanks! Edit: Nevermind...read your profile about the websites on the side thing. Edited March 7, 2006 by DOSError Quote Link to post Share on other sites
jsbowen Posted March 8, 2006 Report Share Posted March 8, 2006 Yeah, I'm just a weekend warrior when it comes to web pages. I was afraid Hai-Etlik would come by and tell me my code was not compliant with current standards Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.