﻿<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/">
  <channel>
    <title>RT-blog</title>
    <description>Thoughts on and experiences with computers, programming and electronics.</description>
    <link>http://www.realtechnology.com/RTBlog/tabid/59/BlogId/2/Default.aspx</link>
    <language>en-US</language>
    <managingEditor>rtblog@realtechnology.com</managingEditor>
    <webMaster>ronsmith@realtechnology.com</webMaster>
    <pubDate>Mon, 06 Feb 2012 11:51:21 GMT</pubDate>
    <lastBuildDate>Mon, 06 Feb 2012 11:51:21 GMT</lastBuildDate>
    <docs>http://backend.userland.com/rss</docs>
    <generator>Blog RSS Generator Version 3.3.0.16726</generator>
    <item>
      <title>RadioButtonList - hanging indent (ASP.Net)</title>
      <description>&lt;p&gt;Here's how to make hanging indents for radiobuttonlists in ASP.Net!&lt;/p&gt;
&lt;p&gt;You must choose RepeatLayout="Table" and then create styles to apply to that table.&lt;/p&gt;
&lt;p&gt;[Test in IE7 and Firefox 2]&lt;/p&gt;
&lt;p&gt;&lt;style type="text/css"&gt;&lt;br /&gt;
    .rbChoice input { margin-left: -20px; }&lt;br /&gt;
    .rbChoice td { padding-left: 20px; }&lt;br /&gt;
&lt;/style&gt; &lt;/p&gt;
&lt;p&gt;&lt;asp:RadioButtonList &lt;br /&gt;
ID="RadioButtonListSessionChoice" &lt;br /&gt;
runat="server"&lt;br /&gt;
CssClass="rbChoice"&lt;br /&gt;
RepeatLayout="Table"&lt;br /&gt;
RepeatColumns="1"&lt;br /&gt;
/&gt;&lt;/p&gt;</description>
      <link>http://www.realtechnology.com/RTBlog/tabid/59/EntryID/24/Default.aspx</link>
      <author>rtblog@realtechnology.com</author>
      <comments>http://www.realtechnology.com/RTBlog/tabid/59/EntryID/24/Default.aspx#Comments</comments>
      <guid isPermaLink="true">http://www.realtechnology.com/Default.aspx?tabid=59&amp;EntryID=24</guid>
      <pubDate>Mon, 09 Jun 2008 20:49:38 GMT</pubDate>
      <slash:comments>0</slash:comments>
      <trackback:ping>http://www.realtechnology.com/DesktopModules/Blog/Trackback.aspx?id=24</trackback:ping>
    </item>
  </channel>
</rss>
