Author Topic: CSS  (Read 2067 times)

supajj

  • Posts: 4
    • View Profile
CSS
« 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:

DW

  • Administrator
  • Posts: 3787
    • View Profile
    • https://legacy.listmailpro.com
CSS
« Reply #1 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>";
Dean Wiebe
ListMailPRO Author & Developer - Help | Support | Hosting