View Full Version : solid black or green entry boxes


nofxfan1188
01-17-2005, 09:19 AM
what is the code for solid black or green entry boxes?

tokyo bleu
01-17-2005, 09:23 AM
I'm going to assume you want solid black/green entry borders.

<style type="text/css">
/* Bordered Weblogs - xanga.com/add_ons */

.blogbody {
/* Sets your weblog content border color */
border: 1px SOLID #000000;
}
</style>