<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Tag: font-size</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: font-size</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 00:25:39 +0000</pubDate>

<item>
<title>anasohbet on "font size and color plugin"</title>
<link>http://bbpress.org/forums/topic/font-size-and-color-plugin#post-12624</link>
<pubDate>Sat, 15 Dec 2007 12:23:11 +0000</pubDate>
<dc:creator>anasohbet</dc:creator>
<guid isPermaLink="false">12624@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thnks, itissue.
&#60;/p&#62;</description>
</item>
<item>
<title>itissue on "font size and color plugin"</title>
<link>http://bbpress.org/forums/topic/font-size-and-color-plugin#post-12618</link>
<pubDate>Sat, 15 Dec 2007 10:16:03 +0000</pubDate>
<dc:creator>itissue</dc:creator>
<guid isPermaLink="false">12618@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Nevermind. I created a plugin that I can modify anytime I want. Here's the code if you're interested. You don't even need the add image plugin.&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;&#38;lt;?php
/*
Plugin name: Extra html tags
plugin author: Sue
plugin description: Allow extra html tags, even depreciated
*/

function allow_extra_tags( $tags )
{
    $tags[&#38;#39;a&#38;#39;] = array(
        &#38;#39;href&#38;#39; =&#38;gt; array(),
        &#38;#39;title&#38;#39; =&#38;gt; array(),
        &#38;#39;rel&#38;#39; =&#38;gt; array(),
        &#38;#39;target&#38;#39; =&#38;gt; array(),
        &#38;#39;alt&#38;#39; =&#38;gt; array()
    );
    $tags[&#38;#39;i&#38;#39;] = array();
    $tags[&#38;#39;b&#38;#39;] = array();
    $tags[&#38;#39;del&#38;#39;] = array();
    $tags[&#38;#39;p&#38;#39;] = array(
	&#38;#39;style&#38;#39;=&#38;gt; array()
    );
    $tags[&#38;#39;strike&#38;#39;] = array();
    $tags[&#38;#39;img&#38;#39;] = array(
        &#38;#39;src&#38;#39;=&#38;gt; array(),
        &#38;#39;alt&#38;#39; =&#38;gt; array(),
        &#38;#39;title&#38;#39; =&#38;gt; array(),
        &#38;#39;width&#38;#39; =&#38;gt; array(),
        &#38;#39;height&#38;#39; =&#38;gt; array(),
        &#38;#39;style&#38;#39; =&#38;gt; array()
    );
    $tags[&#38;#39;font&#38;#39;] = array(
        &#38;#39;style&#38;#39; =&#38;gt; array(),
    );
    $tags[&#38;#39;br&#38;#39;] = array();
    $tags[&#38;#39;h1&#38;#39;] = array();
    $tags[&#38;#39;h2&#38;#39;] = array();
    $tags[&#38;#39;h3&#38;#39;] = array();
    $tags[&#38;#39;h4&#38;#39;] = array();

    return $tags;
}
add_filter( &#38;#39;bb_allowed_tags&#38;#39;, &#38;#39;allow_extra_tags&#38;#39; );
?&#38;gt;&#60;/code&#62;&#60;/pre&#62;</description>
</item>
<item>
<title>itissue on "font size and color plugin"</title>
<link>http://bbpress.org/forums/topic/font-size-and-color-plugin#post-12617</link>
<pubDate>Sat, 15 Dec 2007 09:49:19 +0000</pubDate>
<dc:creator>itissue</dc:creator>
<guid isPermaLink="false">12617@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I was wondering if there's a plugin already out there for font size and font color. They should enable the font tag or style=&#34;&#34;; in the tags. Also, why can't we use heading tags such as &#60;code&#62;&#38;lt;h1&#38;gt;&#60;/code&#62; or choose an image width and height in our image tags?
&#60;/p&#62;</description>
</item>

</channel>
</rss>
