<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=us-ascii" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18999"></HEAD>
<BODY>
<DIV dir=ltr align=left><SPAN class=417432917-10012011><FONT color=#0000ff 
size=2 face=Arial>For the newbies and others:&nbsp; Creating a new input format 
does require editing each node, but often the problem with new sites is just 
that you want a few more HTML tags that aren't in the default filter 
configuration.&nbsp; Remember that you can always add a few tags to the default 
input (Filtered HTML)&nbsp;format by confuring the html filter for the current 
default.&nbsp; p is one that I often add to sites, and sometime a. Changing that 
configuration does not require editing each node. </FONT></SPAN></DIV>
<DIV dir=ltr align=left><SPAN class=417432917-10012011><FONT color=#0000ff 
size=2 face=Arial></FONT></SPAN>&nbsp;</DIV>
<DIV dir=ltr align=left><SPAN class=417432917-10012011><FONT color=#0000ff 
size=2 face=Arial>Dave</FONT></SPAN></DIV><BR>
<DIV dir=ltr lang=en-us class=OutlookMessageHeader align=left>
<HR tabIndex=-1>
<FONT size=2 face=Tahoma><B>From:</B> support-bounces@drupal.org 
[mailto:support-bounces@drupal.org] <B>On Behalf Of </B>Alison<BR><B>Sent:</B> 
Friday, January 07, 2011 6:22 PM<BR><B>To:</B> 
support@drupal.org<BR><B>Subject:</B> Re: [support] HTML 
Filters<BR></FONT><BR></DIV>
<DIV></DIV><BR>Thanks Carl and others. I think this may be the 
problem:-<BR><BR>"<I>Keep in mind that input formats are node-specific at the 
time the node is saved. Changing the default format will not affect saved 
nodes.<BR><BR></I>Been trying to fix the problem after I had saved the page, 
with now understandable results - changing the parameters after the event. Had 
considered the node may have been cached. So cleared that. Tried everything 
other than redesign the page or starting again. Definitely a trap for new 
players. Thanks again.<BR><BR>Alison <BR><BR><BR><BR><BR><BR>At 12:48 PM 
8/01/2011, you wrote:<BR>
<BLOCKQUOTE class=cite cite="" type="cite">Using Full HTML is also a security 
  risk for cross site scripting and cross site request forgeries.<BR><BR>Keep in 
  mind that input formats are node-specific at the time the node is saved. 
  Changing the default format will not affect saved nodes.<BR><BR>The editor may 
  also affect submitted data.<BR><BR>Sent from my iPhone<BR><BR>On Jan 7, 2011, 
  at 17:14, Bill Fitzgerald &lt;<A 
  href="mailto:bill@funnymonkey.com">bill@funnymonkey.com</A>&gt; wrote:<BR><BR>
  <BLOCKQUOTE class=cite cite="" type="cite">I would recommend - strongly - 
    against enabling the PHP input format. This opens up some enormous security 
    risks, and from what you are describing this is overkill for your use 
    case.<BR><BR>If you aren't using it already, I would recommend using the 
    WYSIWYG API for your site: <A 
    href="http://drupal.org/project/wysiwyg">http://drupal.org/project/wysiwyg</A><BR><BR>Edit 
    your node, and make sure that you have chosen the correct input 
    format.<BR><BR>It's also possible that your WYSIWYG editor is clobbering 
    your html; when you edit the node, turn off the editor and make sure that 
    your original markup is still intact.<BR><BR>This page has more info on 
    configuring input formats: <A 
    href="http://drupal.org/handbook/modules/filter">http://drupal.org/handbook/modules/filter</A><BR><BR>Please 
    feel free to ping back with any additional 
    questions.<BR><BR>Cheers,<BR><BR>Bill<BR><BR>On 1/7/11 4:28 PM, Joel Willers 
    wrote: <BR>
    <BLOCKQUOTE class=cite cite="" type="cite">You can make a special filter 
      that might help you out.&nbsp; Otherwise, set it to PHP (you have to have 
      PHP enabled in the modules area).<BR>&nbsp;<BR>Hope that 
      helps!<BR>&nbsp;<BR><B>Joel Willers&nbsp; </B>|&nbsp; IT 
      Developer<BR>Innova Ideas &amp; Services&nbsp; |&nbsp; A SIGLER 
      COMPANY<BR>&nbsp;<BR><B>From:</B> <A 
      href="mailto:support-bounces@drupal.org">support-bounces@drupal.org</A> 
      [<A href="mailto:support-bounces@drupal.org" 
      eudora="autourl">mailto:support-bounces@drupal.org</A>] <B>On Behalf Of 
      </B><A 
      href="mailto:rebu2008-dru@yahoo.com">rebu2008-dru@yahoo.com</A><BR><B>Sent:</B> 
      Friday, January 07, 2011 5:59 PM<BR><B>To:</B> <A 
      href="mailto:support@drupal.org">support@drupal.org</A><BR><B>Subject:</B> 
      Re: [support] HTML Filters<BR>&nbsp;<BR>I'm new to Drupal as well, but I 
      just guessing that its the CSS in the theme that you are using. Can you 
      navigate to the page in your browser and then view the source? In Firefox, 
      it is in the menu as 'View' &gt; 'Page Source'. You should be able to see 
      your HTML elements and attributes. If not, then they really have been 
      stripped somehow. If they are there, then it is likely a CSS problem, 
      assuming that your HTML is valid.<BR>--ross<BR>&nbsp;<BR>
      <DIV align=center><BR></DIV><B>From:</B> Alison &lt;<A 
      href="mailto:penguin@alisoncc.com">penguin@alisoncc.com</A>&gt;<BR><B>To:</B> 
      <A href="mailto:support@drupal.org">support@drupal.org</A><BR><B>Sent:</B> 
      Fri, January 7, 2011 5:21:48 PM<BR><B>Subject:</B> [support] HTML 
      Filters<BR><BR>Hi, <BR><BR>very much a newbie who feels that she is 
      constantly "fighting" Drupal to get it to do what she wants it to 
      do.<BR><BR>Fairly simple "home" page before members log on and get all the 
      complicated stuff - list of events, accepting bookings for same and the 
      like - with Views, Flags, Tokens etc.<BR><BR>CKEditor installed and fully 
      operational. "Full HTML" selected and all "Input Filters" disabled on 
      "Input Formats" page. Yet when displaying the page much of the HTML 
      formatting I have implemented has been stripped off. Nothing special just 
      paragraph alignment - simple stuff like text centering, etc.&nbsp; Looks 
      fine when editing, but preview and much of it has gone. As it does when 
      seen by a visitor. Tried it with CKEditor disabled and plain text editor 
      selected . Doesn't seem to make any difference - formatting still gets 
      stripped.<BR><BR>Not much point in using a wysiwyg style editor if Drupal 
      strips all the functionality out. Also when using CHEditor the edit box 
      has the same background as the main site, which makes life difficult if 
      it's a dark background and the text one is editing is black. Would 
      appreciate some clues.<BR><BR>Alison<BR><BR><BR><BR><BR><BR><BR><BR>-- 
      <BR>[ Drupal support list | <A 
      href="http://lists.drupal.org/">http://lists.drupal.org/</A> 
    ]</BLOCKQUOTE><BR>-- <BR>[ Drupal support list | <A 
    href="http://lists.drupal.org/">http://lists.drupal.org/</A> ]</BLOCKQUOTE>-- 
  <BR>[ Drupal support list | <A href="http://lists.drupal.org/" 
  eudora="autourl">http://lists.drupal.org/</A> ]</BLOCKQUOTE></BODY></HTML>