Quote:
Originally posted by JJR512
Yes. Is there an easy way to change the appearance of the HTML email sent out? Some easy way to change the colors, fonts, etc. Maybe make it take these things from the board's own styles.
|
It is pretty much hard coded. I wanted to keep the html output to a minimum. There are some color variables in the commbull.php file to change the colors. Just look for this section.
// HTML Color Variables
$cbgLink = "";
$cbgVLink = "";
$cbgALink = "";
$cbgTitleText = "#41344A";
$cbgTableHead = "#626194";
$cbgTHFontColor = "#FFF788";
$cbgTableCategory = "#A4A1CD";
$cbgTableCells = "#E7E7F1";