Hello,
How do I center my menu?
Check it here: http://192.185.141.55/~gilmoretownship/template.htm
Thank you,
Sheryl
Center Alignment of Menu
Re: Center Alignment of Menu
Add following CSS somwehere in your styles or css:
#mbuw9yebul_wrapper {
text-align: center;
}
#mbuw9yebul_wrapper {
text-align: center;
}
Blumentals Software Programmer
Re: Center Alignment of Menu
You also use:
<div align="center">
code
</div>
<div align="center">
code
</div>
Re: Center Alignment of Menu
Please don't! That was OK in 1990 but not in 2016.RockyRR wrote:You also use:
<div align="center">
code
</div>
Blumentals Software Programmer
Re: Center Alignment of Menu
I cannot get the menu to center either. The css code didn't work for me