<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>[How Do I:] Use Cascading Style Sheets for Web Page Layout?</title><link>http://www.asp.net</link><pubDate>Thu, 01 Mar 2012 06:46:27 GMT</pubDate><generator>umbraco</generator><description>Comments for [How Do I:] Use Cascading Style Sheets for Web Page Layout?</description><language>en</language><atom:link href="http://www.asp.net/rss/comments/33463" rel="self" type="application/rss+xml" /><item><title>Comment Posted by dev777</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-cascading-style-sheets-for-web-page-layout</link><pubDate>Fri, 28 Mar 2008 12:23:33 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005118</guid><description><![CDATA[ <p>Hello Chris,</p> <p>I really like this video. &#160;I learned alot from it. &#160;I just have one question. &#160;Based on the DIVLayout5.aspx example from the video. &#160;I tried to add a menu control in the header, which it set to horizontal. &#160;But when i ran it and i tried to reduce the size of the window, it cut off the menu. &#160;How to avoid this problem? &#160;</p> <p>Thanks!</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/dev777.jpg?forceidenticon=false&amp;dt=635051142600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by hameedsharif</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-cascading-style-sheets-for-web-page-layout</link><pubDate>Fri, 02 May 2008 13:30:38 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005119</guid><description><![CDATA[ <p>Hello Chris,</p> <p>I have learned a lot from this video. Thanks. I am using layout based on &#160;DIVLayout5.aspx. When I click a link in the left column, the new content does not get displayed in the center. It gets displayed in a new window, although I am setting &quot;Target=&#39;content&#39;&quot; in the following sample code:</p> <p>&lt;center&gt;&lt;asp:HyperLink ID=&quot;HyperLink112&quot; Runat=&quot;Server&quot;</p> <p> &#160; &#160;Target=&quot;content&quot; ONMOUSEOVER=&quot;this.style.color=&#39;#ff7755&#39;;&quot; ONMOUSEOUT=&quot;this.style.color=&#39;white&#39;&quot;</p> <p> &#160;Text=&quot;FAQs&quot; Font-Bold=&quot;true&quot; ForeColor=&quot;White&quot;</p> <p> &#160;NavigateUrl=&quot;custgenfaqs.aspx&quot;</p> <p> &#160;/&gt;&lt;/center&gt;</p> <p>The complete code for your reference is as follows:</p> <p>&lt;%@ Page Language=&quot;C#&quot; &#160;%&gt;</p> <p>&lt;!DOCTYPE html PUBLIC &quot;-//W3C//DTD XHTML 1.0 Transitional//EN&quot; &quot;&lt;a rel=&quot;nofollow&quot; target=&quot;_new&quot; href=&quot;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&quot;&gt;&quot;&gt;www.w3.org/.../xhtml1-transitional.dtd&quot;&gt;&lt;/a&gt;</p> <p>&lt;script runat=&quot;server&quot;&gt;</p> <p>&lt;/script&gt;</p> <p>&lt;html xmlns=&quot;&lt;a rel=&quot;nofollow&quot; target=&quot;_new&quot; href=&quot;http://www.w3.org/1999/xhtml&quot;&quot;&gt;www.w3.org/.../xhtml&quot;&lt;/a&gt; &gt;</p> <p>&lt;head runat=&quot;server&quot;&gt;</p> <p> &#160; &#160;&lt;title&gt;Product Support&lt;/title&gt;</p> <p> &#160;&lt;link href=&quot;DIVLayout5.css&quot; rel=&quot;stylesheet&quot; type=&quot;text/css&quot; /&gt;</p> <p>&lt;/head&gt;</p> <p>&lt;body&gt;</p> <p> &#160; &#160;&lt;form id=&quot;form1&quot; runat=&quot;server&quot;&gt;</p> <p> &#160; &#160;&lt;div id=&quot;header&quot;&gt;</p> <p> &#160; &#160;&lt;img src=&quot;accessories.jpg&quot; width=&quot;100&quot; height=&quot;85&quot; border=&quot;1&quot; alt=&quot;mylogo&quot; /&gt;</p> <p> &#160; &#160;&lt;center&gt;</p> <p> &#160; &#160;&lt;font color=&quot;#000000&quot; size=&quot;5&quot;&gt;&lt;strong&gt;Welcome To ABC Electronics Product Support Center&lt;/strong&gt;&lt;/font&gt;</p> <p> &#160; &#160;&lt;/center&gt;</p> <p> &#160; &#160;&lt;br /&gt;</p> <p> &#160; &#160;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp ;&amp;nbsp;&amp;nbsp;</p> <p> &#160; &#160;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp ;&amp;nbsp;&amp;nbsp;</p> <p> &#160; &#160;&amp;nbsp;&amp;nbsp;&amp;nbsp;</p> <p> &#160; &#160;&lt;asp:HyperLink ID=&quot;HyperLink6&quot; Runat=&quot;Server&quot; ONMOUSEOVER=&quot;this.style.color=&#39;#ff7755&#39;;&quot; ONMOUSEOUT=&quot;this.style.color=&#39;#000033&#39;&quot; Text=&quot;ABC Electronics Website&quot; Font-Bold=&quot;true&quot; ForeColor=&quot;#000099&quot; BackColor=&quot;#ffffff&quot; BorderStyle=&quot;Solid&quot; BorderColor=&quot;ButtonFace&quot; NavigateUrl=&quot;&lt;a rel=&quot;nofollow&quot; target=&quot;_new&quot; href=&quot;http://www.lightinthebox.com/&quot;&quot;&gt;www.lightinthebox.com/&quot;&lt;/a&gt; /&gt;</p> <p> &#160; &#160;&lt;%--</p> <p> &#160; &#160;&lt;asp:HyperLink ID=&quot;HyperLink8&quot; Runat=&quot;Server&quot; Text=&quot;FAQ&quot; &#160;Target=&quot;_parent&quot; Font-Bold=&quot;true&quot; ForeColor=&quot;White&quot; BorderStyle=&quot;Solid&quot; BorderColor=&quot;ButtonFace&quot; NavigateUrl=&quot;faqgentmp.html&quot; /&gt;</p> <p> &#160; &#160;--%&gt;</p> <p> &#160; &#160;&lt;asp:HyperLink ID=&quot;HyperLink8&quot; Runat=&quot;Server&quot; ONMOUSEOVER=&quot;this.style.color=&#39;#ff7755&#39;;&quot; ONMOUSEOUT=&quot;this.style.color=&#39;#000033&#39;&quot; Text=&quot;FAQs&quot; Font-Bold=&quot;true&quot; ForeColor=&quot;#000099&quot; Backcolor=&quot;#ffffff&quot; &#160;BorderStyle=&quot;Solid&quot; BorderColor=&quot;ButtonFace&quot; NavigateUrl=&quot;custgenfaqs.aspx&quot; /&gt;&amp;nbsp;</p> <p> &#160; &#160;&lt;asp:HyperLink ID=&quot;HyperLink9&quot; Runat=&quot;Server&quot; Text=&quot;Contact Us&quot; Font-Bold=&quot;true&quot; ONMOUSEOVER=&quot;this.style.color=&#39;#ff7755&#39;;&quot; ONMOUSEOUT=&quot;this.style.color=&#39;#000033&#39;&quot; ForeColor=&quot;#000099&quot; Backcolor=&quot;White&quot; &#160;BorderStyle=&quot;Solid&quot; BorderColor=&quot;Control&quot; NavigateUrl=&quot;faqgen.aspx&quot; Width=&quot;105px&quot; /&gt;&lt;%--</p> <p> &#160; &#160;&lt;asp:Button runat=&quot;server&quot; Width=&quot;100px&quot; BorderColor=&quot;AntiqueWhite&quot; BorderStyle=&#39;Solid&#39; Text=&quot;HOME&quot; /&gt;</p> <p> &#160; &#160;--%&gt; &#160; </p> <p>&lt;/div&gt;</p> <p> &#160; &#160;&lt;div id=&quot;leftcolumn&quot;&gt;</p> <p> &#160; &#160;<p></p></p> <p> &#160; &#160;&lt;br /&gt;</p> <p> &#160; &#160;&lt;br /&gt; </p> <p> &lt;center&gt;&lt;asp:HyperLink ID=&quot;HyperLink111&quot; Runat=&quot;Server&quot;</p> <p> &#160; &#160;Target=&quot;_parent&quot; ONMOUSEOVER=&quot;this.style.color=&#39;#ff7755&#39;;&quot; ONMOUSEOUT=&quot;this.style.color=&#39;white&#39;&quot;</p> <p> &#160;Text=&quot;Home&quot; Font-Bold=&quot;true&quot; ForeColor=&quot;white&quot;</p> <p> &#160;NavigateUrl=&quot;DIVLayout5.aspx&quot;</p> <p> &#160;/&gt;&lt;/center&gt;</p> <p> &#160;<p></p></p> <p> &#160;&lt;center&gt;&lt;asp:HyperLink ID=&quot;HyperLink112&quot; Runat=&quot;Server&quot;</p> <p> &#160; &#160;Target=&quot;content&quot; ONMOUSEOVER=&quot;this.style.color=&#39;#ff7755&#39;;&quot; ONMOUSEOUT=&quot;this.style.color=&#39;white&#39;&quot;</p> <p> &#160;Text=&quot;FAQs&quot; Font-Bold=&quot;true&quot; ForeColor=&quot;White&quot;</p> <p> &#160;NavigateUrl=&quot;custgenfaqs.aspx&quot;</p> <p> &#160;/&gt;&lt;/center&gt;</p> <p> &#160;<p></p></p> <p> &#160;&lt;center&gt;&lt;asp:HyperLink ID=&quot;HyperLink4&quot; Runat=&quot;Server&quot;</p> <p> &#160; &#160;Target=&quot;_parent&quot; ONMOUSEOVER=&quot;this.style.color=&#39;#ff7755&#39;;&quot; ONMOUSEOUT=&quot;this.style.color=&#39;white&#39;&quot;</p> <p> &#160;Text=&quot;Requests&quot; Font-Bold=&quot;true&quot; ForeColor=&quot;White&quot;</p> <p> &#160;NavigateUrl=&quot;SendMail.aspx&quot;</p> <p> &#160;/&gt;&lt;/center&gt;</p> <p> &#160;<p></p></p> <p> &#160;&lt;center&gt;&lt;asp:HyperLink ID=&quot;HyperLink5&quot; Runat=&quot;Server&quot;</p> <p> &#160; &#160;Target=&quot;content&quot; ONMOUSEOVER=&quot;this.style.color=&#39;#ff7755&#39;;&quot; ONMOUSEOUT=&quot;this.style.color=&#39;white&#39;&quot;</p> <p> &#160;Text=&quot;Contact Us&quot; Font-Bold=&quot;true&quot; ForeColor=&quot;White&quot;</p> <p> &#160;NavigateUrl=&quot;faqgen.aspx&quot;</p> <p> &#160;/&gt;&lt;/center&gt;&lt;br /&gt;</p> <p> &#160;&lt;center&gt;&lt;asp:HyperLink ID=&quot;HyperLink1&quot; Runat=&quot;Server&quot;</p> <p> &#160; &#160;Target=&quot;content&quot; ONMOUSEOVER=&quot;this.style.color=&#39;#ff7755&#39;;&quot; ONMOUSEOUT=&quot;this.style.color=&#39;white&#39;&quot;</p> <p> &#160;Text=&quot;Feedback&quot; Font-Bold=&quot;true&quot; ForeColor=&quot;White&quot;</p> <p> &#160;NavigateUrl=&quot;Feedback.aspx&quot;</p> <p> &#160;/&gt;&lt;/center&gt;</p> <p> &#160;<p></p></p> <p> &#160;&lt;center&gt;&lt;asp:HyperLink ID=&quot;HyperLink2&quot; Runat=&quot;Server&quot;</p> <p> &#160; &#160;Target=&quot;content&quot; ONMOUSEOVER=&quot;this.style.color=&#39;#ff7755&#39;;&quot; ONMOUSEOUT=&quot;this.style.color=&#39;white&#39;&quot;</p> <p> &#160;Text=&quot;Search&quot; Font-Bold=&quot;true&quot; ForeColor=&quot;White&quot;</p> <p> &#160;NavigateUrl=&quot;searchleft.aspx&quot;</p> <p> &#160;/&gt;&lt;/center&gt;</p> <p> &#160; &#160;&lt;/div&gt;</p> <p> &#160; &#160;&lt;div id=&quot;content&quot;&gt;</p> <p> &#160; &#160;&lt;font color=&quot;#0033CC&quot; size=&quot;5&quot;&gt;&lt;strong&gt;&lt;i&gt;Let Us Help You &#160; 24/7&lt;/i&gt;&lt;/strong&gt;&lt;/font&gt; &#160;- &lt;font color=&quot;#FF0000&quot; size=&quot;5&quot;&gt;&lt;strong&gt;&lt;i&gt;Online Solutions For Your Problems&lt;/i&gt;&lt;/strong&gt;&lt;/font&gt;</p> <p> &#160; &#160;<p></p></p> <p>&lt;font color=&quot;red&quot; size=&quot;3&quot;&gt;&lt;strong&gt;Read this first. It will be well worth your time.</p> <p>&lt;/strong&gt;&lt;/font&gt; The following represents the best path to take to get you the answer you need with the greatest speed and simplicity.</p> <p><p></p></p> <p>&lt;strong&gt;&lt;u&gt;1st&lt;/u&gt;&lt;/strong&gt; Check out our &lt;strong&gt;FAQs&lt;/strong&gt; (Frequently Asked Questions). They will most likely have your question and the answer you need. This takes just a click or two of your mouse button. The questions have been sorted into categories for quick and easy selection. The most recent and often selected questions are shown.</p> <p>&lt;asp:HyperLink ID=&quot;HyperLink77&quot; Runat=&quot;Server&quot;</p> <p> &#160; &#160;Target=&quot;_parent&quot;</p> <p> &#160;Text=&quot;FAQs&quot; ForeColor=&quot;Blue&quot;</p> <p> &#160;NavigateUrl=&quot;custgenfaqs.aspx&quot;</p> <p> &#160;/&gt; &#160;</p> <p><p></p></p> <p>Can&#39;t find your question quickly or it is not in the list? Go to this next step.</p> <p><p></p></p> <p>&lt;strong&gt;&lt;u&gt;2nd&lt;/u&gt;&lt;/strong&gt; Go to our &lt;strong&gt;Search&lt;/strong&gt; and enter what you are looking for.</p> <p><p></p></p> <p>These first two steps usually yield almost instantaneous results to help you. However, you can always reach us with a reasonable turnaround time by the following two ways.</p> <p><p></p></p> <p>&lt;strong&gt;&lt;u&gt; 3rd &lt;/u&gt;&lt;/strong&gt; &#160;Send us an email with your request using our &lt;strong&gt; Form &lt;/strong&gt;. This has the convenience for you being able to do this 7 days a week and 24 hours a day. The Forms page is easy to fill out and you will receive an email response within &lt;strong&gt;&lt;u&gt;24&lt;/u&gt;&lt;/strong&gt; hours.</p> <p>&lt;asp:HyperLink ID=&quot;HyperLink11&quot; Runat=&quot;Server&quot;</p> <p> &#160; &#160;Target=&quot;_parent&quot;</p> <p> &#160;Text=&quot;Requests&quot; ForeColor=&quot;Blue&quot;</p> <p> &#160;NavigateUrl=&quot;SendMail.aspx&quot;</p> <p> &#160;/&gt; </p> <p><p></p></p> <p>&lt;strong&gt;&lt;u&gt; 4th &lt;/u&gt;&lt;/strong&gt; Call or Fax us by using the information on our &lt;strong&gt;Contact Us&lt;/strong&gt;. It has the phone numbers to use and the times we are available either live or by leaving a voicemail. We will respond to a voicemail message within &lt;strong&gt;&lt;u&gt;48&lt;/u&gt;&lt;/strong&gt; hours.&lt;asp:HyperLink ID=&quot;HyperLink10&quot; Runat=&quot;Server&quot;</p> <p> &#160; &#160;Target=&quot;content&quot;</p> <p> &#160;Text=&quot;Contact Us&quot; ForeColor=&quot;Blue&quot;</p> <p> &#160;NavigateUrl=&quot;faqgen.aspx&quot;</p> <p> &#160;/&gt; </p> <p><p></p></p> <p>&lt;/div&gt; &#160;</p> <p> &lt;div id=&quot;rightcolumn&quot; &gt;</p> <p> &lt;/div&gt; &#160; </p> <p> &#160; &#160;&lt;div id=&quot;footer&quot;&gt;</p> <p> &#160; &#160;&lt;table border=&quot;5&quot; width=&quot;1260&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot;&gt;</p> <p>    &lt;tr valign=&quot;top&quot;&gt;</p> <p>     &lt;td colspan=&quot;2&quot;&gt;</p> <p> &#160; &#160; &#160; &#160;&lt;table width=&quot;100%&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; border=&quot;0&quot;&gt;</p> <p>  &#160; &#160; &lt;tr&gt;</p> <p>   &#160;&lt;td valign=&quot;top&quot; width=&quot;100%&quot; background=&quot;blue_tile.jpg&quot;&gt;</p> <p>   &lt;table id=&quot;Table1&quot; cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;100%&quot; border=&quot;0&quot;&gt;</p> <p>    &lt;tr&gt;</p> <p>     &lt;td width=&quot;*&quot;&gt;</p> <p>      &#160; &#160;&lt;table cellspacing=&quot;0&quot; cellpadding=&quot;0&quot; width=&quot;100%&quot; border=&quot;0&quot; height=&quot;1&quot;&gt;</p> <p>     &#160; &#160; &#160; &#160;&lt;tr&gt;</p> <p>      &#160; &#160; &#160; &#160;&lt;td width=&quot;*&quot;&gt;</p> <p>      &#160; &#160; &#160; &#160;&lt;/td&gt;</p> <p>     &#160; &#160; &#160; &#160;&lt;/tr&gt;</p> <p>     &#160; &#160; &#160; &#160;&lt;tr&gt;</p> <p>      &#160; &#160; &#160; &#160;&lt;td width=&quot;*&quot; valign=&quot;bottom&quot;&gt;</p> <p>       &lt;p align=&quot;right&quot;&gt;&lt;a style=&quot;color: yellow; font-weight: bold; padding: 4px&quot; onmouseover=&quot;this.style.color=&#39;#ff7755&#39;;&quot; onmouseout=&quot;this.style.color=&#39;yellow&#39;&quot; href=&quot;DIVLayout5.aspx&quot;&gt;Home&lt;/a&gt;</p><p>&amp;nbsp;</p></p> <p>      &#160; &#160; &#160; &#160;<p>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;n bsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp; nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</p></p> <p>      &#160; &#160; &#160; &#160;&lt;/td&gt;</p> <p>      &#160; &#160; &#160; &#160;&lt;td width=&quot;*&quot; valign=&quot;bottom&quot;&gt;</p> <p>       &lt;p align=&quot;right&quot;&gt;&lt;a style=&quot;color: yellow; font-weight: bold; padding: 4px&quot; onmouseover=&quot;this.style.color=&#39;#ff7755&#39;;&quot; onmouseout=&quot;this.style.color=&#39;yellow&#39;&quot; href=&quot;custgenfaqs.aspx&quot;&gt;FAQs&lt;/a&gt;</p><p>&amp;nbsp;</p></p> <p>      &#160; &#160; &#160; &#160;<p>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;n bsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp; nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</p></p> <p>      &#160; &#160; &#160; &#160;&lt;/td&gt;</p> <p>      &#160; &#160; &#160; &#160;&lt;!--</p> <p>      &#160; &#160; &#160; &#160;&lt;td width=&quot;*&quot; valign=&quot;bottom&quot;&gt;</p> <p>         &lt;p align=&quot;riqht&quot;&gt;&lt;a style=&quot;color: yellow; font-weight: bold; padding: 4px&quot; onmouseover=&quot;this.style.color=&#39;#ff7755&#39;;&quot; onmouseout=&quot;this.style.color=&#39;yellow&#39;&quot; href=&quot;custgenfaqs.aspx?tabindex=0&amp;tabid=20&quot;&gt;Search&lt;/a&gt;</p>&lt; p&gt;&amp;nbsp;</p></p> <p>      &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;<p>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;n bsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp; nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</p></p> <p>      &#160; &#160; &#160; &#160;&lt;/td&gt;</p> <p>      &#160; &#160; &#160; &#160;--&gt;</p> <p>      &#160; &#160; &#160; &#160;&lt;td width=&quot;*&quot; valign=&quot;bottom&quot;&gt;</p> <p>         &lt;p align=&quot;right&quot;&gt;&lt;a style=&quot;color: yellow; font-weight: bold; padding: 4px&quot; onmouseover=&quot;this.style.color=&#39;#ff7755&#39;;&quot; onmouseout=&quot;this.style.color=&#39;yellow&#39;&quot; href=&quot;SendMail.aspx&quot;&gt;Requests&lt;/a&gt;</p><p>&amp;nbsp;</p></p> <p>      &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;<p>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;n bsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp; nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</p></p> <p>      &#160; &#160; &#160; &#160;&lt;/td&gt;</p> <p>      &#160; &#160; &#160; &#160;&lt;td width=&quot;*&quot; valign=&quot;bottom&quot;&gt;</p> <p>         &lt;p align=&quot;right&quot;&gt;&lt;a style=&quot;color: yellow; font-weight: bold; padding: 4px&quot; onmouseover=&quot;this.style.color=&#39;#ff7755&#39;;&quot; onmouseout=&quot;this.style.color=&#39;yellow&#39;&quot; href=&quot;faqgen.aspx&quot;&gt;Contact Us&lt;/a&gt;</p><p>&amp;nbsp;</p></p> <p>         <p>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;n bsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp; nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</p></p> <p>      &#160; &#160; &#160; &#160;&lt;/td&gt;</p> <p>      &#160; &#160; &#160; &#160;&lt;td width=&quot;*&quot; valign=&quot;bottom&quot;&gt;</p> <p>         &lt;p align=&quot;right&quot;&gt;&lt;a style=&quot;color: yellow; font-weight: bold; padding: 4px&quot; onmouseover=&quot;this.style.color=&#39;#ff7755&#39;;&quot; onmouseout=&quot;this.style.color=&#39;yellow&#39;&quot; href=&quot;Feedback.aspx&quot;&gt;Feedback&lt;/a&gt;</p><p>&amp;nbsp;</p></p> <p>      &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;<p>&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;n bsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp; nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;</p></p> <p>      &#160; &#160; &#160; &#160;&lt;/td&gt;</p> <p>      &#160; &#160; &#160; &#160;&lt;td width=&quot;*&quot; valign=&quot;bottom&quot;&gt;</p> <p>         &lt;p align=&quot;center&quot;&gt;&lt;a style=&quot;color: white; font-weight: bold; padding: 4px&quot;&gt;Copyright 2007 FieldDay Solutions&lt;/a&gt;</p><p>&amp;nbsp;</p></p> <p>      &#160; &#160; &#160; &#160;&lt;/td&gt;   </p> <p>     &#160; &#160; &#160; &#160;&lt;/tr&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;/table&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;/td&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;/tr&gt;</p> <p> &#160; &#160; &#160; &#160; &#160; &#160; &#160;&lt;/table&gt;</p> <p>   &#160; &lt;/td&gt;</p> <p>  &lt;/tr&gt;</p> <p> &lt;/table&gt;</p> <p> &lt;/td&gt;</p> <p> &lt;/tr&gt;</p> <p> &lt;/table&gt; &#160;</p> <p> &#160; &#160;&lt;/div&gt;</p> <p> &#160; &#160;&lt;/form&gt;</p> <p>&lt;/body&gt;</p> <p>&lt;/html&gt;</p> <p> Please help. My code in is as follows:</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/hameedsharif.jpg?forceidenticon=false&amp;dt=635051142600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Soha.Jawabreh</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-cascading-style-sheets-for-web-page-layout</link><pubDate>Sun, 11 May 2008 13:41:34 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005120</guid><description><![CDATA[ <p>An Excellent video</p> <p>well one </p> <p>Soha</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/Soha.Jawabreh.jpg?forceidenticon=false&amp;dt=635051142600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by kerdaoui</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-cascading-style-sheets-for-web-page-layout</link><pubDate>Thu, 10 Jul 2008 06:28:13 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005122</guid><description><![CDATA[ <p>thank &#160;you </p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/kerdaoui.jpg?forceidenticon=false&amp;dt=635051142600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by vidhya rao</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-cascading-style-sheets-for-web-page-layout</link><pubDate>Wed, 16 Jul 2008 13:30:26 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005124</guid><description><![CDATA[ <p>good one</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/vidhya%20rao.jpg?forceidenticon=false&amp;dt=635051142600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by cv_vikram</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-cascading-style-sheets-for-web-page-layout</link><pubDate>Fri, 08 Aug 2008 16:58:37 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005125</guid><description><![CDATA[ <p>thanks...</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/cv_vikram.jpg?forceidenticon=false&amp;dt=635051142600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by asater</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-cascading-style-sheets-for-web-page-layout</link><pubDate>Fri, 12 Sep 2008 07:37:32 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005126</guid><description><![CDATA[ <p>Thank you </p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/asater.jpg?forceidenticon=false&amp;dt=635051142600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by djibril_chimere_DIAW</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-cascading-style-sheets-for-web-page-layout</link><pubDate>Tue, 28 Oct 2008 11:52:45 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005127</guid><description><![CDATA[ <p>Thanks ! J&#235;r&#235;j&#235;f !</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/djibril_chimere_DIAW.jpg?forceidenticon=false&amp;dt=635051142600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Ravenheart</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-cascading-style-sheets-for-web-page-layout</link><pubDate>Sun, 04 Jan 2009 08:28:41 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005128</guid><description><![CDATA[ <p>Thank you very much for this helpful video!</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/Ravenheart.jpg?forceidenticon=false&amp;dt=635051142600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Shabnam</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-cascading-style-sheets-for-web-page-layout</link><pubDate>Fri, 09 Jan 2009 01:02:29 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005129</guid><description><![CDATA[ <p>Thank you very much... I learned a lot from this video... You are an excellent teacher... it was very interesting</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/Shabnam.jpg?forceidenticon=false&amp;dt=635051142600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by jrissone</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-cascading-style-sheets-for-web-page-layout</link><pubDate>Tue, 20 Jan 2009 14:02:15 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005130</guid><description><![CDATA[ <p>Great Video! Thanks for taking the time to explain so much of the details and the basic stuff!</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/jrissone.jpg?forceidenticon=false&amp;dt=635051142600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by alfredo</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-cascading-style-sheets-for-web-page-layout</link><pubDate>Wed, 11 Feb 2009 15:45:02 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005131</guid><description><![CDATA[ <p>Thank you Chris, this has been an excellent lecture.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/alfredo.jpg?forceidenticon=false&amp;dt=635051142600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by bohunt</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-cascading-style-sheets-for-web-page-layout</link><pubDate>Fri, 13 Feb 2009 12:41:07 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005132</guid><description><![CDATA[ <p>Great video...</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/bohunt.jpg?forceidenticon=false&amp;dt=635051142600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by ksaiah</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-cascading-style-sheets-for-web-page-layout</link><pubDate>Sat, 14 Feb 2009 17:54:32 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005133</guid><description><![CDATA[ <p>Thank you very much Chris... helpful video!</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/ksaiah.jpg?forceidenticon=false&amp;dt=635051142600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by side_holiday</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-cascading-style-sheets-for-web-page-layout</link><pubDate>Tue, 03 Mar 2009 17:35:24 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005134</guid><description><![CDATA[ <p>Beautiful video Chris, I have been trying to get a hold of CSS for a while and this video gave me that grip.</p><p>Thanks again.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/side_holiday.jpg?forceidenticon=false&amp;dt=635051142600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by tuphng</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-cascading-style-sheets-for-web-page-layout</link><pubDate>Sat, 14 Mar 2009 07:08:21 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005135</guid><description><![CDATA[ <p>I can&#39;t watch or download it :(, help me please.</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/tuphng.jpg?forceidenticon=false&amp;dt=635051142600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by soumitra_sush</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-cascading-style-sheets-for-web-page-layout</link><pubDate>Sun, 05 Apr 2009 08:35:59 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005136</guid><description><![CDATA[ <p>gr8 video ....</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/soumitra_sush.jpg?forceidenticon=false&amp;dt=635051142600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by haithemara</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-cascading-style-sheets-for-web-page-layout</link><pubDate>Fri, 08 May 2009 04:35:22 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005137</guid><description><![CDATA[ <p>Thanks for the video.</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/haithemara.jpg?forceidenticon=false&amp;dt=635051142600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Sayre</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-cascading-style-sheets-for-web-page-layout</link><pubDate>Tue, 29 Sep 2009 07:44:13 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005138</guid><description><![CDATA[ <p>Good Video.</p><p>Thanks</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/Sayre.jpg?forceidenticon=false&amp;dt=635051142600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by drewdowling</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-cascading-style-sheets-for-web-page-layout</link><pubDate>Thu, 18 Mar 2010 02:58:26 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000005139</guid><description><![CDATA[ <p>Excellent straight forward intro. Thank you</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/drewdowling.jpg?forceidenticon=false&amp;dt=635051142600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by tonyharris3</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-cascading-style-sheets-for-web-page-layout</link><pubDate>Thu, 03 Jun 2010 13:10:42 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000008977</guid><description><![CDATA[ <p>Chris, thanks! Your video cleared up all of my questions!</p>]]></description><enclosure length="0" type="image/png" url="http://i3.asp.net/avatar/tonyharris3.jpg?forceidenticon=false&amp;dt=635051142600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Godom</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-cascading-style-sheets-for-web-page-layout</link><pubDate>Sun, 25 Jul 2010 21:20:36 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-000000009611</guid><description><![CDATA[ <p>I recreated the the DIVLayout4.aspx with its respective .CSS file. But it is not working properly. The footer is not showing any background color and I have some green color bleeding in to the Content area. When I add the line: clear:both; to the footer, the code works. Any thoughts about what is wrong with the code. I even tried to copy the code that comes with  this video, but still doesn&#39;t work.</p>]]></description><enclosure length="0" type="image/png" url="http://i2.asp.net/avatar/Godom.jpg?forceidenticon=false&amp;dt=635051142600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item><item><title>Comment Posted by Bumble</title><link>http://www.asp.net/web-forms/videos/how-do-i/how-do-i-use-cascading-style-sheets-for-web-page-layout</link><pubDate>Thu, 01 Mar 2012 06:46:27 GMT</pubDate><guid isPermaLink="false">00000000-0000-0000-0000000014989</guid><description><![CDATA[ <p>Hi Chris</p><p>I followed this video along and all went well until DivLayout4 which didnt show in my browser as it did in yours.  So I downloaded the code and copied the code from your DivLayout4.aspx page and DivLayout4.css stylesheet but this still didnt appear the same as yours - the content and footer were incorrect?  Would be grateful if you could check this out as I now want to proceed to DivLayout5 but as this entails copying the code of DivLayout4, I presume it will be incorrect as well.</p><p>Many thanks for an otherwise great video,</p><p>Caroline</p>]]></description><enclosure length="0" type="image/png" url="http://i1.asp.net/avatar/Bumble.jpg?forceidenticon=false&amp;dt=635051142600000000&amp;enableAvatar=False&amp;cdn_id=2013-05-10-001" /></item></channel></rss>