by Administrator
26. May 2009 14:59
The best solution is therefore to <span> the items together and set the
<span>'s class name. Then create a stylesheet as follow:
<style>
.alltogether * { display: inline; }
</style>
wrap your html that should remain in one line with the following div tag:
<div style = "white-space: nowrap;"> YOUR HTML HERE </div>
f6db5348-bb43-4426-b729-b67ffab16543|0|.0
Tags: