I have just strted to use this software I think its great,
But under the "MISC Tab" then under "Advanced" you see the tick box for use TABLE tags,
would it be possible to add three more options to include the TABLE aligment values ( center, left and right) ?
tick options for "Center", Left and Right. I don't thick there is away of setting these option from within the program. I set them from Webuilder.
Steve.
Menu TABLE alignment
-
- Posts: 24
- Joined: Fri May 16, 2008 8:35 pm
- Location: UK, Staffs.
Re: Menu TABLE alignment
Yes Steve, I am wanting the same feature, to be able to center my menu on the page.
Ken
Ken
Re: Menu TABLE alignment
Can't center mine. That would be a good feature
Re: Menu TABLE alignment
I'll add this to suggestions list, but it's more complicated than you think. How and whether you can center the menu depends on the rest of the page that is out of control of Easy Button & Menu Maker:
- whether you use good, standards compliant code or quirks mode
- whether you use css that can affect menu positioning
- whether you've placed the menu inside an element that has sufficient width to center the menu
If everything in the page is done correctly however, the menu can be centered with basic CSS:
#mb<your menu id here>_wrapper {
margin: 0 auto;
}
Gatamaz: send me your files (CSS, HTML, images, js etc) zipped and I'll tell you exactly how to center your menu.
- whether you use good, standards compliant code or quirks mode
- whether you use css that can affect menu positioning
- whether you've placed the menu inside an element that has sufficient width to center the menu
If everything in the page is done correctly however, the menu can be centered with basic CSS:
#mb<your menu id here>_wrapper {
margin: 0 auto;
}
Gatamaz: send me your files (CSS, HTML, images, js etc) zipped and I'll tell you exactly how to center your menu.
Blumentals Software Programmer
Re: Menu TABLE alignment
The HTML pages are out-of-date and will not be updated. It is possible to PrepaidCardStatuschange the horizontal alignment of items within table cells.