Text-align of Menu-item

Please note that official support for this menu version has now ceased. There are still plenty of users, though, and the forum is still running. Some of our long-time users may be able to help you out.
Post Reply
Markus_Nuesser@web.de
Beginner
Beginner
Posts: 1
Joined: Sun May 19, 2002 7:24 pm

Text-align of Menu-item

Post by Markus_Nuesser@web.de »

hi, is it possible to change the allignment of the Text-Items in my su-menu?

ok, here the submenu i have:

Code: Select all

addmenu(menu=[
"test",,346,230,1,,plain_style,0,"left",effect,
0,0,0,,,0,0,,"system/menue-background.gif",0,,
,"Friday->POP-Club","/popclub.html",,,0
,"Saturday->Dilo_Club","/dilo_club.html",,,0
])
and i just want to have that it looks like that "friday"&"saturday" stay left, and that "POP-Club" & "Dilo_Club" stay at the right site of the submenu
User avatar
trytrix
Super Advanced
Super Advanced
Posts: 92
Joined: Thu Sep 26, 2002 9:46 pm
Location: Flanders / Belgium
Contact:

Post by trytrix »

Hi,

There is no code to automate this..
You just will need to line them up manually.

Code: Select all

,"Friday       Pop_Club","/popclub.html",,,0 
,"Saturday  Dilo_Club","/dilo_club.html",,,0
using " " or a transparent gif file.

Cheers,
Trytrix
You're Never Fully Dressed Without A :D Smile !

"From Image Flanders, one of Europe's most dynamic regions" - Visit : http://www.toerismevlaanderen.be
Post Reply