Soldato
- Joined
- 10 Jun 2010
- Posts
- 5,158
- Location
- Scotland
I'm trying to add an image/button to my forum. I have no idea how to link an image to the homepage location.
I managed to do it with a twitter button, however this was easy as it gave me the code to copy and paste... and I guessed where to paste it in the Overall_header.
I now need to do my own code and I'm completely lost. I'm sure it's easy for anyone who knows HTML.
Here is where it needs to fit into.
------------------------------------------
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
<div class="pm-notify-new"><div class="pm-notify-header">{L_INFORMATION}</div>{L_BOARD_DISABLED}</div>
<!-- ENDIF -->
<a href="http://twitter.com/kilmarnockjudo"><img src="http://www.twitterbuttons.com/upload/images/19ca38bec0nt1.png" title="By: www.mobilecomputerclinic.com" alt="By: mobilecomputerclinic.com" width="259" height="88" /></a>
<table width="100%" cellspacing="0">
<tr>
<td class="gensmall">
<!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<br /><!-- ENDIF -->
<!-- IF S_DISPLAY_SEARCH --><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a><!-- ENDIF -->
</td>
<td class="gensmall" align="{S_CONTENT_FLOW_END}">
{CURRENT_TIME}<br />
<!-- IF S_DISPLAY_SEARCH and S_USER_LOGGED_IN --><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a> | <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><!-- ENDIF -->
</td>
</tr>
</table>
<!-- INCLUDE breadcrumbs.html -->
<br />
------------------------------------------------------
You can see where the twitter button fits. I would like to get the image on the other side of the bar. I have photoshopped the image onto a snip of the site to give you an idea.


Any help would be excellent and I thank you in advance.
P.S. I would settle for it anywhere on the top half of the page... Location isn't really important.
I managed to do it with a twitter button, however this was easy as it gave me the code to copy and paste... and I guessed where to paste it in the Overall_header.
I now need to do my own code and I'm completely lost. I'm sure it's easy for anyone who knows HTML.
Here is where it needs to fit into.
------------------------------------------
<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
<div class="pm-notify-new"><div class="pm-notify-header">{L_INFORMATION}</div>{L_BOARD_DISABLED}</div>
<!-- ENDIF -->
<a href="http://twitter.com/kilmarnockjudo"><img src="http://www.twitterbuttons.com/upload/images/19ca38bec0nt1.png" title="By: www.mobilecomputerclinic.com" alt="By: mobilecomputerclinic.com" width="259" height="88" /></a>
<table width="100%" cellspacing="0">
<tr>
<td class="gensmall">
<!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<br /><!-- ENDIF -->
<!-- IF S_DISPLAY_SEARCH --><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a> | <a href="{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a><!-- ENDIF -->
</td>
<td class="gensmall" align="{S_CONTENT_FLOW_END}">
{CURRENT_TIME}<br />
<!-- IF S_DISPLAY_SEARCH and S_USER_LOGGED_IN --><a href="{U_SEARCH_UNREAD}">{L_SEARCH_UNREAD}</a> | <a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a> | <a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><!-- ENDIF -->
</td>
</tr>
</table>
<!-- INCLUDE breadcrumbs.html -->
<br />
------------------------------------------------------
You can see where the twitter button fits. I would like to get the image on the other side of the bar. I have photoshopped the image onto a snip of the site to give you an idea.


Any help would be excellent and I thank you in advance.
P.S. I would settle for it anywhere on the top half of the page... Location isn't really important.