Tetra-WebBBS Support Forum

Didn't do it, for some reason.

This is a c&p of my site.css file. By the way, thanks for all you do, and I think WebBBS is the best message board software out there. I started using it years ago when Cruising World magazine used it, and now on the Cruising Sailor bulletin board. I love it.

I've enjoyed tweaking it. I've even got the smiley faces installed, although I'm stumped on the formatting codes. All I get are red Xs instead of icons, and the path seems to be right. I'll tinker with that another day.

* ALL output border-colors, background-colors and visited-link colors */

}
div#ind_msglist a:visited,
div#msg_respons a:visited {
color: grey;
}
body {
margin: 0;
background-color: LemonChiffon;
padding: 10px 0;
font-family: verdana, sans-serif;
font-size: .75em;
}

/* link */
a:link { color: darkslateblue; text-decoration: none;}
a:visited { color: darkslateblue; text-decoration: none; font-size: 30%;
}
a:hover { color: goldenrod; border: 1px solid black; }
a:active { color: cyan; }
a:img { border: 0; }

/* END ALL output border-colors, background-colors and visited-link colors */