Posted: Fri Aug 17, 2007 5:09 am
"tagname" should be "table" in this case. tagname is basically whatever the tag is.
A community of PHP developers offering assistance, advice, discussion, and friendship.
http://forums.devnetwork.net/
Tried that, nope does not work.d11wtq wrote:"tagname" should be "table" in this case. tagname is basically whatever the tag is.
Code: Select all
<TABLE borderColor=#00709e
background=/home/addictiv/public_html/htmlpics/backuk.gif border=1>Code: Select all
$plugin->setTagDefinition("tagname", array("src", "href","table"), array("gif", "html", "gif"));