|-Last-Spirit-|
05-05-2002, 04:56 PM
I have the following code in my admin/functions.php file
return "<table border=\"0\" align=\"center\" width=\"96%\" cellpadding=\"3\"><tr><td><smallfont><b>code:</b> (double-click to copy to clipboard)</smallfont></td></tr><tr><td style=\"BORDER: #4C657E 1px solid; FONT-SIZE: 11px; COLOR: {codefontcolor}; FONT-FAMILY: Verdana,Arial; BACKGROUND-COLOR: {codebackground};\"><pre>" . $foundcode . "</pre></td></tr></table>";
}
This naterully displays the sentence "(double-click to copy to clipboard)" right after my "code:"
But I want it like it is right here, on the right side. I tried adding :
align "right" and <td align="right"> to no result (get parse errors)
So please tell me how to make it so that it's alligned on the right side of the box
TNX !!!!
return "<table border=\"0\" align=\"center\" width=\"96%\" cellpadding=\"3\"><tr><td><smallfont><b>code:</b> (double-click to copy to clipboard)</smallfont></td></tr><tr><td style=\"BORDER: #4C657E 1px solid; FONT-SIZE: 11px; COLOR: {codefontcolor}; FONT-FAMILY: Verdana,Arial; BACKGROUND-COLOR: {codebackground};\"><pre>" . $foundcode . "</pre></td></tr></table>";
}
This naterully displays the sentence "(double-click to copy to clipboard)" right after my "code:"
But I want it like it is right here, on the right side. I tried adding :
align "right" and <td align="right"> to no result (get parse errors)
So please tell me how to make it so that it's alligned on the right side of the box
TNX !!!!