Recent Topics

1 Feb 10, 2006 08:12    

Hey, is it possible to do something like this:

<body>
<?php
$txt = '?>
I want to <strong>edit</strong> this in <strong>design view</strong>
<?php' ;
echo $txt;
?>
</body>

So in a WYSIWYG editor you can edit the text in design mode and its actually editing the contents of the variable?


Form is loading...