<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0">
<channel>
  <title>HTML Help</title>
  <link>http://www.htmlcodetutorial.com/help/index.php</link>
  <description>Please &lt;a href=&quot;http://www.htmlcodetutorial.com/help/search.php&quot;&gt;Search&lt;/a&gt; for the answer to your question before asking it! Thanks.</description>
  <language>english</language>
  <copyright>(c) Copyright 2009 by HTML Help</copyright>
  <managingEditor>design@htmlcodetutorial.com</managingEditor>
  <webMaster>design@htmlcodetutorial.com</webMaster>
  <pubDate>Sat Nov 21, 2009 8:32 am</pubDate>
  <lastBuildDate>Sat Nov 21, 2009 8:32 am</lastBuildDate>
  <docs>http://backend.userland.com/rss</docs>
  <generator>phpBB2 RSS Syndication Mod by Lucas</generator>
  <ttl>1</ttl>

  <image>
    <title>HTML Help</title>
    <url></url>
    <link>http://www.htmlcodetutorial.com/help/</link>
    <description>Please &lt;a href=&quot;http://www.htmlcodetutorial.com/help/search.php&quot;&gt;Search&lt;/a&gt; for the answer to your question before asking it! Thanks.</description>
  </image>

                                      <item>
                                        <title>Positioning image and text within same cell w/o style sheet</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=56371#56371</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=12865'&gt;sticks464&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Nov 19, 2009 4:06 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      You can't stick an image and text in the same cell without some type of styling to get what you want. By default elements will align top left unless otherwise styled. Since you don't want a stylesheet the alternative is inline styling.&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;height&amp;#58;225px; overflow&amp;#58;hidden;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;&amp;lt;img src=&amp;quot;Group20Project/movies/images/corvette.jpg&amp;quot; alt=&amp;quot;red corvette&amp;quot; width=&amp;quot;&amp;quot; height=&amp;quot;&amp;quot; style=&amp;quot;float&amp;#58;left; margin&amp;#58;0 5px 5px 0;&amp;quot; /&amp;gt;This is a red 1987 Corvette.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt; &lt;br /&gt;
&lt;br /&gt;
You cannot use the self closing tag (/&amp;gt;) on table elements ie.&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot;height&amp;#58; 225px&amp;quot; /&amp;gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
 &lt;br /&gt;
Used in xhtml documents only using an xhtml doctype for inline tags ie.&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;img alt=&amp;quot;red 1987 corvette&amp;quot; src= corvette.jpg&amp;quot; /&amp;gt; &lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=56371#56371</comments>
                                        <author>sticks464</author>
                                        <pubDate>Thu Nov 19, 2009 4:06 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=56371#56371</guid>
                                      </item>
                                      <item>
                                        <title>Tables - fixed layout - desperate lady needs help</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=56194#56194</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=13957'&gt;PayneLess Designs&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Nov 15, 2009 1:28 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Hi Pammy:&lt;br /&gt;
&lt;br /&gt;
That is the nature of table cells to expand according to amount of content. That's why tables usually should be used for tabular data as they were intended to be used.&lt;br /&gt;
&lt;br /&gt;
If you couple your table with CSS, you can control the table cells much better by fixing sizes for each cell if need be. &lt;br /&gt;
&lt;br /&gt;
Without your code to work with, it's hard to show you a good starting example. These might help:&lt;br /&gt;
&lt;br /&gt;
CSS Tutorials: &lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.w3schools.com/Css/default.asp&quot; target=&quot;_blank&quot;&gt;http://www.w3schools.com/Css/default.asp&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.csstutorial.net/&quot; target=&quot;_blank&quot;&gt;http://www.csstutorial.net/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.echoecho.com/css.htm&quot; target=&quot;_blank&quot;&gt;http://www.echoecho.com/css.htm&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.html.net/tutorials/css/&quot; target=&quot;_blank&quot;&gt;http://www.html.net/tutorials/css/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.w3.org/Style/Examples/011/firstcss&quot; target=&quot;_blank&quot;&gt;http://www.w3.org/Style/Examples/011/firstcss&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;a href=&quot;http://htmldog.com/guides/cssbeginner/&quot; target=&quot;_blank&quot;&gt;http://htmldog.com/guides/cssbeginner/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.davesite.com/webstation/css/&quot; target=&quot;_blank&quot;&gt;http://www.davesite.com/webstation/css/&lt;/a&gt;&lt;br /&gt;
&lt;a href=&quot;http://www.htmlcodetutorial.com/character_famsupp_193.html&quot; target=&quot;_blank&quot;&gt;http://www.htmlcodetutorial.com/character_famsupp_193.html&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Tableless Web Design: &lt;a href=&quot;http://en.wikipedia.org/wiki/Tableless_web_design&quot; target=&quot;_blank&quot;&gt;http://en.wikipedia.org/wiki/Tableless_web_design&lt;/a&gt;&lt;br /&gt;
Images, Tables, and Mysterious Gaps: &lt;a href=&quot;https://developer.mozilla.org/en/Images,_Tables,_and_Mysterious_Gaps&quot; target=&quot;_blank&quot;&gt;https://developer.mozilla.org/en/Images,_Tables,_and_Mysterious_Gaps&lt;/a&gt;&lt;br /&gt;
&lt;br /&gt;
Web-Based Tools for Optimizing, Formatting and Checking CSS: &lt;a href=&quot;http://sixrevisions.com/css/css_code_optimization_formatting_validation/&quot; target=&quot;_blank&quot;&gt;http://sixrevisions.com/css/css_code_optimization_formatting_validation/&lt;/a&gt;</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=56194#56194</comments>
                                        <author>PayneLess Designs</author>
                                        <pubDate>Sun Nov 15, 2009 1:28 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=56194#56194</guid>
                                      </item>
                                      <item>
                                        <title>Table w/in table and Image on top of image:</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=56174#56174</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=12865'&gt;sticks464&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sat Nov 14, 2009 3:46 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Give this a try. Width and height need to be set on image. You can't add text next to the image in the same &amp;lt;td&amp;gt;, it will have to be in the next &amp;lt;td&amp;gt;.&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;!-- Class style for exact location of corvette --&amp;gt;&lt;br /&gt;
.corvette &amp;#123;&lt;br /&gt;
position&amp;#58;relative;&lt;br /&gt;
top&amp;#58;0px;&lt;br /&gt;
left&amp;#58;0px&lt;br /&gt;
&amp;#125;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;lt;img src=&amp;quot;Group20Project/movies/images/corvette.jpg&amp;quot; class=&amp;quot;corvette&amp;quot; alt= &amp;quot;red corvette&amp;quot; width=&amp;quot;&amp;quot; height=&amp;quot;&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
If you want to add text in the same &amp;lt;td&amp;gt; as the image, set the image as a background for that &amp;lt;td&amp;gt;, add text in a &amp;lt;p&amp;gt; tag and enough left margin to escape the image.&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;!-- Class style for exact location of corvette --&amp;gt;&lt;br /&gt;
.corvette &amp;#123;&lt;br /&gt;
background&amp;#58;url&amp;#40;Group20Project/movies/images/corvette.jpg&amp;#41; no-repeat top left;&lt;br /&gt;
&amp;#125;&lt;br /&gt;
.corvette p &amp;#123;&lt;br /&gt;
margin-left&amp;#58;110px;/*to clear image assuming image is 100px width*/&lt;br /&gt;
&amp;#125;&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td class=&amp;quot;corvette&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;p&amp;gt;This is a red 1987 Corvette.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
or&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;!-- Class style for exact location of corvette --&amp;gt;&lt;br /&gt;
.corvette img&amp;#123;&lt;br /&gt;
float&amp;#58;left;&lt;br /&gt;
margin&amp;#58;0 10px 0 0;&lt;br /&gt;
&amp;#125;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;body&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td colspan=&amp;quot;2&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt;&lt;br /&gt;
&amp;lt;p class=&amp;quot;corvette&amp;quot;&amp;gt;&amp;lt;img src=&amp;quot;Group20Project/movies/images/corvette.jpg&amp;quot; alt=&amp;quot;red corvette&amp;quot; width=&amp;quot;&amp;quot; height=&amp;quot;&amp;quot;&amp;gt;This is a red 1987 Corvette.&amp;lt;/p&amp;gt;&lt;br /&gt;
&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt; &lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=56174#56174</comments>
                                        <author>sticks464</author>
                                        <pubDate>Sat Nov 14, 2009 3:46 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=56174#56174</guid>
                                      </item>
                                      <item>
                                        <title>customize rules in a table</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=56076#56076</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=12865'&gt;sticks464&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Nov 12, 2009 3:17 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      You'll need a little css help and giving the table an id.&lt;br /&gt;
&lt;br /&gt;
This method works with the &lt;span style=&quot;font-weight: bold&quot;&gt;exceptions&lt;/span&gt;;&lt;br /&gt;
&lt;span style=&quot;color: red&quot;&gt;IE&lt;/span&gt; col border is light colored.&lt;br /&gt;
&lt;span style=&quot;color: red&quot;&gt;FF&lt;/span&gt; puts bottom border on last row.&lt;br /&gt;
&lt;span style=&quot;color: red&quot;&gt;Safari, Opera and Chrome&lt;/span&gt; does not have a bottom border on last row.&lt;br /&gt;
&lt;br /&gt;
css&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
#test td &amp;#123;border-bottom&amp;#58;1px solid #000;&amp;#125;&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;table id=&amp;quot;test&amp;quot; width=&amp;quot;429&amp;quot; border=&amp;quot;1&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot; frame=&amp;quot;void&amp;quot; rules=&amp;quot;cols&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;colgroup&amp;gt;&lt;br /&gt;
&amp;lt;COL&amp;gt;&lt;br /&gt;
&amp;lt;COL&amp;gt;&lt;br /&gt;
&amp;lt;/colgroup&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;4&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;6&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;This works in all browsers&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;
css&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;&lt;br /&gt;
#test td &amp;#123;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;border-bottom&amp;#58;1px solid #000;&lt;br /&gt;
&amp;nbsp; &amp;nbsp;border-right&amp;#58;1px solid #000;&lt;br /&gt;
&amp;#125;&lt;br /&gt;
#test .last &amp;#123;border-right&amp;#58;0;&amp;#125;&lt;br /&gt;
&amp;lt;/style&amp;gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;table id=&amp;quot;test&amp;quot; width=&amp;quot;429&amp;quot; cellspacing=&amp;quot;0&amp;quot; cellpadding=&amp;quot;0&amp;quot;&amp;gt;&lt;br /&gt;
&amp;lt;colgroup&amp;gt;&lt;br /&gt;
&amp;lt;COL&amp;gt;&lt;br /&gt;
&amp;lt;COL&amp;gt;&lt;br /&gt;
&amp;lt;/colgroup&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;1&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;2&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;td class=&amp;quot;last&amp;quot;&amp;gt;3&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;4&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;td&amp;gt;5&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;lt;td class=&amp;quot;last&amp;quot;&amp;gt;6&amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;nbsp; &amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=56076#56076</comments>
                                        <author>sticks464</author>
                                        <pubDate>Thu Nov 12, 2009 3:17 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=56076#56076</guid>
                                      </item>
                                      <item>
                                        <title>2 Special Questions</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=55908#55908</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=28354'&gt;krisimp&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sun Nov 08, 2009 12:49 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Firefox 2</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=55908#55908</comments>
                                        <author>krisimp</author>
                                        <pubDate>Sun Nov 08, 2009 12:49 am</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=55908#55908</guid>
                                      </item>
                                      <item>
                                        <title>Table perfect in Firefox but in IE shows as 1 column????</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=55897#55897</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=28523'&gt;genem&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sat Nov 07, 2009 7:50 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      &lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;PAmntngrl wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;quote&quot;&gt;&lt;span style=&quot;font-size: 7px; line-height: normal&quot;&gt;&lt;a href=&quot;http://chicago.nyctourist.com/chicago-entertainment.php&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;Chicago Show&lt;/a&gt;&lt;a href=&quot;http://lasvegas.nyctourist.com/las-vegas-shows.php&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;Vegas Show&lt;/a&gt;&lt;/span&gt; thank you, I was going cross eyed trying to find that!&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
&lt;br /&gt;
This really helped me too.&lt;br /&gt;
Thanks!</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=55897#55897</comments>
                                        <author>genem</author>
                                        <pubDate>Sat Nov 07, 2009 7:50 am</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=55897#55897</guid>
                                      </item>
                                      <item>
                                        <title>unwanted space between left side and li</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=55838#55838</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=12865'&gt;sticks464&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Nov 05, 2009 8:09 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      You can use the &lt;a href=&quot;http://meyerweb.com/eric/tools/css/reset/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;css resets&lt;/a&gt;. Modify as needed. It will remove all browser defaults, eliminate padding and/or margins and list styles from lists. Works for all browsers.</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=55838#55838</comments>
                                        <author>sticks464</author>
                                        <pubDate>Thu Nov 05, 2009 8:09 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=55838#55838</guid>
                                      </item>
                                      <item>
                                        <title>&amp;lt;col&amp;gt; not working fully in IE8</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=55783#55783</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=28465'&gt;Gnomeface&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Nov 04, 2009 11:34 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      OK, spreadsheet formulae modified and the whole table works just fine now - the generated HTML file has grown from 35K to 56K but that's not a problem.&lt;br /&gt;
&lt;br /&gt;
Thanks once again.</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=55783#55783</comments>
                                        <author>Gnomeface</author>
                                        <pubDate>Wed Nov 04, 2009 11:34 am</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=55783#55783</guid>
                                      </item>
                                      <item>
                                        <title>*Completely* eliminating space between rows</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=55761#55761</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=28412'&gt;leo99&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Nov 03, 2009 7:06 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Thanks much sticks464 and sbaetens! I will try both and let you know what came out.</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=55761#55761</comments>
                                        <author>leo99</author>
                                        <pubDate>Tue Nov 03, 2009 7:06 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=55761#55761</guid>
                                      </item>
                                      <item>
                                        <title>Enlarging an entire table onclick of button</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=55602#55602</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=12865'&gt;sticks464&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Tue Oct 27, 2009 3:43 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Anything that moves, rotates, twinkles etc. is considered dynamic content and requires either javascript, php or ajax to make the effect. Depends on what you want to use as to what you can find. Some scripts let the images rotate on a timed setting and some rotate upon page load or reload.&lt;br /&gt;
&lt;br /&gt;
Here's a nice &lt;a href=&quot;http://www.dyn-web.com/code/rotate_images/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;javascript&lt;/a&gt; one.&lt;br /&gt;
&lt;a href=&quot;http://www.dyn-web.com/code/rotate_images/documentation.php&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;Instructions here&lt;/a&gt;.</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=55602#55602</comments>
                                        <author>sticks464</author>
                                        <pubDate>Tue Oct 27, 2009 3:43 am</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=55602#55602</guid>
                                      </item>
                                      <item>
                                        <title>Effects and text in a table border</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=55517#55517</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=13957'&gt;PayneLess Designs&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Sat Oct 24, 2009 5:33 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Are you saying the center text is fixed and you want it the same way along with the image with the fancy border and being able to see another image behind the first one? It's hard to figure out what you want from an image, but if that's the idea, then CSS opacity properties will given you the set up to have a see-through image and have the text fixed ontop of it.</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=55517#55517</comments>
                                        <author>PayneLess Designs</author>
                                        <pubDate>Sat Oct 24, 2009 5:33 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=55517#55517</guid>
                                      </item>
                                      <item>
                                        <title>HTML Code help needed - Table text /formatting stretching th</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=55441#55441</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=28267'&gt;varocketry&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Thu Oct 22, 2009 8:06 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Well, I'm open to all suggestions.&lt;br /&gt;
&lt;br /&gt;
THanks Ron</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=55441#55441</comments>
                                        <author>varocketry</author>
                                        <pubDate>Thu Oct 22, 2009 8:06 am</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=55441#55441</guid>
                                      </item>
                                      <item>
                                        <title>Table in Blogger</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=55388#55388</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=28260'&gt;cjmo75&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Wed Oct 21, 2009 2:53 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      There is a very easy work around for this using CSS style tags.  All you have to do is place a code before your table in your post and then close it with a &amp;lt;/div&amp;gt; tag.  Here's an example:&lt;br /&gt;
&lt;br /&gt;
Insert this directly above your table: &lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;&amp;lt;style type=&amp;quot;text/css&amp;quot;&amp;gt;.nobrtable br { display: none }&amp;lt;/style&amp;gt;&lt;br /&gt;
&amp;lt;div class=&amp;quot;nobrtable&amp;quot;&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
Then insert your table code: EX:&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;&amp;lt;table cellspacing=5 cellpadding=0 border=0&amp;gt;&lt;br /&gt;
&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; First banner code here &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;td&amp;gt; Second banner code here &amp;lt;/td&amp;gt;&lt;br /&gt;
&amp;lt;/tr&amp;gt;&lt;br /&gt;
&amp;lt;/table&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
After the last line of table code, close it off by inserting this tag:&lt;br /&gt;
&lt;br /&gt;
&lt;span style=&quot;font-weight: bold&quot;&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
If you use this work around, you'll have to manually leave as much space as you want between your last line of text and your table because this code will stop Blogger from manually inserting &amp;lt;/br&amp;gt; tags for every line.  I've used this in many of my blog posts to display Amazon links.  For an example, click &lt;a href=&quot;http://thirtieslost.blogspot.com/2009/10/my-5-favorite-sylvester-stallone-movies.html&quot; target=&quot;_blank&quot; class=&quot;postlink&quot; rel=&quot;nofollow&quot;&gt;http://thirtieslost.blogspot.com/2009/10/my-5-favorite-sylvester-stallone-movies.html&lt;/a&gt; and look at the bottom of the post.  Hope this helps.</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=55388#55388</comments>
                                        <author>cjmo75</author>
                                        <pubDate>Wed Oct 21, 2009 2:53 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=55388#55388</guid>
                                      </item>
                                      <item>
                                        <title>How To Center A Table</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=55263#55263</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=26823'&gt;Mori&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Fri Oct 16, 2009 9:02 am&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Thanks for the reply!&lt;br /&gt;
I tried your code, but it didn't center my table. Would you please give me the table complete code?&lt;br /&gt;
&lt;br /&gt;
Thanks again!</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=55263#55263</comments>
                                        <author>Mori</author>
                                        <pubDate>Fri Oct 16, 2009 9:02 am</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=55263#55263</guid>
                                      </item>
                                      <item>
                                        <title>html not displaying properly</title>
                                        <link>http://www.htmlcodetutorial.com/help/viewtopic.php?p=55167#55167</link>
                                        <description>&lt;br /&gt;
                                      Author: &lt;a href='http://www.htmlcodetutorial.com/help/profile.php?mode=viewprofile&amp;u=12865'&gt;sticks464&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;
                                      Posted: Mon Oct 12, 2009 3:22 pm&lt;br /&gt;&lt;br /&gt;
                                      &lt;br /&gt;&lt;br /&gt;
                                      Try adding a complete doctype&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;!DOCTYPE HTML PUBLIC &amp;quot;-//W3C//DTD HTML 4.01 Transitional//EN&amp;quot; &amp;quot;http&amp;#58;//www.w3.org/TR/html4/loose.dtd&amp;quot;&amp;gt;&lt;br /&gt;
&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;&lt;br /&gt;
and change the opening &amp;lt;script&amp;gt; tag in the head section to&lt;br /&gt;
&lt;/span&gt;&lt;br /&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;br /&gt;&lt;tr&gt; &lt;br /&gt;	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;	&lt;tr&gt;&lt;br /&gt;	  &lt;td class=&quot;code&quot;&gt;&amp;lt;script type=&amp;quot;text/javascript&amp;quot;&amp;gt;&lt;/td&gt;&lt;br /&gt;	&lt;/tr&gt;&lt;br /&gt;&lt;/table&gt;&lt;br /&gt;&lt;span class=&quot;postbody&quot;&gt;</description>
                                        <comments>http://www.htmlcodetutorial.com/help/viewtopic.php?p=55167#55167</comments>
                                        <author>sticks464</author>
                                        <pubDate>Mon Oct 12, 2009 3:22 pm</pubDate>
                                        <guid isPermaLink="true">http://www.htmlcodetutorial.com/help/viewtopic.php?p=55167#55167</guid>
                                      </item></channel></rss>