Add the below style to your "P" tag:STYLE="border: ridge #00CCFF 4px"
You can replace the word ridge with one of the words below for different border styles.
groove | double | outset | inset | solidThe #00CCFF specifies the border color.
The 4 specifies the border width in pixels.
This is an example of the ridge style.
This is an example of the groove style.
This is an example of the double style.
This is an example of the outset style.
This is an example of the inset style.
This is an example of the solid style.