On 7/19/07, John Sechrest <[EMAIL PROTECTED]> wrote:


Do you want to install any modules?


Depends on what kind of content you want to create, but I've found the
footnote module very useful. <http://drupal.org/project/footnotes>. It beats
the heck out of manually coding them in html.

Another spot to bore in on is what tags you want to allow.

Setting allowable HTML tags: <http://drupal.org/handbook/modules/filter>.
Their information pretty sparse. Here's my expanded version:

In Admin > Input Formats, select the Filtered HTML option, hit Configure,
set allowable HTML tags, then save the configuration. What we have set as
allowable tags in the OpenDocument Fellowship Drupal instance, which have so
far served all of our needs, are:

<a> <blockquote> <br> <cite> <class> <code> <dd> <del> <div> <dl> <dt> <em>
<h1> <h2> <h3> <h4> <h5> <h6> <img> <id> <ins> <li> <ol> <p> <pre> <q>
<span> <strong> <sup> <sub> <table> <td> <th> <tr> <tt> <u> <ul>

If the footnotes module is added to the site, the list of allowed tags
should also include:

<fn> <footnotes>.

When installing other modules, you need to check to see if they require
unique markup that also needs to be allowed.Best regards,

Marbux
_______________________________________________
EUGLUG mailing list
[email protected]
http://www.euglug.org/mailman/listinfo/euglug

Reply via email to