This Message Forum is no longer in use

Please use the new Bravenet Help Forums FOUND HERE

General Forum
This Forum is Locked
Author
Comment
Centering Top Menu

Hello everyone!

So, I'm trying to make the menu at the top of my webpage (Welcome!,About Tonya, Issues, etc) centered in the table, but I have no idea how to do it in HTML-which I think is the only way to do it. Can anyone help please?

Thanks,

Christian

Browser: hoeffelspace,2

Re: Centering Top Menu

Old html - use a "center" tag

or

Current html - use a "div" tag with an attribute of align=center

Close the tags when you want to stop centering.

I have linked a good reference site for html above.

Re: Re: Centering Top Menu

Most modern HTML is the following:



The align= attributes are deprecated the same as the center tag is.

Re: Re: Re: Centering Top Menu

OK - I like mainframes too!