Li's w/o width set -- word wrap is messed up

[FONT=Verdana]
<li><a>page 1</a></li>
<li><a>page 2</a><li>

etc…

set no width, it’s for responsive… but they print with the page no. on a 2nd line… why is this… I put   betw “page” and the no… but is there a better way? is there a word-wrap setting in CSS (and is it reliable?)

thank you…
[/FONT]

Hi, maya90.

It sounds like the list may not be fluid. Are you talking about a real printout or a screen view? (I would guess printout.) Is the problem browser specific or does it occur with all browsers? If you can post a working example, I’ll be happy to look at it and explain what I see :slight_smile:

There is white-space:nowrap; which will stop any wrap.

But first, let’s find out why it is wrapping, if we can :slight_smile:

I was not advocating it, merely answering his question if something like that existed :).