lucerias Posted November 20, 2006 Share Posted November 20, 2006 <td width="20%" class="dataLabel">Security:</td> <td width="30%"><input name='security' type="text" tabindex='21' size='20' maxlength='50' value="{SECURITY}"></td>May i know how to add $ sign beside the Security text box? Thank you. Quote Link to comment Share on other sites More sharing options...
AndyB Posted November 20, 2006 Share Posted November 20, 2006 [code]<td width="20%" class="dataLabel">Security:</td><td width="30%">$<input name='security' type="text" tabindex='21' size='20' maxlength='50' value="{SECURITY}"></td>[/code]Is that what you want? Quote Link to comment Share on other sites More sharing options...
lucerias Posted November 21, 2006 Author Share Posted November 21, 2006 Yes, that is exactly what i want, thank you. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.