נכון יש לי קוד כזה:
HTML קוד:
<div id="mytext01">
here description
</div>
<div id="mytext02">
here description no 2
</div>
מה שכן הדפדפן ישר מוריד שורה כאילו התוצאה:
here description
here description no 2
ואני רוצה שלא ירד שורה:
here description here description no 2
ניסיתי float:left / right
לא כלכך הלך.. יש דרך טובה יותר?