[SOLVED] HTML and images

Swift Mailer is a fantastic library for sending email with php. Discuss this library or ask any questions about it here.

Moderators: Chris Corbyn, General Moderators

User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

"tagname" should be "table" in this case. tagname is basically whatever the tag is.
roscoe
Forum Commoner
Posts: 85
Joined: Tue Aug 05, 2003 10:24 am
Location: essex uk

Post by roscoe »

d11wtq wrote:"tagname" should be "table" in this case. tagname is basically whatever the tag is.
Tried that, nope does not work.

here is what it leaves in the email:

Code: Select all

<TABLE borderColor=#00709e 
  background=/home/addictiv/public_html/htmlpics/backuk.gif border=1>
Changed the following:

Code: Select all

$plugin->setTagDefinition("tagname", array("src", "href","table"), array("gif", "html", "gif"));
?? Any other ideas?
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

It still says tagname :?
roscoe
Forum Commoner
Posts: 85
Joined: Tue Aug 05, 2003 10:24 am
Location: essex uk

Post by roscoe »

Opps! sorry I misunderstood.

Thanks all working. :D
User avatar
Chris Corbyn
Breakbeat Nuttzer
Posts: 13098
Joined: Wed Mar 24, 2004 7:57 am
Location: Melbourne, Australia

Post by Chris Corbyn »

w00t! I knew we'd get there in the end :)
Post Reply