Re: FN-FORUM: CSS ul and li problem
date posted 1st February 2005 23:14
On Tue, 01 Feb 2005 15:12:57 -0800 (PST), David
[EMAIL REMOVED] wrote:
> Thanks Joe;
>
> Been a long day, I know I shouldn't but I ran out of ideas. I just need
> to align a heading?
Assuming you want to align it to the centre?
h1 {
text-align: center;
}
Regards, Joe.