<?xml version="1.0" encoding="utf-8" ?><rss version="2.0" xml:base="https://www.webmaster-forums.net/crss/node/1017537" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title></title>
    <link>https://www.webmaster-forums.net/crss/node/1017537</link>
    <description></description>
    <language>en</language>
          <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/crazy-tables-please-help#comment-1102964</link>
    <description> &lt;p&gt;First my apologies that this thread has gone on so long. &lt;/p&gt;
&lt;p&gt;I&#039;ve got two new test pages that I would like people to look at in different browsers and tell me if anything isn&#039;t working.  The first is &lt;a href=&quot;http://www.charlottemlb.com/softball/test.shtml&quot; class=&quot;bb-url&quot;&gt;charlottemlb.com/softball/test.shtml&lt;/a&gt;  This one is closest to what I was trying to do above.  It looks fine to me in IE5 but the tables still go crazy in Dreamweaver.&lt;/p&gt;
&lt;p&gt;The second is a desparation move.  The top banner graphic which was colspan=3 was the cause of all my previous alignment problems, so I put it in it&#039;s own separate table.  This trial can be seen at &lt;a href=&quot;http://www.charlottemlb.com/softball/test2.shtml&quot; class=&quot;bb-url&quot;&gt;charlottemlb.com/softball/test2.shtml&lt;/a&gt;   As the first example, this too looks fine in my IE5 but doesn&#039;t work in Dreamweaver.&lt;/p&gt;
&lt;p&gt;There are a few potential problems with this design that I haven&#039;t seen in IE5.5 but are possible due to the fact that there are now two layout tables (top banner and everything else).  One is that the widths of the two may appear independent (ex. when resizing, one section continues to condense width while the other scrolls off the side of the screen).  The other potential thing to look for is that a thin line may sneak between the two tables.&lt;/p&gt;
&lt;p&gt;Please let me know if you see any problems with either of these two layouts.  Thanks again.&lt;/p&gt;
&lt;p&gt;P.S.  You can&#039;t see it in these examples but I learned enough CSS to make my menu links one color and my other links another color  &lt;img src=&quot;https://www.webmaster-forums.net/misc/smileys/big.png&quot; title=&quot;Laughing out loud&quot; alt=&quot;Laughing out loud&quot; class=&quot;smiley-content&quot; /&gt;&lt;/p&gt;
 </description>
     <pubDate>Sun, 24 Feb 2002 20:35:22 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1102964 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/crazy-tables-please-help#comment-1102822</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: In my browser/resolution. 95% and up cause the scroll bar. I&#039;d love to try your suggestion but I don&#039;t understand the difference between width=100% and make the td tag 100%. If that doesn&#039;t work I still haven&#039;t explored putting an hr tag along the bottom to open it up. &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt; width=&quot;100%&quot; in the table tag makes the width of the table 100% wide, but doesnt have any control over your table cells (td&#039;s).&lt;br /&gt;
adding width=&quot;100%&quot; into a td tag forces that cell to expand to maximum width, but has no control over the overall table width (if no table width is declared it will go to default, which is around 100% - browser margins do differ thou).&lt;/p&gt;
&lt;p&gt;try the&lt;/p&gt;
 </description>
     <pubDate>Fri, 22 Feb 2002 21:31:35 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1102822 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/crazy-tables-please-help#comment-1102800</link>
    <description> &lt;p&gt;THE DUGOUT - Charlotte Slow-Pitch Softball&lt;/p&gt;
&lt;p&gt;a:hover{color:red;}&lt;br /&gt;
a{text-decoration:none;}&lt;/p&gt;
&lt;p&gt;&amp;lt;script&amp;gt;&lt;br /&gt;
function stoperror(){&lt;br /&gt;
return true&lt;br /&gt;
}&lt;br /&gt;
window.onerror=stoperror&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;script language=JavaScript&amp;gt;&lt;br /&gt;
http://walk.to/crash)&lt;br /&gt;
Submitted to and permission granted to Dynamicdrive.com to feature script in it&#039;s archive&lt;br /&gt;
For full source code to this script and 100&#039;s more, visit&lt;br /&gt;
&lt;a href=&quot;http://dynamicdrive.com&quot; class=&quot;bb-url&quot;&gt;http://dynamicdrive.com&lt;/a&gt;&lt;br /&gt;
*/&lt;/p&gt;
&lt;p&gt;var message=&quot;Right-Click Disabled&quot;;&lt;br /&gt;
function click(e) {&lt;br /&gt;
if (document.all) {&lt;br /&gt;
if (event.button==2||event.button==3) {&lt;br /&gt;
alert(message);&lt;br /&gt;
return false;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
else if (document.layers||document.getElementById) {&lt;br /&gt;
if (e.which == 3) {&lt;br /&gt;
alert(message);&lt;br /&gt;
return false;&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
}&lt;br /&gt;
if (document.layers) {&lt;br /&gt;
document.captureEvents(Event.MOUSEDOWN);&lt;br /&gt;
}&lt;br /&gt;
document.onmousedown=click;&lt;br /&gt;
// --&amp;gt;&lt;br /&gt;
&amp;lt;/script&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;graphics/banner.gif&quot; height=&quot;60&quot; width=&quot;700&quot; alt=&quot;Charlotte Slow-Pitch Softball&quot; /&gt;&lt;/p&gt;
&lt;p&gt;&lt;div class=&quot;codeblock&quot;&gt;&lt;code&gt;&lt;span style=&quot;color: #000000&quot;&gt;&lt;span style=&quot;color: #0000BB&quot;&gt;&amp;lt;?php&lt;br /&gt; &lt;/span&gt;&lt;span style=&quot;color: #DD0000&quot;&gt;&#039;##################################################edit ################################ &lt;br /&gt;?&amp;gt;&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/div&gt;&lt;/p&gt;
&lt;p&gt;1&lt;br /&gt;
2&lt;br /&gt;
3&lt;br /&gt;
4&lt;/p&gt;
&lt;p&gt;LEAGUES&lt;br /&gt;
&lt;a href=&quot;http://www.charlottemlb.com/softball/home.shtml&quot;&gt;Home/News&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.charlottemlb.com/softball/parkandrec.shtml&quot;&gt;Park &amp;amp; Rec&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.charlottemlb.com/softball/other.shtml&quot;&gt;Other Leagues&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;PARKS&lt;br /&gt;
&lt;a href=&quot;http://www.charlottemlb.com/softball/map.shtml&quot;&gt;Parks Map&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.charlottemlb.com/softball/clanton.shtml&quot;&gt;Clanton&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.charlottemlb.com/softball/hornetsnest.shtml&quot;&gt;Hornets&lt;br /&gt;
Nest&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.charlottemlb.com/softball/idlewild.shtml&quot;&gt;Idlewild&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.charlottemlb.com/softball/nevin.shtml&quot;&gt;Nevin&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.charlottemlb.com/softball/parkroad.shtml&quot;&gt;Park Road&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.charlottemlb.com/softball/renaissance.shtml&quot;&gt;Renaissance&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.charlottemlb.com/softball/revolution.shtml&quot;&gt;Revolution&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.charlottemlb.com/softball/wrdavie.shtml&quot;&gt;W.R. Davie&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.charlottemlb.com/softball/cherry.shtml&quot;&gt;Cherry&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;LINKS&lt;br /&gt;
&lt;a href=&quot;http://www.charlottemlb.com/softball/links.shtml&quot;&gt;Links&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;EXTRA INNINGS&lt;br /&gt;
&lt;a href=&quot;http://www.charlottemlb.com/softball/hrderby.shtml&quot;&gt;Homerun Derby&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.charlottemlb.com/softball/about.shtml&quot;&gt;About&lt;/a&gt; &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.CharlotteMLB.com&quot; target=&quot;_new&quot;&gt;&lt;br /&gt;
&lt;img src=&quot;http://www.charlottemlb.com/softball/ads/charlottemlb.gif&quot; height=&quot;45&quot; width=&quot;100&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.myspn.com&quot; target=&quot;_new&quot;&gt;&lt;br /&gt;
&lt;img src=&quot;http://www.charlottemlb.com/softball/ads/myspn_button.gif&quot; height=&quot;48&quot; width=&quot;100&quot; border=&quot;0&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.weatherforyou.com/cgi-bin/hamweather.cgi?user=weather4you&amp;amp;forecast=zandh&amp;amp;place=Charlotte&amp;amp;state=nc&quot;&gt;&lt;br /&gt;
&lt;img src=&quot;http://www.weatherforyou.com/ct/ahv188294.png?user=weatherforyou&amp;amp;forecast=hourly&amp;amp;place=Charlotte&amp;amp;state=nc&amp;amp;img=hourlyvert2&quot; border=&quot;0&quot; width=&quot;95&quot; height=&quot;135&quot; /&gt;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;m&lt;/p&gt;
&lt;p&gt;test&lt;/p&gt;
&lt;p&gt;© 2002 THE DUGOUT&lt;br /&gt;
[Beta v0.8]&lt;/p&gt;
&lt;p&gt;4&lt;/p&gt;
 </description>
     <pubDate>Fri, 22 Feb 2002 16:18:36 +0000</pubDate>
 <dc:creator>venom</dc:creator>
 <guid isPermaLink="false">comment 1102800 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/crazy-tables-please-help#comment-1102783</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by Busy &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;has problem in NS4.7 and Opera6 - try make that cell 99%&lt;br /&gt;
if that doesnt work take out the width=&quot;100%&quot; in the &#039;table&#039; tag and make the td tag 100%&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;ok in NS6 and IE5&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;In my browser/resolution. 95% and up cause the scroll bar.  I&#039;d love to try your suggestion but I don&#039;t understand the difference between &lt;em&gt;width=100%&lt;/em&gt; and &lt;em&gt;make the td tag 100%&lt;/em&gt;.  If that doesn&#039;t work I still haven&#039;t explored putting an hr tag along the bottom to open it up.  &lt;/p&gt;
&lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;strong&gt;Also just noticed your fonts, they appear differently in different browsers, having a font tag around a table doesnt generaly work, you need a font tag in each cell, an easier way is to use a style sheet, something like&lt;br /&gt;
td (color: ???; font-family: ?????; font-size:10px;} which sets all font in td cells to that. &lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Yes.  I definitely intended to use an external css to fix that and the problem with link colors in the main section.  But I don&#039;t know anything about it so &quot;learn external css&quot; is on my to do list after I get other things in order.  If I can quickly fix those links with the in-line css code you just listed above, that&#039;ll be easierr for me and I&#039;ll take my time to learn the external variety at a later time.  You saved me once again!  Thanks &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>Fri, 22 Feb 2002 14:17:22 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1102783 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/crazy-tables-please-help#comment-1102751</link>
    <description> &lt;p&gt;has problem in NS4.7 and Opera6 - try make that cell 99%&lt;br /&gt;
if that doesnt work take out the width=&quot;100%&quot; in the &#039;table&#039; tag and make the td tag 100%&lt;/p&gt;
&lt;p&gt;ok in NS6 and IE5&lt;/p&gt;
&lt;p&gt;Also just noticed your fonts, they appear differently in different browsers, having a font tag around a table doesnt generaly work, you need a font tag in each cell, an easier way is to use a style sheet, something like&lt;br /&gt;
td (color: ???; font-family: ?????; font-size:10px;} which sets all font in td cells to that.&lt;/p&gt;
 </description>
     <pubDate>Fri, 22 Feb 2002 06:12:08 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1102751 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/crazy-tables-please-help#comment-1102740</link>
    <description> &lt;p&gt;I put width=100% in the main td and it worked, but mysteriously (to me) causes an oversized page that puts a horizontal scroll bar along the bottom.  So just for a trial I put 90% in thinking it would do some other wierd thing but it worke fine (in 800 x 600).  I then tried 80% and the original problem came back.&lt;/p&gt;
&lt;p&gt;Right now it&#039;s working with width=90% and no scroll bar appears.  I don&#039;t know why, but can you (anyone) just let me know if my &quot;90%&quot; is causing problems on your screens.  I can only see IE5.5 at 800 x 600 and it looks great so I&#039;ll just leave it alone and continue building content if nobody red-flags me with a table problem. &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>Fri, 22 Feb 2002 03:21:36 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1102740 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/crazy-tables-please-help#comment-1102716</link>
    <description> &lt;p&gt;try add width=&quot;100%&quot; in the td cell that holds the content in the about and homerun derby pages.&lt;/p&gt;
&lt;p&gt;or even add a  default is 100% but you could always state it as well&lt;/p&gt;
&lt;p&gt;another way: looks like you have a black cell going under the header, (i didnt look in your code) if it is you can use the . . . . trick with font size 8px (style sheet) and black font, thus is hidden.&lt;/p&gt;
&lt;p&gt;1st method is better&lt;/p&gt;
 </description>
     <pubDate>Thu, 21 Feb 2002 21:08:36 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1102716 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/crazy-tables-please-help#comment-1102702</link>
    <description> &lt;p&gt;I&#039;m back.  Thanks to everybody&#039;s help I got most of my layout working.  You can now see what I&#039;m trying to do at &lt;a href=&quot;http://www.charlottemlb.com/softball/home.shtml&quot; class=&quot;bb-url&quot;&gt;charlottemlb.com/softball/home.shtml&lt;/a&gt; .  The key focus is the area above the menu with black and green stripes, and the beveled edges that run across and down.  &lt;/p&gt;
&lt;p&gt;The layout seems fine in most of my pages (at least in my browsers) but the layout gets screwed up in my final two links (&quot;Homerun Derby&quot; &amp;amp; &quot;About&quot;).  On all pages I use SSI to produce the layout table so it&#039;s exactly the same on every page.  Now the reason these last two pages get screwed up is probably because I have no text that span across the entire page.  What can I change in layout table code to prevent this dependence on full-width text (or gfx).&lt;/p&gt;
&lt;p&gt;P.S.  Thanks in advance AGAIN.  You guys rock!&lt;/p&gt;
 </description>
     <pubDate>Thu, 21 Feb 2002 18:00:06 +0000</pubDate>
 <dc:creator>fifeclub</dc:creator>
 <guid isPermaLink="false">comment 1102702 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title>Re: CraZy tables!  Please help.</title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/crazy-tables-please-help#comment-1102510</link>
    <description> &lt;blockquote class=&quot;bb-quote-body&quot;&gt;&lt;p&gt;Quote: &lt;em&gt;Originally posted by fifeclub &lt;/em&gt;&lt;br /&gt;
&lt;strong&gt;Also, notice that in the top  there&#039;s a space below the title graphic, even though both the graphic and the  height are identical (I&#039;m using IE5.5).  Why is this? &lt;/strong&gt;&lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;Make sure that the graphic has vspace=&quot;0&quot; as well as hspace=&quot;0&quot; if you are having problems horizontally&lt;/p&gt;
 </description>
     <pubDate>Wed, 20 Feb 2002 12:02:26 +0000</pubDate>
 <dc:creator>taff</dc:creator>
 <guid isPermaLink="false">comment 1102510 at https://www.webmaster-forums.net</guid>
  </item>
  <item>
    <title></title>
    <link>https://www.webmaster-forums.net/html-css-and-javascript/crazy-tables-please-help#comment-1102471</link>
    <description> &lt;p&gt;for the m &amp;amp; 4 columns use a clear spacer image the width of the gap you want &lt;img src=&quot;clear.gif&quot; width=&quot;?&quot; height=&quot;3&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;
&lt;p&gt;I see your using 0 margins but only a 95% table width, youd be better off using default margins and 90% table width.&lt;/p&gt;
&lt;p&gt;make the top banner section, 3&amp;amp;4 and test sections percentage widths (or no widths) thus allowing it to fit multi size screens.&lt;/p&gt;
 </description>
     <pubDate>Wed, 20 Feb 2002 05:45:38 +0000</pubDate>
 <dc:creator>Busy</dc:creator>
 <guid isPermaLink="false">comment 1102471 at https://www.webmaster-forums.net</guid>
  </item>
  </channel>
</rss>
