well, I'd like to show it like http://www.18wos.org/files/111111.PNG,
but you can look at my website: http://www.09sw.com/?q=upload

the words are not located at the correct place, how can i modify it? thx.

.view-content-upload .view-data-node-data-field-images-field-images-fid {
    float: left; 
    display: inline; 
    margin-bottom: 15px; 
}
.view-field {
    display: inline; 
}
.view-content-upload a img {
    margin-right: 9px;
    border: 3px solid #7bc0ea;
}
.view-content-upload li {
    clear: both; 
}

Comments

juliaset’s picture

It's not clear to me what you are asking. Are you trying to get the picture to float left and the text to appear to the right of the picture?

kingto’s picture

yes, that's right

samwich’s picture

add this

.view-data-node-data-field-image-field-image-fid a img {float:left}

you may have to remove the float:left and display:inline from some of your other style definitions

kingto’s picture

oh! you are right! thank you very much!