Forums

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

Home Forums CSS CSS Help Re: CSS Help

#129504
Podders
Participant

The alignment issue you have is because you have an align attribute set on the container div

This is aligning all of the text in the whole site to the center, try removing that then adding the css declaration

text-align:center;

Only to the elements that you want the text centered in your CSS file