Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS spacing for image Re: spacing for image

#137669
daffy58
Participant

Change width for div.post from pixel to %
Example:

.post {
background: #ccc;
height: 90%;
**width: 50%;**
float: left;
}