Forums

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

Home Forums CSS CSS Can you help me find the bug? Re: CSS Can you help me find the bug?

#135219
JohnMac4
Member

@wolfcry911 is right. I think the quote just ended up going to far.

Your text alignment isn’t an issue. It’s the floating of the container (#main) that is causing the issue.

#main {
width: 702px;
border-right: 1px solid rgb(152, 152, 152);
margin-right: 12px;
z-index: 1;
float: left; /* <


This is what they were getting at */
}

It also looks like it happened because you deleted the CSS file from the Home page. It’s on the about us page.