<?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>Comments for page &quot;Use any html code  on a page&quot;</title>
		<link>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show</link>
		<description></description>
				<copyright></copyright>
		<lastBuildDate></lastBuildDate>
		
					<item>
				<guid>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-633765</guid>
				<title>Re: Custom CSS per page</title>
				<link>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-633765</link>
				<description></description>
				<pubDate>Sun, 15 Nov 2009 14:32:44 +0000</pubDate>
				<wikidot:authorName>leiger</wikidot:authorName>				<wikidot:authorUserId>32953</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>This embeds HTML, not wikidot code. What you are looking for is the CSS Module, which has not been implemented yet.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-633448</guid>
				<title>Custom CSS per page</title>
				<link>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-633448</link>
				<description></description>
				<pubDate>Sun, 15 Nov 2009 02:12:21 +0000</pubDate>
				<wikidot:authorName>HobStarCS</wikidot:authorName>				<wikidot:authorUserId>311458</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Is it possible to use this technique to apply CSS to a particular page</p> <p>I'm hoping to acheive the following:<br /> a) My whole site has the default CSS<br /> b) selected pages (or templates) use a different CSS to give those pages individual themes.</p> <p>Why?<br /> You might think that that would make for an awful looking site, but this is for my 'testing site' and would be very useful.</p> <p>Any advise on this matter would be greatly appreciated.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-580785</guid>
				<title>Re: Thanks Wikic</title>
				<link>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-580785</link>
				<description></description>
				<pubDate>Thu, 10 Sep 2009 07:50:43 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>You cannot add a "foreign code" to a wiki page without "using it in an iframe" - there is no other way.. sorry..</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-579201</guid>
				<title>Thanks Wikic</title>
				<link>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-579201</link>
				<description></description>
				<pubDate>Tue, 08 Sep 2009 15:31:04 +0000</pubDate>
				<wikidot:authorName>Pwisdom</wikidot:authorName>				<wikidot:authorUserId>238134</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks wikic, for your concern. I did as you suggested. But I'm still having the same problem. please could you or anyone give an alternative way.</p> <p>Is there another way I can add the ad code to my page, without framing. Any suggestion is most welcome.<br /> ' Love you all.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-578558</guid>
				<title>background colour via css</title>
				<link>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-578558</link>
				<description></description>
				<pubDate>Mon, 07 Sep 2009 21:17:05 +0000</pubDate>
				<wikidot:authorName>wikic</wikidot:authorName>				<wikidot:authorUserId>356835</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I would use css, for example as below, works in opera and therefore probably all other standard compliant web browsers.</p> <p>[[iframe http://subdomain.wikidot.com/page/code/1]]<br /> @!<span style="text-decoration: line-through;"><br /> code type="HTML"<br /> &lt;html&gt;<br /> &lt;head&gt;<br /> &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;<br /> &lt;style type="text/css"&gt;<br /> body{background-color:gray}<br /> &lt;/style&gt;<br /> &lt;title&gt;&lt;/title&gt;<br /> &lt;/head&gt;<br /> &lt;body&gt;<br /> &lt;h1&gt;Introduction&lt;/h1&gt;<br /> &lt;p&gt;<br /> A paragraph of text…<br /> &lt;/p&gt;<br /> &lt;h2&gt;Section 1&lt;/h2&gt;<br /> &lt;p&gt;<br /> Another paragraph of text…<br /> &lt;/p&gt;<br /> &lt;h3&gt;Sub-section 2&lt;/h3&gt;<br /> &lt;p&gt;<br /> A third paragraph of text…<br /> &lt;/p&gt;<br /> &lt;/body&gt;<br /> &lt;/html&gt;<br /> [[/code]]<br /></span>@</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-578311</guid>
				<title>Back ground color for framed page.</title>
				<link>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-578311</link>
				<description></description>
				<pubDate>Mon, 07 Sep 2009 15:13:36 +0000</pubDate>
				<wikidot:authorName>Pwisdom</wikidot:authorName>				<wikidot:authorUserId>238134</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I framed a page according to the instructions here. I mean I was able to put some html codes on my pages, but the problem I'm haven is the back ground. The back ground of the pages framed, remain white. how do I change the back ground, to blend with my page bgcolor. This is what i did,</p> <hr /> <p><iframe src="http://www.businessideas.wikidot.com/adverts/code/2" align="" frameborder="0" height="65px" scrolling="no" width="470px" class="" style=""></iframe></p> <p>&lt;html&gt;<br /> &lt;head&gt;<br /> &lt;meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /&gt;<br /> &lt;title&gt;Business Ideas Ad2&lt;/title&gt;<br /> &lt;/head&gt;</p> <p>&lt;body bgcolor="gray"&gt;</p> <div class="code"> <div class="hl-main"> <pre> <span class="hl-brackets">&lt;</span><span class="hl-reserved">script</span><span class="hl-code"> </span><span class="hl-var">type</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">text/javascript</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-var">language</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">javascript</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-var">src</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">http://www.jdoqocy.com/placeholder-4002685?target=_top&amp;mouseover=N</span><span class="hl-quotes">"</span><span class="hl-brackets">&gt;&lt;/</span><span class="hl-reserved">script</span><span class="hl-brackets">&gt;</span> </pre></div> </div> <br /> [[/code]] <p>&lt;/body&gt;<br /> &lt;/html&gt;</p> <hr /> <p>many can be found at:<br /> <strong><a href="http://businessideas.wikidot.com/" >http://businessideas.wikidot.com/</a></strong></p> <p>As you can see, I tried defining the back ground color, but I can't see any effect in IE. Google Crome has never showed the back ground of this ad. It appears as if there is no background in Google Crome, which is what I want it to be like in IE. I need a solution. Please help.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-552655</guid>
				<title>(no title)</title>
				<link>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-552655</link>
				<description></description>
				<pubDate>Tue, 04 Aug 2009 09:08:51 +0000</pubDate>
				<wikidot:authorName>wikic</wikidot:authorName>				<wikidot:authorUserId>356835</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Thanks, finally achieved what was requested. I have created (what I think is) a new snippet page with better explanation.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-552557</guid>
				<title>Re:  Why not use wikidot syntax?</title>
				<link>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-552557</link>
				<description></description>
				<pubDate>Tue, 04 Aug 2009 07:46:47 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>1. the written source code</p> <div class="code"> <pre> <code>+++ INTRODUCTION Another try</code> </pre></div> <p>2. gives you :</p> <h3><span>INTRODUCTION</span></h3> <p>Another try</p> <p>3. Why do you want to write all in html ?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-552103</guid>
				<title>@ wikic</title>
				<link>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-552103</link>
				<description></description>
				<pubDate>Mon, 03 Aug 2009 18:22:29 +0000</pubDate>
				<wikidot:authorName>meagain</wikidot:authorName>				<wikidot:authorUserId>358643</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>oI!, Listen up.</p> <p>Is this what you rae trying to do?<br /> <a href="http://psc.wikidot.com/test:wikic">http://psc.wikidot.com/test:wikic</a><br /> If it is<br /> look at it!<br /> read it<br /> look at the source code.<br /> copy and adjust to suit.<br /> the page is fully open so you can even edit it if if you so wish.</p> <p><strong>!!!IT DOES WORK!!!!!</strong></p> <p>If not then explain EXACTLY what the hell you want in a language that non techy geeks will understand.</p> <p>Not here, because there are only a few helpers that monitor the snippets. go to the community help site,<br /> <a href="http://community.wikidot.com/">http://community.wikidot.com/</a></p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-552021</guid>
				<title>Re: ? ?</title>
				<link>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-552021</link>
				<description></description>
				<pubDate>Mon, 03 Aug 2009 16:52:50 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <blockquote> <p>So the behaviour is that the html code used to generate the format of a wikipage is shown in a verbatim text box immediately below!</p> </blockquote> <p>I think there is a great misunderstanding with the wikidot syntax:</p> <p>Most users of wikidot do not write in html code- and the gerenated html code is only visible in firebug or in the html-page output ( "show source") - but this is senseless because you cannot change it.</p> <p>Like in this forum posts the syntax is super-macro like with some predefined wikidot-"tags" creating a xhtml code for the rendered pages. Rendering of a single page is done by reading the stored "code" and translöating it into html language and not in the moment of storing your pages.</p> <p>I hope this makes something clear?</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-552017</guid>
				<title>I think there is a missunderstanding !</title>
				<link>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-552017</link>
				<description></description>
				<pubDate>Mon, 03 Aug 2009 16:47:25 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>1. "Code block" was implemented to show the visitors of a wikpage the used code on such a wikidot page<br /> 2. "Code block" got a type="…" attribute for a better visuality -<br /> 3. After detecting that the "code blocks" had internally UNIQUE identifier on their wikidot.page and could be referenced in an iframe sentence like any other http:\..source in the web this was used by some people to insert ther html pages on a wikidot page.<br /> 4. With the iframe syntax you can insert every readable html code in the web on a page. - if this page holds ( like in yours) the underlaying "code block" too than this is your decision to show this codes.. adding it before or after the place ehere the rendered ( and replacing ) "iframe output" is shown.</p> <p>If you dop not wnat this behaviour - than put your code block into a comment:<br /> [!--<br /> code block<br /> --]<br /> - this is the brutal way .<br /> Normally I would put the code block into a "collapsible block" hiding it behind an unvisible character -</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-551998</guid>
				<title>(no title)</title>
				<link>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-551998</link>
				<description></description>
				<pubDate>Mon, 03 Aug 2009 16:23:30 +0000</pubDate>
				<wikidot:authorName>wikic</wikidot:authorName>				<wikidot:authorUserId>356835</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>So the behaviour is that the html code used to generate the format of a wikipage is shown in a verbatim text box immediately below!</p> <p>I tried to remove the text box which produces the image as shown at the previous internet address, using code below:</p> <p>[[iframe …wikidot.com/myhtmlpage/code/1]]</p> <div class="collapsible-block"> <div class="collapsible-block-folded"><a class="collapsible-block-link" href="javascript:;" >&nbsp;</a></div> <div class="collapsible-block-unfolded" style="display:none"> <div class="collapsible-block-unfolded-link"><a class="collapsible-block-link" href="javascript:;" >&nbsp;</a></div> <div class="collapsible-block-content"> <div class="code"> <div class="hl-main"> <pre> <span class="hl-brackets">&lt;</span><span class="hl-reserved">html</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">head</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">meta</span><span class="hl-code"> </span><span class="hl-var">http-equiv</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">Content-Type</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-var">content</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">text/html; charset=utf-8</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">title</span><span class="hl-brackets">&gt;</span><span class="hl-code">title</span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">title</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">head</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">body</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">h1</span><span class="hl-brackets">&gt;</span><span class="hl-code">Introduction</span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">h1</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">p</span><span class="hl-brackets">&gt;</span><span class="hl-code"> Another try … </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">p</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">body</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">html</span><span class="hl-brackets">&gt;</span> </pre></div> </div> </div> </div> </div> <p>The html format disappears and the text box becomes a dash (-)! This is also wrong</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-551988</guid>
				<title>Re: What is wrong here?</title>
				<link>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-551988</link>
				<description></description>
				<pubDate>Mon, 03 Aug 2009 16:08:46 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I do not understand - what is wriong on this output.</p> <p>This is exact what the documentatin says..</p> <p>Could be this is not what you want…</p> <p>if you want to hide the code block ( this is "wikidot.com terminology" ) than you should hide it with a simple syntax line.</p> <p>Wikidot was not designed to host the html pages of a wiki.</p> <p>This is possible , but was never the target at the beginning,</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-551976</guid>
				<title>(no title)</title>
				<link>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-551976</link>
				<description></description>
				<pubDate>Mon, 03 Aug 2009 15:58:26 +0000</pubDate>
				<wikidot:authorName>wikic</wikidot:authorName>				<wikidot:authorUserId>356835</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>See image at previous internet address. The code below was used. Only the frame with the html:</p> <p>INTRODUCTION</p> <p>Another try</p> <p>should appear. This is wrong</p> <p>[[iframe ….wikidot.com/myhtmlpage/code/1 frameborder="1" scrolling="yes" width="340px" height="140px"]]</p> <div class="code"> <div class="hl-main"> <pre> <span class="hl-brackets">&lt;</span><span class="hl-reserved">html</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">head</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">meta</span><span class="hl-code"> </span><span class="hl-var">http-equiv</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">Content-Type</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-var">content</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">text/html; charset=utf-8</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">title</span><span class="hl-brackets">&gt;</span><span class="hl-code">title</span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">title</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">head</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">body</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">h1</span><span class="hl-brackets">&gt;</span><span class="hl-code">Introduction</span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">h1</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">p</span><span class="hl-brackets">&gt;</span><span class="hl-code"> Another try … </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">p</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">body</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">html</span><span class="hl-brackets">&gt;</span> </pre></div> </div> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-551969</guid>
				<title>So, I see, this is working :)</title>
				<link>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-551969</link>
				<description></description>
				<pubDate>Mon, 03 Aug 2009 15:52:30 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>What you now need is to "hide" all the html coding block - staff behind a "collapsible block" or insert it into a "comment" - start and comment- end .line..</p> <p>Than you will see only the html-output…</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-551960</guid>
				<title>Re: this is definetly wrong</title>
				<link>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-551960</link>
				<description></description>
				<pubDate>Mon, 03 Aug 2009 15:33:06 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>Your iframe should look like [[iframe …wikidot.com/<strong>YOUR_PAGE-NAME</strong>/code/1]]</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-551959</guid>
				<title>Re:</title>
				<link>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-551959</link>
				<description></description>
				<pubDate>Mon, 03 Aug 2009 15:30:54 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>please - can you insert here your ifrme statement ?<br /> It shouldlook like :<br /> [[iframe http://snippets.wikidot.com/code:use-any-html-code-on-a-page/code/4 frameborder="1" scrolling="yes" width="340px" height="740px"]]</p> <p>and : which of the images are the öast one ?</p> <p>If you want to iframe something you should hide all on the page which is not the iframe line itself ( like the code block - which is normally seen and can be hodden by commenting oiut or collapsible block using…</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-551922</guid>
				<title>(no title)</title>
				<link>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-551922</link>
				<description></description>
				<pubDate>Mon, 03 Aug 2009 14:50:11 +0000</pubDate>
				<wikidot:authorName>wikic</wikidot:authorName>				<wikidot:authorUserId>356835</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>The instruction I added to my wiki page:</p> <p>[[iframe …wikidot.com/code/1]]</p> <div class="code"> <div class="hl-main"> <pre> <span class="hl-brackets">&lt;</span><span class="hl-reserved">html</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">head</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">meta</span><span class="hl-code"> </span><span class="hl-var">http-equiv</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">Content-Type</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-var">content</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">text/html; charset=utf-8</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">title</span><span class="hl-brackets">&gt;</span><span class="hl-code">title</span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">title</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">head</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">body</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">h1</span><span class="hl-brackets">&gt;</span><span class="hl-code">Introduction</span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">h1</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">p</span><span class="hl-brackets">&gt;</span><span class="hl-code"> Another try … </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">p</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">body</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">html</span><span class="hl-brackets">&gt;</span> </pre></div> </div> <p>The result is shown at the address <a href="http://s1002.photobucket.com/albums/af143/imagesr/">http://s1002.photobucket.com/albums/af143/imagesr/</a></p> <p>This is wrong. Only the html should be shown.</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-551896</guid>
				<title>Re: This should work if you...</title>
				<link>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-551896</link>
				<description></description>
				<pubDate>Mon, 03 Aug 2009 14:31:46 +0000</pubDate>
				<wikidot:authorName>Helmuti_pdorf</wikidot:authorName>				<wikidot:authorUserId>17609</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>*create a new page<br /> myhtmlpage<br /> *add some text:<br /> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<br /> *add the text box syntax:</p> <p>[[iframe ...wikidot.com/myhtmlpage/code/1]]</p> <p>some text if you want…<br /> and than ( or before the iframe line)<br /> [[code type="HTML"]]<br /> &lt;html&gt;<br /> &lt;head&gt;<br /> &lt;meta http-equiv="Content-Type" content="text/html; charset=utf-8" /&gt;<br /> &lt;title&gt;title&lt;/title&gt;<br /> &lt;/head&gt;<br /> &lt;body&gt;<br /> &lt;h1&gt;Introduction&lt;/h1&gt;<br /> &lt;p&gt;<br /> Another try …<br /> &lt;/p&gt;<br /> &lt;/body&gt;<br /> &lt;/html&gt;<br /> [[/code]]</p> <p>*save new page</p> <p>This should work</p> 
				 	]]>
				</content:encoded>							</item>
					<item>
				<guid>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-551888</guid>
				<title>(no title)</title>
				<link>http://snippets.wikidot.com/code:use-any-html-code-on-a-page/comments/show#post-551888</link>
				<description></description>
				<pubDate>Mon, 03 Aug 2009 14:22:13 +0000</pubDate>
				<wikidot:authorName>wikic</wikidot:authorName>				<wikidot:authorUserId>356835</wikidot:authorUserId>				<content:encoded>
					<![CDATA[
						 <p>I do not want to create a wiki page containing all of my html and then refer to each verbatim text block in another wiki page.</p> <p>I want to use html for each wiki page that I create. Below are the steps I have done, which fail to format the wiki page using html:</p> <p>*create a new page<br /> myhtmlpage<br /> *add some text:<br /> Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.<br /> *add the text box syntax:</p> <div class="code"> <div class="hl-main"> <pre> <span class="hl-code">[[iframe ...wikidot.com/myhtmlpage/code/1]] </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">html</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">html</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">head</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">meta</span><span class="hl-code"> </span><span class="hl-var">http-equiv</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">Content-Type</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-var">content</span><span class="hl-code">=</span><span class="hl-quotes">"</span><span class="hl-string">text/html; charset=utf-8</span><span class="hl-quotes">"</span><span class="hl-code"> </span><span class="hl-brackets">/&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">title</span><span class="hl-brackets">&gt;</span><span class="hl-code">title</span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">title</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">head</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">body</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">h1</span><span class="hl-brackets">&gt;</span><span class="hl-code">Introduction</span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">h1</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;</span><span class="hl-reserved">p</span><span class="hl-brackets">&gt;</span><span class="hl-code"> Another try … </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">p</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">body</span><span class="hl-brackets">&gt;</span><span class="hl-code"> </span><span class="hl-brackets">&lt;/</span><span class="hl-reserved">html</span><span class="hl-brackets">&gt;</span> </pre></div> </div> <br /> *save new page <p>According to the instructions here, the first (and only!) verbatim text box will be converted to html when the iframe element includes the attribute '…wikidot.com/myhtmlpage/code/1'</p> <p>This does not work. The verbatim text box shows the html in the standard wiki text box (dashed lines around text box)</p> 
				 	]]>
				</content:encoded>							</item>
				</channel>
</rss>