Layer ID: 9014805
This is more or less what I want to do:
print $free_text_header_box_open;
"
<b>† LAYOUT †</b>
<br>
Viewed best with a <b>1024X768</b> or higher screen resolution and in <b>IE5+</b>
<br>
<br><a href="http://www.namaii.com/readme/" target=_blank><img src="http://img.photobucket.com/albums/v32/amira/LJx/disclaimer.gif" alt="Read Me"></a>
";
print $free_text_header_box_close;
Compile error: line 1582, column 23: Unexpected token found. Expecting: [TokenPunct] = ;Got: [TokenIdent] = http
I really suck at interpreting errors and have no idea if this is even possible to do. Any type of help is greatly appreciated. Thanks!