From: Don S. <do...@se...> - 2003-01-10 19:36:16
|
I don't have an allowed_html var in that file, so I'll have to start it out. Is $allowed_html just a string or is it an array? Don. On Fri, 10 Jan 2003, Adam Morton wrote: > Add the tags you dont want stripped to your $allowed_html variable in your > textSettings.php file in the conf directory. > > > On Thu, 2003-01-09 at 13:16, Don Seiler wrote: > >> I notice that, among others, pagemaster for 0.9.x removes <th>,<tt>, > >> and <blockquote> tags. > > > > Don, > > You may be able to work around a couple of these with css. > > > > <blockqote> > > <div style="margin: 0cm 0.5cm 0cm 0.5cm"></div> > > > > <tt> > > <span style="font-family: courier"></span> > > > > I don't have a solution for <th>. Sorry. > > > > -- > > Mike Noyes <mhnoyes @ users.sourceforge.net> > > http://sourceforge.net/users/mhnoyes/ > > http://leaf-project.org/ http://sitedocs.sf.net/ http://ffl.sf.net/ > > > > > > > > > > ------------------------------------------------------- > > This SF.NET email is sponsored by: > > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > > http://www.vasoftware.com > > _______________________________________________ > > Phpwebsite-developers mailing list > > Php...@li... > > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > --------------------------------------------------------------------- > Adam Morton > Developer - Electronic Student Services > http://phpwebsite.appstate.edu > Founder - Appalachian Linux Users Group > http://alug.appstate.edu > > > > > ------------------------------------------------------- > This SF.NET email is sponsored by: > SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See! > http://www.vasoftware.com > _______________________________________________ > Phpwebsite-developers mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwebsite-developers > > > |