Forums

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

Home Forums CSS 2 anchors in a div: center the first, offset the 2nd Re: 2 anchors in a div: center the first, offset the 2nd

#56818
AshtonSanders
Participant

Add this:

Code:
#title img{
float:left;
}

Ashton