Jump to content
  • 0

HTML onActionShift


Question

Posted (edited)
Quote

 

Hello i have one problem with the html code of  onActionShift why it shows me the html like this at the different mobs ?

FEIla0d.png

 


html1.append("<table cellspacing=2 cellpadding=1 width=280 align=left>");
if (drop.getChance() >= 1000000)
{
html1.append("<tr><td valign=top align=left height=38 width=40><img src=\"" + icon + "\" width=32 height=32></td><td><table cellpadding=0 cellspacing=1 width=235 align=left><tr><td><font color=\"26FF26\">" + name + "</font></td></tr><tr><td><font color=\"26FF26\">" + MinDrop + "/" MaxDrop + "</font></td></tr></table></td></tr>");
}
html1.append("</table>");

 

 

Edited by cyta5

1 answer to this question

Recommended Posts

Guest
This topic is now closed to further replies.


×
×
  • Create New...