I am creating nested spans as follows:
<span id="1">
text1
<span id="2"> text 2</span>
</span>
But somehow text 2 is being desplayed on new line , may be it is styles sheet issue but i cant chnage style sheet due to some other resons.How can i overide default style sheet and make text 2 to be displayed on same line as text1
ID and NAME tokens must begin with a letter– alex Nov 18 '10 at 10:31