<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:access="http://www.bloglines.com/about/specs/fac-1.0">
<access:restriction relationship="allow" />
<channel>
<title>Tip of the Week Examples</title>
<link>http://totw.pbwiki.com/</link>
<description>RecentChanges for Tip of the Week Examples</description>
<language>en</language>
<image>
 <url>http://totw.pbwiki.com/feedlogo.gif</url>
 <title>PBwiki</title>
 <link>http://pbwiki.com/</link>
</image>
<generator>PBwiki 1.3.8</generator>
<webMaster>support@pbwiki.com</webMaster>
 <item>
  <title>BackgroundExample</title>
  <link>http://totw.pbwiki.com/BackgroundExample</link>
  <author>email.hidden@example.com (Jason Nguyen)</author>
  <description><![CDATA[<h3>Jason Nguyen edited <a href="http://totw.pbwiki.com/BackgroundExample">BackgroundExample</a></h3>
click Insert Plugin<br />click PBwiki Magic, then select HTML<br /> where<span style="color:red;background-color:#fcc;"> #ffff00</span><span style="font-weight:bold;color:green;background-color:#cfc;"> #ffccff</span> can be replaced with whatever color you'd like, in hexadecimal form<br />&amp;lt;style&amp;gt;<br />#displaycontent {<br />]]></description>
  <pubDate>Sat, 06 Oct 2007 22:44:43 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>BackgroundExample</title>
  <link>http://totw.pbwiki.com/BackgroundExample</link>
  <author>email.hidden@example.com (Jason Nguyen)</author>
  <description><![CDATA[<h3>Jason Nguyen added <a href="http://totw.pbwiki.com/BackgroundExample">BackgroundExample</a></h3>
<h1>Changing Background Colors</h1><br />
<p>&nbsp;</p><br />
<p>This is some text with <span style="background-color: rgb(255, 255, 153);">background changed</span>. As you can see, it only appears as a <span style="background-color: rgb(153, 204, 255);">highlight.</span></p><br />
<p>&nbsp;</p><br />
<p>To change the ACTUAL background of the page, you have to use CSS.&nbsp; For short CSS scripts, you can insert them directly into the page by following these directions:</p><br />
<p>&nbsp;</p><br />
<ol><br />
 <li>click Insert Plugin</li><br />
 <li>click PBwiki Magic, then select HTML</li><br />
 <li>Insert the following, where #ffff00 can be replaced with whatever color you'd like, in hexadecimal form<br />
 <p>&nbsp;</p><br />
 <blockquote>&lt;style&gt;<br />
 <p>&nbsp;&nbsp;&nbsp; #displaycontent {</p><br />
 <p>&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; background: #ffccff;</p><br />
 <p>&nbsp;&nbsp;&nbsp; }</p><br />
 <p>&lt;/style&gt;</p><br />
 <p>&nbsp;</p><br />
 <p>&nbsp;</p><br />
 </blockquote></li><br />
 <li>Save your changes</li><br />
</ol><br />
<p>&nbsp;</p><br />
<p><strong>NOTE:</strong> we suggest </p>]]></description>
  <pubDate>Sat, 06 Oct 2007 22:44:27 +0000</pubDate>
  <category>add</category>
 </item>
 <item>
  <title>21-CSS-Example-2</title>
  <link>http://totw.pbwiki.com/21-CSS-Example-2</link>
  <author>email.hidden@example.com (Jason Nguyen)</author>
  <description><![CDATA[<h3>Jason Nguyen edited <a href="http://totw.pbwiki.com/21-CSS-Example-2">21-CSS-Example-2</a></h3>
<span style="font-weight:bold;color:green;background-color:#cfc;">SeetheoriginalPBwikiblogentry</span><br />#displaycontent {<br />border: 5px solid red;<br />]]></description>
  <pubDate>Tue, 05 Jun 2007 19:02:35 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>21-CSS-Example-1</title>
  <link>http://totw.pbwiki.com/21-CSS-Example-1</link>
  <author>email.hidden@example.com (Jason Nguyen)</author>
  <description><![CDATA[<h3>Jason Nguyen edited <a href="http://totw.pbwiki.com/21-CSS-Example-1">21-CSS-Example-1</a></h3>
line-height: 32px;<br />}<br /><span style="font-weight:bold;color:green;background-color:#cfc;">The following code adds a background image before every single top level header:<br />&amp;lt;style&amp;gt;<br />#displaycontent h1, #embcontent h1 {<br />background-image: url(/f/header-bg.gif);<br />background-position: top left;<br />background-repeat: no-repeat;<br />padding-left: 45px;<br />line-height: 32px;<br />}<br />&amp;lt;/style&amp;gt;</span><br />One heading<br />Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Curabitur ullamcorper enim et diam. Quisque aliquet tempus lacus. Nulla ornare. Nullam vitae risus. Suspendisse potenti. Quisque congue pede eu nisi. Morbi eget urna eu nisi accumsan blandit. Vivamus ultricies nisl quis ipsum. Mauris quam turpis, laoreet sed, auctor at, lobortis in, erat. Vestibulum ornare, mauris eget porttitor pellentesque, risus ipsum posuere lectus, a dapibus sem massa in purus. Quisque dolor diam, tincidunt ac, egestas in, cursus ut, eros. Curabitur eget massa at magna lobortis congue. Fusce scelerisque, ligula at placerat tincidunt, orci neque vari]]></description>
  <pubDate>Tue, 05 Jun 2007 19:02:05 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>21-CSS-Example-1</title>
  <link>http://totw.pbwiki.com/21-CSS-Example-1</link>
  <author>email.hidden@example.com (Jason Nguyen)</author>
  <description><![CDATA[<h3>Jason Nguyen edited <a href="http://totw.pbwiki.com/21-CSS-Example-1">21-CSS-Example-1</a></h3>
<span style="font-weight:bold;color:green;background-color:#cfc;">SeetheoriginalPBwikiblogentry</span><br />#displaycontent h1, #embcontent h1 {<br />background-image: url(/f/header-bg.gif);<br />]]></description>
  <pubDate>Tue, 05 Jun 2007 19:01:22 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>header-bg.gif</title>
  <link>http://totw.pbwiki.com/f/header-bg.gif</link>
  <author>email.hidden@example.com (Jason Nguyen)</author>
  <description><![CDATA[<h3>Jason Nguyen uploaded <a href="http://totw.pbwiki.com/f/header-bg.gif">header-bg.gif</a>]]></description>
  <pubDate>Tue, 05 Jun 2007 18:53:39 +0000</pubDate>
  <category>upl</category>
 </item>
 <item>
  <title>21-CSS-Example-1</title>
  <link>http://totw.pbwiki.com/21-CSS-Example-1</link>
  <author>email.hidden@example.com (Jason Nguyen)</author>
  <description><![CDATA[<h3>Jason Nguyen added <a href="http://totw.pbwiki.com/21-CSS-Example-1">21-CSS-Example-1</a></h3>
<raw escaped=0><br />
<br />
<style><br />
#displaycontent h1, #embcontent h1 {<br />
  background-image: url(/f/header-bg.gif);<br />
  background-position: top left;<br />
  background-repeat: no-repeat;<br />
  padding-left: 45px;<br />
  line-height: 32px;<br />
}<br />
<br />
</style><br />
<br />
</raw><br />
<br />
!One heading<br />
<br />
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Curabitur ullamcorper enim et diam. Quisque aliquet tempus lacus. Nulla ornare. Nullam vitae risus. Suspendisse potenti. Quisque congue pede eu nisi. Morbi eget urna eu nisi accumsan blandit. Vivamus ultricies nisl quis ipsum. Mauris quam turpis, laoreet sed, auctor at, lobortis in, erat. Vestibulum ornare, mauris eget porttitor pellentesque, risus ipsum posuere lectus, a dapibus sem massa in purus. Quisque dolor diam, tincidunt ac, egestas in, cursus ut, eros. Curabitur eget massa at magna lobortis congue. Fusce scelerisque, ligula at placerat tincidunt, orci neque varius lacus, eu lobortis lectus ipsum vitae augue. Sed et tortor. Morbi a lectus quis massa consectetuer cursus. Nulla eu nunc.]]></description>
  <pubDate>Tue, 05 Jun 2007 18:53:24 +0000</pubDate>
  <category>add</category>
 </item>
 <item>
  <title>21-CSS-Example-2</title>
  <link>http://totw.pbwiki.com/21-CSS-Example-2</link>
  <author>email.hidden@example.com (Jason Nguyen)</author>
  <description><![CDATA[<h3>Jason Nguyen edited <a href="http://totw.pbwiki.com/21-CSS-Example-2">21-CSS-Example-2</a></h3>
#displaycontent {<br />border: 5px solid red;<br />background:<span style="color:red;background-color:#fcc;"> #ffffcc;</span><span style="font-weight:bold;color:green;background-color:#cfc;"> #ffffcc;</span><span style="font-weight:bold;color:green;background-color:#cfc;">  /*</span><span style="font-weight:bold;color:green;background-color:#cfc;"> a</span><span style="font-weight:bold;color:green;background-color:#cfc;"> yellowish</span><span style="font-weight:bold;color:green;background-color:#cfc;"> shade</span><span style="font-weight:bold;color:green;background-color:#cfc;"> */</span><br />}<br />&amp;lt;/style&amp;gt;<br />]]></description>
  <pubDate>Tue, 05 Jun 2007 17:57:02 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>21-CSS-Example-2</title>
  <link>http://totw.pbwiki.com/21-CSS-Example-2</link>
  <author>email.hidden@example.com (Jason Nguyen)</author>
  <description><![CDATA[<h3>Jason Nguyen edited <a href="http://totw.pbwiki.com/21-CSS-Example-2">21-CSS-Example-2</a></h3>
background: #ffffcc;<br />}<br /><span style="font-weight:bold;color:green;background-color:#cfc;">Example of Using CSS to Style the Page<br />This is the declaration being used:<br />&amp;lt;style&amp;gt;<br />#displaycontent {<br />border: 5px solid red;<br />background: #ffffcc;<br />}<br />&amp;lt;/style&amp;gt;</span><br />]]></description>
  <pubDate>Tue, 05 Jun 2007 17:56:40 +0000</pubDate>
  <category>mod</category>
 </item>
 <item>
  <title>21-CSS-Example-2</title>
  <link>http://totw.pbwiki.com/21-CSS-Example-2</link>
  <author>email.hidden@example.com (Jason Nguyen)</author>
  <description><![CDATA[<h3>Jason Nguyen added <a href="http://totw.pbwiki.com/21-CSS-Example-2">21-CSS-Example-2</a></h3>
<raw escaped=0><br />
<style><br />
#displaycontent {<br />
   border: 5px solid red;<br />
   background: #ffffcc;<br />
}<br />
</style><br />
</raw><br />
]]></description>
  <pubDate>Tue, 05 Jun 2007 17:55:36 +0000</pubDate>
  <category>add</category>
 </item>
</channel>
</rss>
