Posted by Domestos on 08/23/05 23:24
Here an unusual one...
Say i am writing a few lines of code in php script as so...
<?php
echo '<table>';
echo '<tr>';
echo '<td> blah blah </td>';
echo '</tr>';
echo '</table>';
?>
On my html source the code looks like this...
<table><tr><td>blah blah</td></tr></table>
Is there anyway I can get each html tag on a seperate line in the html
source so it is nice and neat (easy readable)?
Thanks
Domestos
Navigation:
[Reply to this message]
|