I am trying to make like in the image below

But Mine is not coming like in the image above you can check my preview by clicking the link below:
Preview here
You can check my HTML code from view source
My CSS:

But Mine is not coming like in the image above you can check my preview by clicking the link below:
Preview here
You can check my HTML code from view source
My CSS:
Code:
#authorlist { margin-bottom: 24px; min-height: 24px; overflow: hidden; width: 280px; } #authorlist .members { border-bottom: 1px #BFD4E4 dashed; float: left; overflow: hidden; padding: 8px 0 5px; } #authorlist .members img.photo { width: 25px; height: 25px; float: left; margin: 0 15px 0 0; padding: 3px; border: 1px #BFD4E4 solid; margin-right: 10px; } #authorlist .members a { font-size: 12px; font-weight: bold; line-height: 36px; }
Comment