<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
</head>
<body bgcolor="#ffffff" text="#000000">
<font size="-1"><font face="Helvetica, Arial, sans-serif">Hi,<br>
<br>
I've written a small module that outputs some list data using
theme_item_list() and I've styled the items so that they are inline.&nbsp;
My problem is that my actual list items are breaking and ruining the
indent I've set up and individual items are wrapping over more than one
line.&nbsp; I thought I could use &amp;nbsp; characters to stop this, so
used a str_replace to replace spaces with the string &amp;nbsp; but now
the literal "&amp;nbsp;" string is appearing instead of the non
breaking space I wanted.<br>
<br>
Any ideas?<br>
<br>
TIA,<br>
Anthony.<br>
</font></font>
</body>
</html>