Hi I have a simple question using html and css… hopefully someone can help me to have a “duh” moment.
Here is the jsfiddle.
I’m planning on having event dates on the left and event information on the right side, wanting a two column look… and with what I have right now, the information wraps around to the beginning, aligning itself with the date. I want the info to align.
I know I can easily accomplish this either with a div-float or using a table, but I don’t want either of those. Maybe I’m using the wrong elements.. not sure.
Thanks in advance.
Here’s an alternative solution, using a
dl, but it assumes that you have.clearfixincluded in your styles.HTML:
CSS: