<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title><![CDATA[PunBB Forums — Help and Advice please..]]></title>
		<link>https://punbb.informer.com/forums/topic/15704/help-and-advice-please/</link>
		<atom:link href="https://punbb.informer.com/forums/feed/rss/topic/15704/" rel="self" type="application/rss+xml" />
		<description><![CDATA[The most recent posts in Help and Advice please...]]></description>
		<lastBuildDate>Thu, 26 Apr 2007 17:14:38 +0000</lastBuildDate>
		<generator>PunBB</generator>
		<item>
			<title><![CDATA[Re: Help and Advice please..]]></title>
			<link>https://punbb.informer.com/forums/post/92897/#p92897</link>
			<description><![CDATA[<p>Thank you very much Strofanto. I will try your suggestions when I get back tonight.</p>]]></description>
			<author><![CDATA[null@example.com (towelie)]]></author>
			<pubDate>Thu, 26 Apr 2007 17:14:38 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/92897/#p92897</guid>
		</item>
		<item>
			<title><![CDATA[Re: Help and Advice please..]]></title>
			<link>https://punbb.informer.com/forums/post/92863/#p92863</link>
			<description><![CDATA[<div class="quotebox"><cite>dude07 wrote:</cite><blockquote><p>How did you change the title &#039;administrator&#039; to &#039;GFG ADMIN?&#039;</p></blockquote></div><p>Go to <a href="http://www.yoursite.com/forum/admin_groups.php?edit_group=1">http://www.yoursite.com/forum/admin_gro … it_group=1</a> </p><p>and change the User Title.</p>]]></description>
			<author><![CDATA[null@example.com (Strofanto)]]></author>
			<pubDate>Thu, 26 Apr 2007 11:19:53 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/92863/#p92863</guid>
		</item>
		<item>
			<title><![CDATA[Re: Help and Advice please..]]></title>
			<link>https://punbb.informer.com/forums/post/92852/#p92852</link>
			<description><![CDATA[<p>How did you change the title &#039;administrator&#039; to &#039;GFG ADMIN?&#039;</p><p>I tried changing that in the language file but it made no difference..</p>]]></description>
			<author><![CDATA[null@example.com (dude07)]]></author>
			<pubDate>Thu, 26 Apr 2007 09:24:51 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/92852/#p92852</guid>
		</item>
		<item>
			<title><![CDATA[Re: Help and Advice please..]]></title>
			<link>https://punbb.informer.com/forums/post/92851/#p92851</link>
			<description><![CDATA[<p>You have many markup errors that you should fix, for example there&#039;s a &quot;.pun&quot; visible in the main page on the left of the main image. In internet explorer 7 I can only see the background image, the rest is blank. The background image looks fine to, it&#039;s probably a matter of screen resolution. Back on the background repeat info you&#039;d do like this:<br /></p><div class="codebox"><pre><code>body {background: url(myimage.gif) repeat-y;}</code></pre></div><p>Which means that your image would be only repeated vertically.</p><p>Anyway fix the markup first, you have a few tags that ain&#039;t supported by w3c like &lt;bold&gt;. Furthermore PunBB uses xhtml 1.0 strict, hence you cannot use the &lt;center&gt; tag. You can workaround that with CSS instructions or change the doctype to transitional (but I suggest you the first). &lt;img&gt; tags don&#039;t have the alt attribute, it&#039;s necessary even if it&#039;s empty.<br /></p><div class="codebox"><pre><code>&lt;img src=&quot;myimage.gif&quot; width=&quot;&quot; height=&quot;&quot; alt=&quot;&quot; /&gt;</code></pre></div><p>Also there&#039;s a &lt;pun_csheader&gt; tag in your source which is probably a modified entry in the template, no idea what you meant to do with it.<br />Finally, comments should be <br /></p><div class="codebox"><pre><code>&lt;!-- --&gt;</code></pre></div><p>you put an extra - in both sides.</p><p>I hope this helps. Let me know.</p>]]></description>
			<author><![CDATA[null@example.com (Strofanto)]]></author>
			<pubDate>Thu, 26 Apr 2007 08:29:49 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/92851/#p92851</guid>
		</item>
		<item>
			<title><![CDATA[Re: Help and Advice please..]]></title>
			<link>https://punbb.informer.com/forums/post/92843/#p92843</link>
			<description><![CDATA[<p>Well you did give me an idea actually but.. as you can see <a href="http://thpsvids.com/users/gfg/img/cs/cnt_mid.gif">here</a> that it&#039;s just a thin little image so if it doesn&#039;t repeat then it will just add a small bar and not actually be a background. I will try some more stuff.</p><p>More advice would be great though, even on general styling issues.</p>]]></description>
			<author><![CDATA[null@example.com (towelie)]]></author>
			<pubDate>Thu, 26 Apr 2007 01:48:05 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/92843/#p92843</guid>
		</item>
		<item>
			<title><![CDATA[Re: Help and Advice please..]]></title>
			<link>https://punbb.informer.com/forums/post/92822/#p92822</link>
			<description><![CDATA[<p>I&#039;m not actually sure of what you&#039;re asking, mostly since the forum in link you posted looks fine, but... If your problem is a background image repeating you can use the no-repeat attribute to prevent that.</p>]]></description>
			<author><![CDATA[null@example.com (Strofanto)]]></author>
			<pubDate>Wed, 25 Apr 2007 21:09:50 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/92822/#p92822</guid>
		</item>
		<item>
			<title><![CDATA[Help and Advice please..]]></title>
			<link>https://punbb.informer.com/forums/post/92818/#p92818</link>
			<description><![CDATA[<p>/* I posted this on punres.org also a couple of hours ago, no response yet. I have to go out soon so I figured I&#039;d see if anyone had some advice atm. */</p><br /><p>Alright I am trying customize my punbb. It may not look great right now because I plan to redo all of the photoshop I have done so far; it will look significantly different when completed. What&#039;s there is just place settings kind of to get the feel of editing it properly.</p><p><a href="http://thpsvids.com/gfg">http://thpsvids.com/gfg</a></p><p><strong>The main problem I&#039;m having is that border. It repeats right down the entire length of page. I have tried creating custom docs in the include/user folder and linking that image from include/template/main.tpl, with no result (I created some other elements using that technique). Currently the border is set up in the actual template .css file (Minima.css).</strong></p><p>Oh, also the footer is not aligning to the actual bottom of the page like the header is.</p><p>Anyway I can&#039;t think of any other information to post at the moment, all though I&#039;m sure I will later. So please let me hear your thoughts/questions/etc.</p><p>- Thanks,<br /> Towelie</p>]]></description>
			<author><![CDATA[null@example.com (towelie)]]></author>
			<pubDate>Wed, 25 Apr 2007 20:32:02 +0000</pubDate>
			<guid>https://punbb.informer.com/forums/post/92818/#p92818</guid>
		</item>
	</channel>
</rss>
