besc0 Posted May 31, 2005 Share Posted May 31, 2005 hello ppl, i need ur help..... i need to create a graphical navigation bar/ header instead of the original thxs the most anoying part are the links with php variables and that stuff i hope some one could help me i know my english sucks but i hope u could understand my problem... best regards Paul Link to comment Share on other sites More sharing options...
zerodash Posted May 31, 2005 Share Posted May 31, 2005 You could use an image map if your navigation bar needs to be graphical. Making links work with PHP is fairly simple. For Example: <?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT, 'cPath=XX') . '"><b>XXXXXX</a>'; ?> Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.