[Solved]: Add link next to e-card link [Solved]: Add link next to e-card link
 

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

[Solved]: Add link next to e-card link

Started by avdv78, August 21, 2004, 07:41:03 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

avdv78

Hi,

I want to add a link next to the e-card link. How can i do that?
What's the tag for the full url of a picture?

Thanks!

Joachim Müller

one question per thread please. To add a link to the navigation, edit themes, your theme/theme.php, find                <td align="center" valign="middle" class="navmenu" width="48">
                        <a href="{ECARD_TGT}" title="{ECARD_TITLE}"><img src="images/ecard.gif" width="16" height="16" border="0" align="absmiddle" alt="{ECARD_TITLE}"></a>
                </td>
and add after it                <td align="center" valign="middle" class="navmenu" width="48">
                        <a href="yourlink.htm" title="your ecard title when hovered over"><img src="images/your_custom_image.gif" width="16" height="16" border="0" align="absmiddle" alt="your ecard title when hovered over"></a>
                </td>


GauGau

avdv78