unsider Posted July 12, 2008 Share Posted July 12, 2008 I wasn't sure whether to post this in HTML or CSS, but considering I'm using <div> tags, and the solution may be as simple as using design:inline, I decided to post it here. If this is the wrong area, please feel free to move. Anyway I'm trying to prevent page breaks, and I'm wondering if someone can explain why they happen, and how to prevent them. I've heard of using 2 methods, but I;m not sure if they are credible: design:inline <span> tags Incase my terminology is confusing, in pagebreak i'm referring to: wwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwwww Thanks. If I wasn't clear, or my post made little sense, let me know, I'll try to clarify Quote Link to comment Share on other sites More sharing options...
xtopolis Posted July 12, 2008 Share Posted July 12, 2008 Not sure what you mean, but there is no such thing as "design":inline. the word is "display":inline. There is also a "word-wrap" attribute. I think the values are word-wrap:break-word; and word-wrap: normal; Look it up. Quote Link to comment Share on other sites More sharing options...
unsider Posted July 13, 2008 Author Share Posted July 13, 2008 Oops, I meant display:inline. My bad, little disconnect when writing. Thanks. Quote Link to comment Share on other sites More sharing options...
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.