Centering text and images in the same div layer
Posted: 11 April 2007 02:33 AM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2007-04-11
#stats {align:center;position:absolute; width:350px; left:150px;top:450px;} 

I have no idea what to do :o I stole the coding from a premade layout and was editing the hell out of it. Trying to center the images and the text in the same div layer.

Profile
 
 
Posted: 16 November 2007 12:16 PM   [ Ignore ]   [ # 1 ]
Member
Avatar
RankRankRank
Total Posts:  52
Joined  2007-11-08

Its text-align:center; not align:center;

Profile