Forums

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

Home Forums CSS Text not wrapping around image Re: Text not wrapping around image

#102118
TheDoc
Member

It’s all being commented out because of this:

/*

.post-date {
background: url(images/splat.png) no-repeat;
width: 100%;
padding: 0 0 20px 0;
margin-left: -30px;
overflow: visible;
line-height: 22px;
font-size: 14px;
color: #78A6B5;
}
/

You haven’t closed the comment */