In a custom-control, I wanted to add a line break in between two rows.Usuaully I use
and then pass through HTML, but I am not able to do the same in custom-control.
plzz help.
In a custom-control, I wanted to add a line break in between two rows.Usuaully I use
and then pass through HTML, but I am not able to do the same in custom-control.
plzz help.
Subject: Use Properies>Format>ContentType
What control is used. A view control?Under All Properies>Format>ContentType you can specify that it is html.
Subject: Source not Design
Write your xp:br</xp:br> in the Source rather than the Design, perhaps.