Posted by Jean Pion on 10/09/46 11:36
Dear readers,
If you use some funtion to generate html code like:
<?
function display_stuff( parameters)
{
echo "<p>\n";
echo " <table cellspacing=\"0\" cellpadding=\"0\" border=\"0\"
width=\"100%\">\n";
/* .. more stuff here... */
echo " </table>\n";
echo "</p>\n";
}
?>
Is there some way to know your 'current horizontal position' so you can
indent a html section properly?
Tia, Jean
[Back to original message]
|