what i am looking for is to include a style sheet in my page.
right now I have to do this
I want to just do something like "\{" and "\}" (use an escape character i think) instead of doing "{php} echo "{\n"; {/php}" and "{php} echo "}\n"; {/php}"Code:<STYLE> this {php} echo "{\n"; {/php} color: blah; otherstuff: blah; {php} echo "}\n"; {/php} </STYLE>
I hope that this is clearer
Thanks




Reply With Quote