Hello-
Trying to make a dynamically created site, nothing fancy but I have created an include file and am attempting to have my content listed in a variable that is called in my page class listed in my one include file.
Here is the variable listed on the page.php:
$homepage -> SetContent(" <p>
<center>Under Construction
<p> </center>");
Now, the variable works fine with simple HTML commands like <P> or <center> but it fails when I try to put an image into the content variable. It comes up with a PARSE error in that line. Any idea how I can get around Parse errors so that I can include images and other types of HTML code in this variable?
Thanks!
-Eric-