Wednesday, August 27, 2008 | |
RT-blog
Author: rsmith Created: 9/12/2007 10:44 AM
Thoughts on and experiences with computers, programming and electronics.

RadioButtonList - hanging indent (ASP.Net)
By rsmith on 6/9/2008 12:49 PM

Here's how to make hanging indents for radiobuttonlists in ASP.Net!

You must choose RepeatLayout="Table" and then create styles to apply to that table.

[Test in IE7 and Firefox 2]

<style type="text/css">
    .rbChoice input { margin-left: -20px; }
    .rbChoice td { padding-left: 20px; }
</style> 

<asp:RadioButtonList
ID="RadioButtonListSessionChoice"
runat="server"
CssClass="rbChoice"
RepeatLayout="Table"
RepeatColumns="1"
/>

Comments (0)

iMac: Buyer beware
By rsmith on 5/16/2008 6:48 AM

I love my iMac, I hate my iMac.

I've owned my iMac for about 2 years.  I use it for music and photos, mostly, and when it's not in use it makes a great picture frame for displaying my photos.

BUT

My LCD screen suddenly started devloping vertical lines just like these.

So, while I love my iMac - don't buy one unless you get the extended AppleCare warranty!

Here's an online petition to get Apple to correct this problem. (yeah right)

Comments (0)

iConcertCal - Cool iTunes plug-in
By rsmith on 10/5/2007 11:10 AM
iTunes plug-in for finding live music.
Comments (0) More...

QuickBooks Pro Timer (2007)
By rsmith on 9/26/2007 9:15 AM
Stand-alone timer program is not present in QuickBooks 2007 download file
Comments (1) More...

FrontPage: the server "" timed out
By rsmith on 9/25/2007 8:48 AM
Solution to the FrontPage error: the server "" timed out. Related to poorly formatted webbot include files.
Comments (1) More...

PrintPrint  
Search
Archive
Copyright 2007 Real Technology | Terms Of Use | Privacy Statement Home | RT-Blog | Contact Us | About RT