Hey
I have a class called page. This class outputs a page in html. Now I have a
function called OutPutHtml
This outputs html, however I want to be able to do this:
outputhtml('<bo dy>
<something');
So I can keep it nice and formatted. But when I do this there are huge gaps
in the html. How can I do this so it formats it?
I hope you get what I mean.
Thanks
--
- Hayden Kirk
iXon LTD
123 Main Street,
Upper Hutt, Wellington,
New Zealand
Phone: +64 4 5279091
Fax: +64 4 5268123
I have a class called page. This class outputs a page in html. Now I have a
function called OutPutHtml
This outputs html, however I want to be able to do this:
outputhtml('<bo dy>
<something');
So I can keep it nice and formatted. But when I do this there are huge gaps
in the html. How can I do this so it formats it?
I hope you get what I mean.
Thanks
--
- Hayden Kirk
iXon LTD
123 Main Street,
Upper Hutt, Wellington,
New Zealand
Phone: +64 4 5279091
Fax: +64 4 5268123
Comment