Evening,
I have a text box within a partition area, and I have it set a 6 lines but it condenses and hides text. I can drag open but not what I want.
Can I add code to the attribute or to a CC on Load that will prevent this from happening and hold at height 250px.
Picture attached.
I have a text box within a partition area, and I have it set a 6 lines but it condenses and hides text. I can drag open but not what I want.
Can I add code to the attribute or to a CC on Load that will prevent this from happening and hold at height 250px.
Picture attached.
You can add CSS to do that.
cool, could you help me out with what that would be and where to put it.
I did a style.... in the attributes field, it worked with height but messed up the rest. Obviously I have a syntax problem.
<style = height:200px;>
That fixed the height but then excluded the rest of the code.
I did a style.... in the attributes field, it worked with height but messed up the rest. Obviously I have a syntax problem.
<style = height:200px;>
That fixed the height but then excluded the rest of the code.
style:height:200px
This topic is locked and no more replies can be posted.