I need to set two words in the border. is it possible to set it in the extended properties with the style option ? At the moment I have it set as follows:
SyntaxEditor Code Snippet
"border: 1px solid #D0D0D0; border-radius: 10px; padding: 5px; width:1200px;"
Hi Jorge,
I've attached a OML example of how to do this, based on how it is done in WebPatterns.
The following OsTagName is used on the container to make it a field set:
Let me know if you have any issues,
Justin
Can't you use the WebPatterns Fieldset? I think it does what you need.
no. it is not possible to use any forge components. Forbidden due to policies.
use the <fieldset> tag then, it's part of html
thanks. nevertheless it is not perfect still. Check the images below please. I want to put the text in the red delimited part (check below). It is in the container... I have an expression to set the fieldset, and of course create a new box with the inline text... but I want to do it to the container.. how to do it?