Just remember that any view template in symfony that you need to display is inserted into your layout.php file where the line <?php echo $sf_content ?> is situated. This means that if the converted file that you are trying to use as a symfony view template still contains all the <html></html>, <head></head>,<body></body> etc tags it will cause issues as well. Pretty much you need to delete all content above and including <body> and below and including </body>.
On Thu, Jan 21, 2010 at 9:37 AM, DEEPAK BHATIA <toreachdee...@gmail.com> wrote: > Any suggestions/guesses...:-) > > On Wed, Jan 20, 2010 at 4:10 PM, DEEPAK BHATIA <toreachdee...@gmail.com> > wrote: >> Hi, >> >> I have converted a Microsoft Word Document into the html page. >> >> http://localhost/test.htm >> http://localhost/test.php >> >> But when I open this using module/action in the symfony, some junk >> characters come in place of bullets. >> >> Please help in this regard. >> >> Regards >> >> Deepak Bhatia >> >> On Wed, Jan 20, 2010 at 3:05 PM, DEEPAK BHATIA <toreachdee...@gmail.com> >> wrote: >>> Hi, >>> >>> If I open this file as html, this appears fine. But if change the >>> extension to .php means test.php. Then open using as template in >>> symfony, some junk characters come. >>> >>> Please help me in resolving this. >>> >>> Regards >>> >>> Deepak >>> >> > > -- > You received this message because you are subscribed to the Google Groups > "symfony users" group. > To post to this group, send email to symfony-us...@googlegroups.com. > To unsubscribe from this group, send email to > symfony-users+unsubscr...@googlegroups.com. > For more options, visit this group at > http://groups.google.com/group/symfony-users?hl=en. > > > > -- Gareth McCumskey http://garethmccumskey.blogspot.com twitter: @garethmcc
-- You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to symfony-us...@googlegroups.com. To unsubscribe from this group, send email to symfony-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en.