Problem with noWrap in TD tag
Hi,
I have Problem in noWrap. Following is my code. When the page loads through javascript i'm adding this code to the page( using createElement and setAttributes). Eventhough i have given noWrap for TD(mentioned Bold) still the word is showing like
Upload
Document(with big fontsize)
How can i solve this issue?
or Any other equivalent for noWrap?
Is noWrap is case sensitive?
I tried the NOBR tag within the TD tag now its showing like
Upload Document(with big fontsize) but even i made fontsize low(7) its still showing with big fontsize.
I'm confident in mycode because when i do this from staring of function its showing perfectly. When i do it after some manipulation of innerHTML it causing problem.
But when i go through the innerHTML its showing like below code.
How can i solve this problem. Please let me know How to solve it?
<TD class=ms-separator noWrap>|</TD
<TD class=ms-toolbar>
<TABLE cellSpacing=0 cellPadding=1 border=0>
<TBODY>
<TR>
<TD class=ms-toolbar noWrap><A class=ms-toolbar id=diidIOUploadItem title=Upload accessKey=U Onclick="javascript:test()" tabIndex=2><IMG id=tbbutton1U height=16 alt=Upload src="Shared Documents_files/upload.gif" width=16 border=0></A></TD>
<TD noWrap><A class=ms-toolbar id=diidIOUploadItem accessKey=U onclick="javascript:test()" tabIndex=2>Upload Document</A></TD></TR></TBODY></TABLE></TD>
Thanks and Regards,
Vinoth
|