can i have n e image at Home Button?

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
salman
Beginner
Beginner
Posts: 3
Joined: Wed Jun 12, 2002 8:08 pm

can i have n e image at Home Button?

Post by salman »

can i have n e image at home button, i am using the same menu as u have on ur site homepage (http://milonic.com)
salman
Beginner
Beginner
Posts: 3
Joined: Wed Jun 12, 2002 8:08 pm

:)

Post by salman »

thanx for not replying but i myself found the way
thanx aquatoad (i got the way after reading his menu_array.js at his website)
Caballonegro
Beginner
Beginner
Posts: 5
Joined: Wed Jun 12, 2002 12:50 am
Location: Spain

Image at Home button ?

Post by Caballonegro »

Hello salmann,

i am not sure what you ask, but it is your question that what i belive
use the following example:

Code: Select all

   // "Description Text", "URL", "Alternate URL", "Status", "Separator Bar"
,"<img src=yahoo_icon.gif border=0> H O M E <img src=google_icon.gif><img src=av_icon.gif>","http://www.dynamicdrive.com/",,"Back to the home page",1 
you see in this example, how to use several images in one Menu Button
its so easy:
write only

Code: Select all

,<img src=yahoo_icon.gif border=0> H O M E <img src=google_icon.gif><img src=av_icon.gif>",,,
please give a short feedback

Caballonegro
salman
Beginner
Beginner
Posts: 3
Joined: Wed Jun 12, 2002 8:08 pm

Thanx

Post by salman »

thanx, i used the cody u gave me and it really works,
thanx
Post Reply