<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wikidot="http://www.wikidot.com/rss-namespace">

	<channel>
		<title>Editing pages (new posts)</title>
		<link>http://community.wikidot.com/forum/c-13/editing-pages</link>
		<description>Posts in the forum category &quot;Editing pages&quot; - Topics related to editing (and creating) pages, e.g. mastering the Wiki Syntax.</description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://community.wikidot.com/forum/t-84439#post-248010</guid>
				<title>Altering the link color: Re: Altering the link color</title>
				<link>http://community.wikidot.com/forum/t-84439/altering-the-link-color#post-248010</link>
				<description></description>
				<pubDate>Thu, 28 Aug 2008 18:04:26 +0000</pubDate>
				<wikidot:authorName>jhubert</wikidot:authorName>				<wikidot:authorUserId>25753</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>That's exactly how I wanted it, thanks! Much simpler than the old tag, too.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-84439#post-247994</guid>
				<title>Altering the link color: Re: Altering the link color</title>
				<link>http://community.wikidot.com/forum/t-84439/altering-the-link-color#post-247994</link>
				<description></description>
				<pubDate>Thu, 28 Aug 2008 17:36:24 +0000</pubDate>
				<wikidot:authorName>Fereal</wikidot:authorName>				<wikidot:authorUserId>30496</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Oh, in that case you'll need a simple CSS snippet. Go to Appearance &gt; Custom themes &gt; create a new theme. Extend the theme that you are currently using (Co theme).</p> <p>Now add this small snippet:</p> <div class="code"> <pre> <code>.spoiler-tag{ color: black; background-color: black; } .spoiler-tag a{ color: black; }</code> </pre></div> <p>Save it, now go to Appearance &gt; Themes, then set the theme to your newly created theme.</p> <p>Now, every time you need to create a spoiler, use this:</p> <div class="code"> <pre> <code>[[span class="spoiler-tag"]]XXXXX[[/span]]</code> </pre></div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-84439#post-247980</guid>
				<title>Altering the link color: Re: Altering the link color</title>
				<link>http://community.wikidot.com/forum/t-84439/altering-the-link-color#post-247980</link>
				<description></description>
				<pubDate>Thu, 28 Aug 2008 17:16:25 +0000</pubDate>
				<wikidot:authorName>jhubert</wikidot:authorName>				<wikidot:authorUserId>25753</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Unfortunately, the collapsible text block requires that the spoiler text gets its own line, which I want to avoid.</p> <p>See <a href="http://arcana.wikidot.com/delta-green">this page</a> for how I want to use spoiler text.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-84439#post-247817</guid>
				<title>Altering the link color: Re: Altering the link color</title>
				<link>http://community.wikidot.com/forum/t-84439/altering-the-link-color#post-247817</link>
				<description></description>
				<pubDate>Thu, 28 Aug 2008 13:16:28 +0000</pubDate>
				<wikidot:authorName>Fereal</wikidot:authorName>				<wikidot:authorUserId>30496</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <div class="code"> <pre> <code>[[collapsible show="+ show spoiler" hide="- hide spoiler"]] this is a spoiler this is a spoiler [*http://www.yahoo.com this is a spoiler] [[/collapsible]]</code> </pre></div> <p>Result:</p> <div class="collapsible-block"> <div id="collapsible-block-0-folded"><a href="javascript:;" >+ show spoiler</a></div> <div id="collapsible-block-0-unfolded" style="display:none"> <div><a href="javascript:;" >- hide spoiler</a></div> <div id="collapsible-block-0-content"> <p>this is a spoiler this is a spoiler <a href="http://www.yahoo.com" >this is a spoiler</a></p> </div> </div> </div> <p>It's an easier spoiler tag.</p> <p>Link: <a href="http://snippets.wikidot.com/code:collapsible-text-block" >http://snippets.wikidot.com/code:collapsible-text-block</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-84439#post-247805</guid>
				<title>Altering the link color: Altering the link color</title>
				<link>http://community.wikidot.com/forum/t-84439/altering-the-link-color#post-247805</link>
				<description></description>
				<pubDate>Thu, 28 Aug 2008 12:32:37 +0000</pubDate>
				<wikidot:authorName>jhubert</wikidot:authorName>				<wikidot:authorUserId>25753</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I've finally figured out how to create "spoiler tags" by using the following code:</p> <div class="code"> <pre> <code>[[span style="color:black; background-color: black;"]]Test[[/span]]</code> </pre></div> <p>which provides the following result:</p> <p><span style="color:black; background-color: black;">Test</span></p> <p>Unfortunately, when I put a link into a blacked-out text block, the link text does not change color and is still visible:</p> <p><span style="color:black; background-color: black;">Test <a href="http://arcana.wikidot.com/delta-green">Link</a> Test</span></p> <p>Does anyone know how I can change the color of the link as well? (Locally, that is - in non-spoiler areas, the link colors are just fine…)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-188#post-247144</guid>
				<title>Questions on Section Editing: Re: Questions on Section Editing</title>
				<link>http://community.wikidot.com/forum/t-188/questions-on-section-editing#post-247144</link>
				<description></description>
				<pubDate>Wed, 27 Aug 2008 16:39:08 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Hi desaarev !</p> <p>found thereason for the strange "edit sections" behaviour:</p> <p>You have a headings inside the second "note":<br /> + Please read the following before redistributing content.</p> <p>As long as not is clear if this is a bug or a normal "note" behaviour You should avoid such headings in a note.</p> <p>Please - change it to:<br /> [[span style="font-size: 140%"]] Please read the following before redistributing content.[[/span]]<br /> gives you:<br /> <span style="font-size: 140%">Please read the following before redistributing content.</span></p> <p>You can use more style attrributes like..<br /> [[span style="font-family: Arial Black; font-size: 140%; font-style: oblique; font-weight: bolder; color: #FF0000"]] your text [[/span]]</p> <p>Gives you: <span style="font-family: Arial Black; font-size: 140%; font-style: oblique; font-weight: bolder; color: #FF0000">your text</span></p> <p>Regards<br /> Helmut</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-188#post-247045</guid>
				<title>Questions on Section Editing: Re: Questions on Section Editing</title>
				<link>http://community.wikidot.com/forum/t-188/questions-on-section-editing#post-247045</link>
				<description></description>
				<pubDate>Wed, 27 Aug 2008 14:32:04 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I have the same error if I copy YOUR source onto my site !<br /> … I have to test it..</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-188#post-247025</guid>
				<title>Questions on Section Editing: Re: Questions on Section Editing</title>
				<link>http://community.wikidot.com/forum/t-188/questions-on-section-editing#post-247025</link>
				<description></description>
				<pubDate>Wed, 27 Aug 2008 14:05:09 +0000</pubDate>
				<wikidot:authorName>desaraev</wikidot:authorName>				<wikidot:authorUserId>173313</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>no I am definately receiving It seems that headings do not have a valid structure… on my main page. Sniki.org</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-6269#post-246908</guid>
				<title>How to create a category: Re: How to create a category</title>
				<link>http://community.wikidot.com/forum/t-6269/how-to-create-a-category#post-246908</link>
				<description></description>
				<pubDate>Wed, 27 Aug 2008 10:26:18 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p><a href="http://community.wikidot.com/howto:how-to-create:categories" >http://community.wikidot.com/howto:how-to-create:categories</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-6269#post-246863</guid>
				<title>How to create a category: Re: How to create a category</title>
				<link>http://community.wikidot.com/forum/t-6269/how-to-create-a-category#post-246863</link>
				<description></description>
				<pubDate>Wed, 27 Aug 2008 08:04:53 +0000</pubDate>
				<wikidot:authorName>nishchay</wikidot:authorName>				<wikidot:authorUserId>189191</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>hey pls help me in my website buddy</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-83804#post-245519</guid>
				<title>My page does not display the same in I.E. as in FF. Why?: Re: My page does not display the same in I.E. as in FF. Why?</title>
				<link>http://community.wikidot.com/forum/t-83804/my-page-does-not-display-the-same-in-i-e-as-in-ff-why#post-245519</link>
				<description></description>
				<pubDate>Mon, 25 Aug 2008 16:28:26 +0000</pubDate>
				<wikidot:authorName>Whane The Whip</wikidot:authorName>				<wikidot:authorUserId>53390</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I changed the size to 60% as suggested and the table is now displaying correctly in I.E. too. Thanks. Maybe after wrestling around with divs I will eventually get a feel for them. :)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-83804#post-245495</guid>
				<title>My page does not display the same in I.E. as in FF. Why?: Re: My page does not display the same in I.E. as in FF. Why?</title>
				<link>http://community.wikidot.com/forum/t-83804/my-page-does-not-display-the-same-in-i-e-as-in-ff-why#post-245495</link>
				<description></description>
				<pubDate>Mon, 25 Aug 2008 15:49:55 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I am not sure ( I camnnot test it ) but I think - there are 2 issues:</p> <p>the "header" <strong>List Results</strong> is clearly floating left from the right top box.<br /> and the next ( last) div is 100% wide -(I get an error in IE 7..) - could be this is the reason why IE tries to move it down where the place for it is…</p> <p>make it a little smaller ==&gt; ( width:60% ! )<br /> The last include from the footer is always shifted under the left nav bar! ( the 4 x ( or 5x ? ) "~" set the div style to "clear:both" !)</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-83804#post-245430</guid>
				<title>My page does not display the same in I.E. as in FF. Why?: My page does not display the same in I.E. as in FF. Why?</title>
				<link>http://community.wikidot.com/forum/t-83804/my-page-does-not-display-the-same-in-i-e-as-in-ff-why#post-245430</link>
				<description></description>
				<pubDate>Mon, 25 Aug 2008 14:22:56 +0000</pubDate>
				<wikidot:authorName>Whane The Whip</wikidot:authorName>				<wikidot:authorUserId>53390</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I've been trying to avoid using divs because they confuse the hell out of me and what seems to take an hour to do using a div will usually take me a few minutes using a table. That said I decided to try and learn how to use divs and after spending over an hour just trying to get a freaking simple table to left align and after having apparently made it happen, now I get a different look in I.E. than in Firefox, why is that?</p> <p>Page: <a href="http://gawker.wikidot.com/list:main" >http://gawker.wikidot.com/list:main</a> (opens a new window or tab)</p> <p>Notice that my table aligns to the left of the right floating box in Firefox but to the left and <strong>below</strong> the right floating box in I.E. How can I make I.E. display the page as FF does?</p> <p>Also, note the search box. I thought I was being clever by moving it to the top navigation bar, it looks perfect in FF but is not centered in I.E. and also, the button and form field are not aligned in I.E. How can I fix this and make it appear as it does in FF?</p> <p>The syntax I used is:</p> <div class="code"> <pre> <code>[[div style="float:right; width: 15em; padding: 0 1em; margin: 1em 0 1em 1em; border: solid #888888 1px;"]] **Base Pages** include all //default// Gawker pages. [[module NewPage size="15" button="new page"]] **[[size 12px]]View This Category By Date[[/size]]** [[module PageCalendar category="_default"]] [[/div]] [[include list:top]] **List Results** [[div style="float:none; width: 100%; font-size: 12px"]] [[module ListPages category="_default" perPage="20" date="@URL" separate="false" prependLine="||~ Page Title||~ Date created||~ Created by ||"]] || %%linked_title%% || %%date|%e %b %Y|agohover%% || %%author%% || [[/module]] [[/div]] ~~~~~ [[include footer]]</code> </pre></div> <p>Thanks for reading.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-83435#post-245147</guid>
				<title>page lock won&#039;t go away :(: Re: page lock won&#039;t go away :(</title>
				<link>http://community.wikidot.com/forum/t-83435/page-lock-won-t-go-away#post-245147</link>
				<description></description>
				<pubDate>Sun, 24 Aug 2008 20:28:40 +0000</pubDate>
				<wikidot:authorName>zodiakd</wikidot:authorName>				<wikidot:authorUserId>187723</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>wow, thanks guys. I feel dumb now, haha. but thanks, now i can edit XD</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-83435#post-245091</guid>
				<title>page lock won&#039;t go away :(: Re: page lock won&#039;t go away :(</title>
				<link>http://community.wikidot.com/forum/t-83435/page-lock-won-t-go-away#post-245091</link>
				<description></description>
				<pubDate>Sun, 24 Aug 2008 17:56:12 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>1. To edit something means - the system waits for your input in the edit box!</p> <p>2. You switch ON the "save" and the "save &amp; Continue" button with ANY KEY USAGE INSIDE the Edit BOX -</p> <p>means - click ONE time with the left mouse button inside the box ( moves the Cursor inside the box) and as a "minimum" you have to use one of the keys on your keyboard!<br /> Normally one of the arrows is enough for this…</p> <p>And: you are not alone with this waiting for the allowing of the save…</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-83435#post-245088</guid>
				<title>page lock won&#039;t go away :(: Re: page lock won&#039;t go away :(</title>
				<link>http://community.wikidot.com/forum/t-83435/page-lock-won-t-go-away#post-245088</link>
				<description></description>
				<pubDate>Sun, 24 Aug 2008 17:45:29 +0000</pubDate>
				<wikidot:authorName>Phil Chett</wikidot:authorName>				<wikidot:authorUserId>4297</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Er…. have you tried actually TYPING something in the box??<br /> the 15 min lock is stop others editing whilst you have control</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-83435#post-245086</guid>
				<title>page lock won&#039;t go away :(: Re: page lock won&#039;t go away :(</title>
				<link>http://community.wikidot.com/forum/t-83435/page-lock-won-t-go-away#post-245086</link>
				<description></description>
				<pubDate>Sun, 24 Aug 2008 17:38:32 +0000</pubDate>
				<wikidot:authorName>zodiakd</wikidot:authorName>				<wikidot:authorUserId>187723</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <img src="http://i35.tinypic.com/juu8sm.jpg" alt="juu8sm.jpg" class="image" />
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-83435#post-245085</guid>
				<title>page lock won&#039;t go away :(: Re: page lock won&#039;t go away :(</title>
				<link>http://community.wikidot.com/forum/t-83435/page-lock-won-t-go-away#post-245085</link>
				<description></description>
				<pubDate>Sun, 24 Aug 2008 17:35:34 +0000</pubDate>
				<wikidot:authorName>zodiakd</wikidot:authorName>				<wikidot:authorUserId>187723</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I use Windows XP, and I'm on firefox. It doesn't let me click on either save or save and continue; both boxes are made dull-looking so that I can't even click on them.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-45339#post-245084</guid>
				<title>How to open file in new window (or tab)?: Re: How to open file in new window (or tab)?</title>
				<link>http://community.wikidot.com/forum/t-45339/how-to-open-file-in-new-window-or-tab#post-245084</link>
				<description></description>
				<pubDate>Sun, 24 Aug 2008 17:17:15 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I do not know the answer - but I have never seen any varaible to set.<br /> BUT: this depends on windows perhaps of the sizte and location of the last open session window of the browser ( IE) .<br /> (my experience) .<br /> I think - this is only possible with a html-file (code-block/#) where yiou have all in your hand.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://community.wikidot.com/forum/t-83435#post-245081</guid>
				<title>page lock won&#039;t go away :(: Re: page lock won&#039;t go away :(</title>
				<link>http://community.wikidot.com/forum/t-83435/page-lock-won-t-go-away#post-245081</link>
				<description></description>
				<pubDate>Sun, 24 Aug 2008 17:05:05 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>1. Short question: which platform ( Windows,XP, Vista, MAC, Linux, ) + which browser… do you use?<br /> Normally nobody of us does it matter if the time -lockout occurs. Most of us has switched the "no time out" box at the login screen for this reason..</p> <p>But if it occurs you should be able to re-create the lock and go on with your edit.</p> <p>2. What does really happen if you click on save ?</p> <p>3. Or do you use the <span style="text-decoration: underline;">save &amp; continue</span> button ?</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>