<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1043261" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1043261</link>
    <description></description>
    <language>en</language>
          <item>
    <title>greg wrote:
You surely have</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/need-some-help-vu#comment-1239293</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;greg&lt;/em&gt; wrote:&lt;/div&gt;You surely have firebug in Firefox?&lt;br /&gt;
It has helped me resolve lot of alignment headaches.&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;@greg - you know I have Firebug because I recommend it, I&#039;ve posted about it here and on d.o., and I require my assistants to use it.&lt;/p&gt;
&lt;p&gt;Firebug can give you the code for the page, but often I find it helpful to look at the actual source for the page (the old-fashioned way) and what I saw in iselin&#039;s source code was disturbing.&lt;/p&gt;
&lt;p&gt;If your comment was directed at iselin, why did it follow a quote of my post?&lt;/p&gt;
&lt;p&gt;Firebug is truly handy, but it won&#039;t help with problems in other browsers (eg Internet Explorer).&lt;/p&gt;
&lt;p&gt;The OP asked for help specific to the NVU editor (I stated I am not familiar with it) for some reason it was displaying ok in the editor but not online, and I suggested a few steps to troubleshoot that problem.&lt;/p&gt;
 </description>
     <pubDate>Thu, 12 Mar 2009 04:00:17 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1239293 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>decibel.places wrote:
I</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/need-some-help-vu#comment-1239277</link>
    <description> &lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;decibel.places&lt;/em&gt; wrote:&lt;/div&gt;I looked at the source code for your page and it is *strange* because there is so much empty white space (which doesn&#039;t matter, but you don&#039;t need it either) which also makes it more difficult to zero in on problems.&lt;/div&gt;You surely have firebug in Firefox?&lt;br /&gt;
It has helped me resolve lot of alignment headaches.&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;quote-msg&quot;&gt;&lt;div class=&quot;quote-author&quot;&gt;&lt;em&gt;iselin&lt;/em&gt; wrote:&lt;/div&gt;the tables over the text body is not in line.&lt;/div&gt;If you mean the two tables at the very top, blue background, then try putting &lt;code&gt;align=&amp;quot;center&amp;quot;&lt;/code&gt; in the code for the two tables.&lt;/p&gt;
&lt;p&gt;EG, the first table:&lt;/p&gt;
&lt;p&gt;&lt;code&gt;&amp;lt;table cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; border=&amp;quot;1&amp;quot; style=&amp;quot;text-align: left; background-color: rgb(27, 94, 150); width: 997px; height: 114px;&amp;quot; align=&amp;quot;center&amp;quot;&amp;gt;&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;Another thing, it doesn&#039;t look like you need two tables there. You can start one table and have 2 rows. One for the site title, and one for the lower two cells.&lt;br /&gt;
The trick is, in the title row use &lt;code&gt;colspan=&amp;quot;2&amp;quot;&lt;/code&gt;.&lt;br /&gt;
Then, the row with the title in will span over 2 columns, and the two lower cells will work fine as two cells/columns.&lt;/p&gt;
&lt;p&gt;Although ... you use DIV&#039;s in the rest of your page, why not just use DIV&#039;s at the top as well?&lt;br /&gt;
You can float two DIV&#039;s side by side to get the same effect as you need with the two cells side by side.&lt;br /&gt;
You could also have the entire page in one main div centrally aligned.&lt;br /&gt;
So wrap the entire content (top of page to bottom) in something like this:&lt;br /&gt;
&lt;code&gt;&amp;lt;div style=&amp;quot;width: 900px; margin: 0px auto 0px auto;&amp;quot;&amp;gt;&lt;/code&gt;&lt;/p&gt;
 </description>
     <pubDate>Wed, 11 Mar 2009 18:45:00 +0000</pubDate>
 <dc:creator>greg</dc:creator>
 <guid isPermaLink="false">comment 1239277 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>thank you so much! I&#039;ll</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/need-some-help-vu#comment-1239240</link>
    <description> &lt;p&gt;thank you so much! I&#039;ll definitely will try your tips:)&lt;/p&gt;
 </description>
     <pubDate>Tue, 10 Mar 2009 20:16:13 +0000</pubDate>
 <dc:creator>iselin</dc:creator>
 <guid isPermaLink="false">comment 1239240 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Welcome to TWF! 
Sorry, I am</title>
    <link>https://www.webmaster-forums.net/webmasters-corner/need-some-help-vu#comment-1239156</link>
    <description> &lt;p&gt;Welcome to TWF! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/grin.png&quot; title=&quot;Laugh&quot; alt=&quot;Laugh&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
&lt;p&gt;Sorry, I am not familiar with the NVU HTML editor.&lt;/p&gt;
&lt;p&gt;I looked at the source code for your page and it is *strange* because there is so much empty white space (which doesn&#039;t matter, but you don&#039;t need it either) which also makes it more difficult to zero in on problems.&lt;/p&gt;
&lt;p&gt;Can you post/attach a screen capture image of how it looks when you are editing it?&lt;/p&gt;
&lt;p&gt;Make sure you read all the documentation for NVU, and when you save the file you should be able to view it in a browser (Internet Explorer, Firefox etc) as a local file before you upload it to make sure it is not something on your web server that is affecting it.&lt;/p&gt;
&lt;p&gt;You could also try a different editor such as Dreamweaver (not my cup of tea but many people swear by it) or &lt;a href=&quot;http://www.coffeecup.com/html-editor/&quot;&gt;CoffeeCup&lt;/a&gt; which is free (and still not a cup suitable for tea &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/tongue.png&quot; title=&quot;Sticking out tongue&quot; alt=&quot;Sticking out tongue&quot; class=&quot;smiley-content&quot; /&gt;).&lt;/p&gt;
&lt;p&gt;In any case, let us know how it goes and if you need some more help! &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/smile.png&quot; title=&quot;Smiling&quot; alt=&quot;Smiling&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Mon, 09 Mar 2009 00:00:45 +0000</pubDate>
 <dc:creator>decibel.places</dc:creator>
 <guid isPermaLink="false">comment 1239156 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
