Thanks to everyone who replied! I was able to get this working. The problem turned out to be a combination of my anchor tag had the same classid as the div above it and the vertical-align: middle property needed to be on the image, not the div or the anchor.
So, the solution was removing the extraneous classid's and putting the align style on the correct element. Thanks again! Greg -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Jono Young Sent: Thursday, June 09, 2005 4:08 PM To: Greg Creme Cc: css-d@lists.css-discuss.org Subject: Re: [css-d] text vertial align problem Try using a list instead, and then give your list items a background image that is vertically centered and aligned to the left of the list item. This should help you: http://css.maxdesign.com.au/listutorial/master.htm On Jun 9, 2005, at 11:19 AM, Greg Creme wrote: > I created a test page where I have created the effect using tables > on one > side and css on the other. As you can see, it isn't working quite > right. > > http://www.ncsadvantage.com/test/layouts/test1.aspx > ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/