There are some CSS related issues for layout issues. First of all see this screenshot: I have used CSS here like this:
.image {float: right; Cushion Top: 10px; Padding-left: 10px; Padding-bottom: 10px;} Description {font-size: 15px; Font-style: italic; Padding: 10px; Color: # 5C5C5C; Text-shadow: 0 px 0 px1px # a1a1a1;} .image. Description {display: block;} .man-graph {clear: both;} But what I have to do to display the details in this way: You can tell me CSS, the status range is div < / Code> Keep in the middle like a second image Thanks
It will basically:
.description, .image {display: inline-block; Vertical-align: medium; }
No comments:
Post a Comment