1) If you want to decrease or increase the height or width of the text area, simply edit width:400px; height:40px; 2) To change the color of the text in active mode change the six digit code in this code, color:#0080ff; (Use our Color Chart to use a color of your choice) 3) To change the color of the text in Mouse hover mode, edit this, color:#289728; 4) To change the border width, style and color in active mode edit this code, border:1px dotted #289728; where, width is 1px, style is dotted and colour is #289728 5) To change the border look in mouse hover mode edit this, border:2px solid #666; 6) To change font size and family, edit this, font:12px arial; where 12px is the size and arial is the default family that I have used. 7) To change the color and font size and family of the text “Press "Ctrl + A" to Select and "Ctrl + C" to Copy “ edit this code, .mbt { padding-top:3px; margin:0; color:#289728; font-size: 9px; font-family: sans-serif, verdana; }
Press "Ctrl + A" to Select and "Ctrl + C" to Copy