<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — change layout]]></title>
		<link>https://punbb.informer.com/forums/topic/18890/change-layout/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/18890/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in change layout.]]></description>
		<lastBuildDate>Fri, 04 Apr 2008 23:46:11 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: change layout]]></title>
			<link>https://punbb.informer.com/forums/post/112839/#p112839</link>
			<description><![CDATA[<p>&quot;email&quot; isnt inside .user <br />its inside the &quot;post&quot;, but at least it is lined up properly</p>]]></description>
			<author><![CDATA[null@example.com (raptrex)]]></author>
			<pubDate>Fri, 04 Apr 2008 23:46:11 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/112839/#p112839</guid>
		</item>
		<item>
			<title><![CDATA[Re: change layout]]></title>
			<link>https://punbb.informer.com/forums/post/112816/#p112816</link>
			<description><![CDATA[<p>double check your changes. i just downloaded FF3 B5 and it seems fine on my screen.</p>]]></description>
			<author><![CDATA[null@example.com (Gizzmo)]]></author>
			<pubDate>Fri, 04 Apr 2008 03:47:08 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/112816/#p112816</guid>
		</item>
		<item>
			<title><![CDATA[Re: change layout]]></title>
			<link>https://punbb.informer.com/forums/post/112807/#p112807</link>
			<description><![CDATA[<p>im using firefox 3.0 beta 5 and im getting some alignment issues<br /><span class="bbu">Default</span><br /><a href="http://bayimg.com/cAjAOAAbF">http://bayimg.com/cAjAOAAbF</a><br /><span class="bbu">New</span><br /><a href="http://bayimg.com/cajApaaBf">http://bayimg.com/cajApaaBf</a><br />first there was a little gray box by the poster&#039;s name, dont know where that came from<br />the report, delete, edit, quote doesnt line up with email on the right like it does normally</p>]]></description>
			<author><![CDATA[null@example.com (raptrex)]]></author>
			<pubDate>Thu, 03 Apr 2008 23:06:23 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/112807/#p112807</guid>
		</item>
		<item>
			<title><![CDATA[Re: change layout]]></title>
			<link>https://punbb.informer.com/forums/post/112769/#p112769</link>
			<description><![CDATA[<p>its more then just swaping floats, you gotta swap borders and margins too. these are the sections that need changing. remove lines with - and replace them with +</p><p>hope it helps</p><p>line: 1446<br /></p><div class="codebox"><pre><code> .main .topic .post .postmain {
-    margin-left: 17em;
+    margin-right: 17em;
     position: relative;
-    border-left-style: solid;
-    border-left-width: 1px;
+    border-right-style: solid;
+    border-right-width: 1px;
     }</code></pre></div><p>line: 1472<br /></p><div class="codebox"><pre><code> .main .topic .post .postmain  .user {
-    float: left;
-    margin: -2.6em 0 0 -16em;
+    float: right;
+    margin: -2.6em -16em 0 0;
     width: 15em;
     }</code></pre></div><p>line: 1492<br /></p><div class="codebox"><pre><code> .main .topic .post .postmain .postfoot {
-    margin-left: -17em;
-    text-align: right;
+    margin-right: -17em;
     border-top-style: dashed;
     border-top-width: 1px;
     padding: 0.5em 1em;
     }</code></pre></div><p>line: 1503<br /></p><div class="codebox"><pre><code> .main .topic .post .postmain .postfoot .post-options a.contact {
-    float: left;
-     margin-right: 1em;
-     margin-left: 0;
+    float: right;
     }</code></pre></div>]]></description>
			<author><![CDATA[null@example.com (Gizzmo)]]></author>
			<pubDate>Thu, 03 Apr 2008 15:18:32 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/112769/#p112769</guid>
		</item>
		<item>
			<title><![CDATA[Re: change layout]]></title>
			<link>https://punbb.informer.com/forums/post/112768/#p112768</link>
			<description><![CDATA[<p>plz post how u do this, i changed the float from left to right for .user and that didnt work</p>]]></description>
			<author><![CDATA[null@example.com (raptrex)]]></author>
			<pubDate>Thu, 03 Apr 2008 14:40:54 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/112768/#p112768</guid>
		</item>
		<item>
			<title><![CDATA[Re: change layout]]></title>
			<link>https://punbb.informer.com/forums/post/112744/#p112744</link>
			<description><![CDATA[<p>its all done with css. should i post a diff or can you find you way?</p>]]></description>
			<author><![CDATA[null@example.com (Gizzmo)]]></author>
			<pubDate>Thu, 03 Apr 2008 06:31:37 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/112744/#p112744</guid>
		</item>
		<item>
			<title><![CDATA[change layout]]></title>
			<link>https://punbb.informer.com/forums/post/112742/#p112742</link>
			<description><![CDATA[<p>i was wondering how i could change the layout when you view a post<br />i want all the user info, thats currently on the left side with the post on the right to be swapped<br />so post on left and user info on right</p><p>i dont really want to change the code in viewtopic.php so is it possible to do it with css?</p>]]></description>
			<author><![CDATA[null@example.com (raptrex)]]></author>
			<pubDate>Thu, 03 Apr 2008 03:26:17 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/112742/#p112742</guid>
		</item>
	</channel>
</rss>
