<?xml version="1.0" encoding="UTF-8"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>bbPress support forums Tag: gap</title>
<link>http://bbpress.org/forums/</link>
<description>bbPress support forums Tag: gap</description>
<language>en</language>
<pubDate>Wed, 03 Dec 2008 00:29:45 +0000</pubDate>

<item>
<title>Jessica Lares on "Gap in images in table"</title>
<link>http://bbpress.org/forums/topic/gap-in-images-in-table#post-14573</link>
<pubDate>Thu, 20 Mar 2008 21:51:01 +0000</pubDate>
<dc:creator>Jessica Lares</dc:creator>
<guid isPermaLink="false">14573@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;But how about the actual content? Like where the forums are?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Gap in images in table"</title>
<link>http://bbpress.org/forums/topic/gap-in-images-in-table#post-14571</link>
<pubDate>Thu, 20 Mar 2008 19:18:49 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14571@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Wrap the whole thing, from beginning to end, in a div with this style: &#60;code&#62;&#38;lt;div style=&#38;quot;width: 800px; margin: 0 auto;&#38;quot;&#38;gt;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;Put that before the beginning table tag, and then close it after the ending &#38;lt;/table&#38;gt; tag.&#60;/p&#62;
&#60;p&#62;You can separate the style from the template html by calling the div something like &#60;code&#62;&#38;lt;div id=&#38;quot;wrapper&#38;quot;&#38;gt;&#60;/code&#62; in your template then adding this to your style.css:&#60;/p&#62;
&#60;pre&#62;&#60;code&#62;#wrapper {
          width: 800px;
          margin: 0 auto;
}&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;In either case, the margin is 0 top and bottom, and auto left and right, which means it will be centered horizontally in the browser no matter what the size of the browser viewport.
&#60;/p&#62;</description>
</item>
<item>
<title>Jessica Lares on "Gap in images in table"</title>
<link>http://bbpress.org/forums/topic/gap-in-images-in-table#post-14568</link>
<pubDate>Thu, 20 Mar 2008 18:49:31 +0000</pubDate>
<dc:creator>Jessica Lares</dc:creator>
<guid isPermaLink="false">14568@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Last question, how would I align my tables so they're not on the left?
&#60;/p&#62;</description>
</item>
<item>
<title>Jessica Lares on "Gap in images in table"</title>
<link>http://bbpress.org/forums/topic/gap-in-images-in-table#post-14567</link>
<pubDate>Thu, 20 Mar 2008 18:07:04 +0000</pubDate>
<dc:creator>Jessica Lares</dc:creator>
<guid isPermaLink="false">14567@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Thank you! It worked perfect!
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Gap in images in table"</title>
<link>http://bbpress.org/forums/topic/gap-in-images-in-table#post-14566</link>
<pubDate>Thu, 20 Mar 2008 17:48:35 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14566@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Well, when I validate the page, there are errors around line 318 which is where a bunch of td/tr/table end tags are located.  The fact that they are improperly nested (i.e. they are closed here but are not open) means they were probably improperly closed (or not closed) elsewhere.&#60;/p&#62;
&#60;p&#62;But, just adding the &#60;code&#62;style=&#38;quot;display: block;&#38;quot;&#60;/code&#62;  to the &#60;strong&#62;&#38;lt;img&#38;gt;&#60;/strong&#62; tags as sambauers suggested should take care of it without you having to fix the improper code.  It should look fine when you do that and replace the stylesheet reference.
&#60;/p&#62;</description>
</item>
<item>
<title>Jessica Lares on "Gap in images in table"</title>
<link>http://bbpress.org/forums/topic/gap-in-images-in-table#post-14565</link>
<pubDate>Thu, 20 Mar 2008 16:55:49 +0000</pubDate>
<dc:creator>Jessica Lares</dc:creator>
<guid isPermaLink="false">14565@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;How are my tables messed up? They seem to be intact, I know that it doesn't validate because of the background and alignment. But I see nothing else.
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Gap in images in table"</title>
<link>http://bbpress.org/forums/topic/gap-in-images-in-table#post-14563</link>
<pubDate>Thu, 20 Mar 2008 13:53:47 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14563@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;So, you changed something but it's still not fixed?  The page still does not validate and the markup is still incorrect.  The nested tables you have now make it even MORE difficult to fix.&#60;/p&#62;
&#60;p&#62;I think until you fix your markup it is going to be difficult to elicit free help.  My first piece of advice is to fix the markup.  In the process, you may discover why it's doing this.&#60;/p&#62;
&#60;p&#62;Good luck.
&#60;/p&#62;</description>
</item>
<item>
<title>Jessica Lares on "Gap in images in table"</title>
<link>http://bbpress.org/forums/topic/gap-in-images-in-table#post-14560</link>
<pubDate>Thu, 20 Mar 2008 13:14:45 +0000</pubDate>
<dc:creator>Jessica Lares</dc:creator>
<guid isPermaLink="false">14560@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It has nothing to do with the CSS as you can see now and my tables are okay.
&#60;/p&#62;</description>
</item>
<item>
<title>sambauers on "Gap in images in table"</title>
<link>http://bbpress.org/forums/topic/gap-in-images-in-table#post-14557</link>
<pubDate>Thu, 20 Mar 2008 06:57:46 +0000</pubDate>
<dc:creator>sambauers</dc:creator>
<guid isPermaLink="false">14557@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I think adding:&#60;br /&#62;
&#60;pre&#62;&#60;code&#62;style=&#38;quot;display:block;&#38;quot;&#60;/code&#62;&#60;/pre&#62;
&#60;p&#62;.&#60;br /&#62;
To the images will work
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Gap in images in table"</title>
<link>http://bbpress.org/forums/topic/gap-in-images-in-table#post-14556</link>
<pubDate>Thu, 20 Mar 2008 06:46:14 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">14556@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Which gaps are you talking about specifically?  I see just one between the header and the forums, maybe.  Then maybe between the top and those side images as well.&#60;/p&#62;
&#60;p&#62;1.  Don't use tables for layout, use divs if you can.&#60;/p&#62;
&#60;p&#62;2.  Validate your layout CSS and HTML and fix those problems first.&#60;br /&#62;
&#60;a href=&#34;http://validator.w3.org/&#34; rel=&#34;nofollow&#34;&#62;http://validator.w3.org/&#60;/a&#62; (XHTML needs some work)&#60;br /&#62;
&#60;a href=&#34;http://jigsaw.w3.org/css-validator/&#34; rel=&#34;nofollow&#34;&#62;http://jigsaw.w3.org/css-validator/&#60;/a&#62; (CSS is OK)&#60;/p&#62;
&#60;p&#62;3.  Looks like there was some cutting and pasting going on.  The main problem, I think, is that there are tags for two tables there, but the top table (with this image gregjamesforum_01.jpg) is not really marked up as a table. There are no row and table data tags.  So, that's invalid.  Then, a new table is started below.  That's why there's a gap.&#60;/p&#62;
&#60;p&#62;I would fix the improper markup and then put everything in one table (if you are going to continue using tables) so there is no gap between the two tables.  That's why there's a gap beneath that top image right now.&#60;/p&#62;
&#60;p&#62;Also, there is nothing in your problem that is specific to bbPress, so you can seek support at any CSS/HTML forum as well if there's not enough help forthcoming here.
&#60;/p&#62;</description>
</item>
<item>
<title>Jessica Lares on "Gap in images in table"</title>
<link>http://bbpress.org/forums/topic/gap-in-images-in-table#post-14555</link>
<pubDate>Thu, 20 Mar 2008 03:20:27 +0000</pubDate>
<dc:creator>Jessica Lares</dc:creator>
<guid isPermaLink="false">14555@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I'm putting together a skin for my forum and there's a huge cap in the tables and images, like I have some cellpadding issues&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.gregjames.org/forum/&#34; rel=&#34;nofollow&#34;&#62;http://www.gregjames.org/forum/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;How would I go along as to fixing this?
&#60;/p&#62;</description>
</item>
<item>
<title>csl749 on "Theme problem with new topic page from front page"</title>
<link>http://bbpress.org/forums/topic/theme-problem-with-new-topic-page-from-front-page#post-7269</link>
<pubDate>Sun, 06 May 2007 23:50:51 +0000</pubDate>
<dc:creator>csl749</dc:creator>
<guid isPermaLink="false">7269@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Yep - that's the guy! He very kindly did the artwork for my last CD, so in return I did some sound design for his DVD portfolio. Hopefully we'll work together again soon.&#60;/p&#62;
&#60;p&#62;Cool - thanks very much for the mockups - I'll have a play and see what works best.
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Theme problem with new topic page from front page"</title>
<link>http://bbpress.org/forums/topic/theme-problem-with-new-topic-page-from-front-page#post-7267</link>
<pubDate>Sun, 06 May 2007 23:21:11 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">7267@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;I really do :) &#60;a href=&#34;http://www.platform01.com/&#34;&#62;This&#60;/a&#62; Patrick Ehrlund? He's great - even if he does have a flash website :P&#60;/p&#62;
&#60;p&#62;I'd argue that the coolness of appearance is worth it, since the login form's not exactly rocket science. I think it's still pretty distinguishable anyway. Mockups:&#60;br /&#62;
&#60;a href=&#34;http://img513.imageshack.us/img513/5090/ochreblackuf9.jpg&#34; rel=&#34;nofollow&#34;&#62;http://img513.imageshack.us/img513/5090/ochreblackuf9.jpg&#60;/a&#62;&#60;br /&#62;
&#60;a href=&#34;http://img338.imageshack.us/img338/5758/ochrewhiteyh4.jpg&#34; rel=&#34;nofollow&#34;&#62;http://img338.imageshack.us/img338/5758/ochrewhiteyh4.jpg&#60;/a&#62;&#60;br /&#62;
That's just suggestions if you're interested, no need to give it further thought :)&#60;/p&#62;
&#60;p&#62;Test account to see the problem with the HTML, didn't realise Chris had already fixed it. My bad. :)
&#60;/p&#62;</description>
</item>
<item>
<title>csl749 on "Theme problem with new topic page from front page"</title>
<link>http://bbpress.org/forums/topic/theme-problem-with-new-topic-page-from-front-page#post-7266</link>
<pubDate>Sun, 06 May 2007 22:56:35 +0000</pubDate>
<dc:creator>csl749</dc:creator>
<guid isPermaLink="false">7266@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Aha - thanks very much chrishajer! I've just noticed that there's a surplus /div in footer.php. I've removed it and all is now well, as far as I can tell. Though it's strange how it only affected that one page (?!). Thanks for pointing me in the right direction.&#60;/p&#62;
&#60;p&#62;Thanks fel64 - glad you like the design of the site! :) The header pic was designed by a friend of mine, Patrick Ehrlund. I'm torn about the login background - it does look much better without the white background, but also more difficult to read. I might play with some font colours to get something that displays nicely over the header pic colours.&#60;/p&#62;
&#60;p&#62;A test account? What do you mean? I'll help if I can.
&#60;/p&#62;</description>
</item>
<item>
<title>fel64 on "Theme problem with new topic page from front page"</title>
<link>http://bbpress.org/forums/topic/theme-problem-with-new-topic-page-from-front-page#post-7262</link>
<pubDate>Sun, 06 May 2007 15:35:49 +0000</pubDate>
<dc:creator>fel64</dc:creator>
<guid isPermaLink="false">7262@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;It's a really nice site and I love the header. The login form would fit in more if you remove the &#60;code&#62;background: #FFFFFF&#60;/code&#62; property in the CSS. :)&#60;/p&#62;
&#60;p&#62;Could you make a test account please, so we can see the HTML?
&#60;/p&#62;</description>
</item>
<item>
<title>chrishajer on "Theme problem with new topic page from front page"</title>
<link>http://bbpress.org/forums/topic/theme-problem-with-new-topic-page-from-front-page#post-7261</link>
<pubDate>Sun, 06 May 2007 15:15:23 +0000</pubDate>
<dc:creator>chrishajer</dc:creator>
<guid isPermaLink="false">7261@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;On the forum home page, the closing &#38;lt;/div&#38;gt; for the wrapper is missing, but that's the page that looks OK. On the Add New page, it appears that the wrapper div is closed, but that's the page that is messed up.  There's something with the tag not being closed, or being closed in the wrong place that's causing it to look like that.&#60;/p&#62;
&#60;p&#62;In fact, removing the closing &#38;lt;/div&#38;gt; before the footer on the add new page makes that page look fine.   It's not valid, so there's another problem, but that makes it look ok.
&#60;/p&#62;</description>
</item>
<item>
<title>csl749 on "Theme problem with new topic page from front page"</title>
<link>http://bbpress.org/forums/topic/theme-problem-with-new-topic-page-from-front-page#post-7259</link>
<pubDate>Sun, 06 May 2007 12:32:19 +0000</pubDate>
<dc:creator>csl749</dc:creator>
<guid isPermaLink="false">7259@http://bbpress.org/forums/</guid>
<description>&#60;p&#62;Hi folks,&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.ochremusic.com/forum&#34;&#62;Here's my forum&#60;/a&#62; at the moment after some theme-tweakery to make it fit the general theme of my wordpress site. Everything's more or less fine, but there's just on little section that I can't seem to solve - when using the '- ADD NEW' topic link on the latest discussions section on the front page I get a gap between the footer and the new post div, yet this gap is nowhere to be found on any other of the pages. Looks a bit incongruous.&#60;/p&#62;
&#60;p&#62;Here's a pic of how the problem looks: &#60;a href=&#34;http://img525.imageshack.us/img525/7683/bbpresspw3.jpg&#34; rel=&#34;nofollow&#34;&#62;http://img525.imageshack.us/img525/7683/bbpresspw3.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Any help on how to solve this little problem would be great - thanks!
&#60;/p&#62;</description>
</item>

</channel>
</rss>
