View Single Post
  #2 (permalink)  
Old 05-17-2007, 04:40 PM
admin admin is offline
Administrator
 
Join Date: Sep 2006
Posts: 331
Default

If you’re seeing html then you’re doing something wrong.
The only thing that I left out of the base Joomla Template was one line of code to speed the up the W-editor which I going to add again because more people are using the front-end editor that code is.

<?php if ( $my->id ) {initEditor();};?>

It goes inside the head tags
<head>
{code}
</head>

Please note that it’s a lot easier to edit content via the back-end then the front-end.