Unfortunetly both of the methods won't work. I need it so I can include a page like
Code:
<html>
<head>
<title>whatever</title>
</head>
<body>
Test<br>
line break<br>
another line break
</body>
</html>
Notice how there are 10 line breaks in the above. Is there any way to include that without having to change to
Code:
<html><head><title>whatever</title></head><body>Test<br>line break<br>another line break</body></html>
If there is an easy way to include it with php then it might also work.
Thank You,
Paul
Bookmarks