To put a border around the mm box, In your custom.ss file add the following code. You can put it anywhere you want but I recommend putting it at the top. Always describe what you’re doing by putting your descripton between the comment tags /* */ at the beginning shown below in green. The comments aren’t shown on your rendered page and it just makes things easier for you to remember…
/*border around mm box*/
.custom #custom_box {border: 5px solid #000000; }


You can change the value of px to whatever you want
You can change the hexidecimal # to whatever you want
You can change solid to one of the following….
dashed, dotted, double, groove, inset, outset, ridge
If you don’t want a border just type in the word “none”











If you would like to leave a comment and you have examples of code you want to show, you must "escape the code". This allows the entire code to show correctly by inserting certain variable around certain tags to make them show. If you don't "escape the code" your code will show up broken, mangled, and it won't be able to be seen correctly. "Escaping the code" is very simple...
Go ahead, leave a comment...