Forums Archive Index > SmartMenus 5 > How to change the main text?

Author: Guest

Date: 21 Jan 2004 3:16 pm

Hi

Just want to know how I can change the main text like "search" etc... I know I have to change the *.gif files. But I dont know the right font etc. Can you please tell me how to fix it by Photoshop?


Author: smartmenus

Date: 21 Jan 2004 3:47 pm

Hi,

The easiest way is to use normal text instead of the images for the links... :) I have used images in the examples but this doesn't mean you can't use notmal text links.

If you still want to use images- I have used Verdana font and you will see the size when you are creating the image- I just don't remember it... :(

Cheers!


Author: jrhundsr

Date: 21 Dec 2005 11:51 am

What do you have to change in the HTML code to use just a label or text to work with the menu?


Author: smartmenus

Date: 21 Dec 2005 5:58 pm

For example, you will have to change the code in red:

<a href="A_link_for_very_old_and_JS_disabled_browsers_may_be_placed_here.html" onmouseover="s_show('search',event)" onmouseout="s_hide()"><img src="../images/1.gif" border="0" alt="search" /></a>

like this:

<a href="A_link_for_very_old_and_JS_disabled_browsers_may_be_placed_here.html" onmouseover="s_show('search',event)" onmouseout="s_hide()">Search</a>