how to insert linkbutton in menu how to insert linkbutton in menu
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

how to insert linkbutton in menu

Started by MikeNL, October 01, 2005, 01:26:21 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

MikeNL

Hi,
Maybe I ask this for the hundred's time, but I just can't figure out how to insert a button in the main menu with a link to my homepage on it. I managed to put a link to my homepage into the menu, but it is just not what I want. The link now is just a tekstlink at the end of the menu and looks rather misplaced there.
The theme I use is transmission. I know, that it must be done somewhere inside the theme.php-file inside the transmissionfolder, but I just cannot figure out where. I tried different solutions recommended for other themes, but everytihing just doesn't work.

Help!!

Mike

artistsinhawaii

Insert the following code  in your menu block where you want it to appear.  Each menu button must start with a <tr> and end with a </tr>.


Quote
<tr>
    <td><img  src="themes/transmission/images/buttonleft1.gif" width="10" height="28" border="0" alt="" /></td>
    <td background="themes/transmission/images/buttoncenter1.gif"><center>
    <a href="Http://www.yourdomain.com/homepage.xxx" title="Return to Home Page">Homepage </a>    </center></td>
    <td><img  src="themes/transmission/images/buttonright1.gif" width="10" height="28" border="0" alt="" /></td>
    <!-- END album_list -->
  </tr>

Dennis
Learn and live ... In January of 2011, after a botched stent attempt, the doctors told me I needed a multiple bypass surgery or I could die.  I told them I needed new doctors.

MikeNL

Thank you so much, Dennis. It just works perfect!  :D

artistsinhawaii

Learn and live ... In January of 2011, after a botched stent attempt, the doctors told me I needed a multiple bypass surgery or I could die.  I told them I needed new doctors.