PDA

View Full Version : Syntax to replace nav links with button images


iBaker
03-12-2008, 04:50 AM
Hi
I would like to replace the text links in the navigation with image buttons and are unable to determine the the right text to use.

The buttons I have are located in the forum/images/buttons folder and are named as an example arcade.gif and are 109px wide x 20px high and I was using:
<img src="$stylevar[imgdir_button]/arcade.gif" width="109px">

in the code for the nav bar found at line 1041 of the mod_arcade.php file.

Any help on how to insert the img code in properly would be greatly appreciated - thanks!