I am a little confused over here. I have a txtbox and to the right of the txtbox, i want to insert a help icon. i have inserted that into a span. the problem is that i dont want to make this span a block because it goes down then. is there any other way to display this image without turning this into a block level element?
The Code goes here:
<input name="firm" type="text" id="firm" size="20" /><span id="helpico"></span>
The CSS:
#helpico{ background:url(images/question.png) left top; width:16px; height:16px;}