<STYLE TYPE="text/css">
/* This yellow text border code */
#TXTOBJ7D6111E432A8C0 ,
#TXTOBJ7D6221571371771 ,
#TXTOBJ7D62518423036A1
{
border-width: 1px; border-style: solid; border-color:#fdbe02; padding:0px;
}
</style>

i.         Copy the above code and paste it into the header of your page.
ii.        /* This is just a comment so you know which style is which*/  
iii.       #TXTOBJ....etc...   is the name of your text object right click on your 
            text in web studio 4 and look at ID number.
iv.        For one text object use no comma, like so:
           #TXTOBJ7D62518423036A1
           for two or more put the comma at the end like above    ,
           #TXTOBJ7D6221571371771 ,
           #TXTOBJ7D62518423036A1
v.        Now the code that does it.
           border-width: 1px; 
the width of the border
           border-style: solid;  the style of the border
           (see image border page for examples)
vi.       
border-color:#fdbe02;   the border color you can use a name as well:
           border-color:red;
vii.       Preview and the border will appear