Page 1 of 1

Help uncentering some text

PostPosted: Tue Jan 29, 2008 4:24 am
by azicit
I have got most of my css stylesheet sorted out but for the life of me I can figure out how to UN center the comments box and
on the DISPAY page of an image my info and links at the top are centered

HEYULP!

Centered Comment Box

PostPosted: Tue Jan 29, 2008 3:10 pm
by shawnkraus
The things you are looking for are normally found in the description box of the "Edit Gallery" page.

My guess is that you have the following code at the end.

Code: Select all
<center>


and it probably should be the following.

Code: Select all
</center>


I hope this helps.