Posted by Oliver Grδtz on 08/24/05 18:00
Domestos schrieb:
> <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)?
Well, you CAN try to make it nice by yourself, but there's also the
possibility of letting software do that job. With "tidy" one can
prettyprint HTML code and there are possibilities do automagically use
it when sending HTML to the browser. There are extension to PHP that
allow for this. You should read a bit about using the output buffers or
the tidy extension.
As an appetizer, just have a look at this comment:
http://de.php.net/manual/en/ref.tidy.php#48981
AllOLLi
Navigation:
[Reply to this message]
|