ListMailPRO Email Marketing Software Forums

ListMailPRO Email Marketing Software Forums => General Help & How-To => Topic started by: supajj on June 24, 2004, 11:08:30 pm

Title: CSS
Post by: supajj on June 24, 2004, 11:08:30 pm
How do I find the file to edit the CSS for the list mail code that contains the link colour/settings for the !remove button?

 :shock:
Title: CSS
Post by: DW on June 25, 2004, 08:30:02 am
At this time the remove link is automatically formatted for your HTML message.  You would need to manually modify admin.php to change this.

Code: [Select]
case 'remove' :
    if($mhtml=='1'){
     if($data1) $rtext = $data1 . "<br>"; else $rtext = '';
     $rtext .= "<a class=coderem href=\"" . $lmpath . "rem.php?u=$usid\">$data2</a><br>";