Tetra-WebBBS Support Forum

Re: Didn't do it, for some reason.
In Response To: Didn't do it, for some reason. ()

Hi Dave, about the format buttons.

Did you remember to upload the icons in the smiley_format.pl package?

Missing that step would give you red crosses, as they can't be found.

Cheers

Steve

: 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 */