Guy
Posts: 60
|
| Posted: 01/31/2006, 7:57 AM |
|
Hello,
I have a problem on the property format of label (not a link, or image link) it doesn't display. For example i can't use the nowrap properties, i must use the html page to do it.
Is it a bug ?
Thank you
_________________
CCS 3 - PHP 4 - MS SQL 2000 - IIS 5
Guy |
 |
 |
magus
Posts: 98
|
| Posted: 01/31/2006, 5:21 PM |
|
Hello Guy,
If you have the "Data Type" property set wrong, i.e. as integer, then a text value won't display.
If you set the "Content" property to "Text" it will convert lines breaks to "<br>" to preserve formatting. HTML characters such as "<" & ">" will be converted into their html safe equivalents.
The "Format" property is not used for the text of integer Data Types. It is used with Float, Single, Boolean and Date Data Types. You would not insert "nowrap" in here.
If you set the "Content" property to "HTML" tags e.g. "<br>", will not be changed but line breaks "\n" will not be converted to html tags.
If you want to set a nowrap property right click on the table cell and select "<TD> Properties" then select "no wrap". You can also apply no wrap formatting using css.
Cheers,
Don A
|
 |
 |
Guy
|
| Posted: 02/01/2006, 2:08 AM |
|
_________________
CCS 3 - PHP 4 - MS SQL 2000 - IIS 5
Guy
---------------------------------------
Sent from YesSoftware forum http://forums.codecharge.com/
|
|
|
 |
Guy
Posts: 60
|
| Posted: 02/01/2006, 2:09 AM |
|
oups,
Magus,
it's Ok in TD properties
Thank you
_________________
CCS 3 - PHP 4 - MS SQL 2000 - IIS 5
Guy |
 |
 |
|