Hello ! I'm new in this forum, and I wonder if soemone can help me with the code for putting the menu in the middle on a page ??
Thank you so much for any help.
I try to put the menue in center of a page
Hi,
screeenposition="center";
might be what you are looking for, and it goes above menu items,
you may also want to use
menuwidth="100%";
itemwidth="100%";
with screenposition you can adjust it such as "top;center";
and/or move it exactly in position such as:
top=20; left=5;
and accross the page:
orientation="horizontal";
Regards,
maz
screeenposition="center";
might be what you are looking for, and it goes above menu items,
you may also want to use
menuwidth="100%";
itemwidth="100%";
with screenposition you can adjust it such as "top;center";
and/or move it exactly in position such as:
top=20; left=5;
and accross the page:
orientation="horizontal";
Regards,
maz