If you look at the following page I have three rows of information directly next to a plant image. The bottom two rows contain information about each plant. I need the data in the bottom two rows to be spaced out evenly and correspond to the proper data in the row above or below it. I used an html definition list to implement this part of it and I had to use display inline so the information did not start on a new line each time. Apparently when you use the property display inline it ignores the width attribute. I have tried other methods as well such as using display:table-cell method to no avail. Does anyone know a workaround for this.