Forum Moderators: not2easy
that is a header
and then several bullet points
I don't want there to be any line breaks in this peice of text besides the end of a sentence.
here is an example of my code
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head><body bgcolor="#FFFFFF" text="#000000">
<h4 style="display:inline;">blah </h4>
<ol style="display:inline; list-style-type: decimal">
<li> rwrwbrb </li>
<li>hrerehhre</li>
</ol>
</body>
</html>
now as you will see that almost works, but in IE the list no longer incriments and you will just keep rendering the list with same bullet number.. e.g
1. "Text"
1. "Text"
etc etc
but if you remove display: inline style it will work properly once more, but then the line break appears again.
So has anyone managed to get around this little problem I'm having?
I'd appreciate any suggestions.
Thanks!