Quote:
Originally Posted by s0lidgr0und
How would we move the position of where the display box shows up?
|
open plugin and find ;
HTML Code:
echo "<tr valign=\"top\"><td class=\"tcat\">From -> To</td><td class=\"tcat\" >Title</td></tr>";
tcat, tcat, you can change it "alt1, alt2, thead" or other codes.
and if you want, look that codes ;
HTML Code:
echo "<tr><td class=\"alt$vb4\" nowrap=\"nowrap\" width=\"150\">".$pmxread['fromusername']." ---> ".$username."</td><td class=\"alt$vb4\"><b>".$pmxread['title']."</b><br />$mesaj</td></tr>";