if it helps you:
echo "Here is some text displayed in a paragraph tag
";
$str = "";
$str .= "";
$str .= "some text here";
$str .= "";
$str .= "";
echo $str;
PM me if you need more help.
silviuks
Junior Poster in Training
96 posts since Apr 2006
Reputation Points: 10
Solved Threads: 15
i use this code for most of my html in the sites i have developed:
$html =<<<HTML
any html content contained here
HTML;
kkeith29
Nearly a Posting Virtuoso
1,357 posts since Jun 2007
Reputation Points: 235
Solved Threads: 194