hello
well im trying to write a plugin for s9y, but ive got a problem. well i dont know css that well, but i belive the problem is there... ok here is the php code, or part of it (btw im using the joshua template)
----------------------------------------------------------
printf("<br> <table border=\"0\" bordercolor=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
for ($viererSchlaufe=0; $viererSchlaufe<4; $viererSchlaufe++) {
$eins=getIpVal($ip,$viererSchlaufe);
printf("<tr>");
for ($i=0; $i<4; $i++) {
$foo=getBits($eins, $i);
if ($foo==true) printf("<td><img class=\"michu\" src=\"b.gif\" width=16 height=16/> </td>");
else printf("<td><IMG SRC=\"w.gif\" width=16 height=16></td>");
}
printf("</tr></div>");
}
----------------------------------------------------------
well if i run this php script, everything looks fine, but when i use it as plugin, i cannot see any image!
any help would be great! thanks in advance
regards
michu