Icons in Headers

This is the place to share H&M templates and utilities with other users. Topic templates can be posted as text attachments (*.txt) or in the posting itself between

Code: Select all

 and 
tags. Print manual templates (*.mnl) are digital and can only be posted as attachments. Utilities and multiple files can be posted in ZIP archives. Please include plenty of comments so that users understand what you're doing! Registration is required to access this forum.

Moderators: Alexander Halser, Tim Green

Post Reply
ginaruth
Posts: 8
Joined: Tue Nov 17, 2009 7:42 pm
Location: Agoura Hills, CA

Icons in Headers

Unread post by ginaruth »

I copied properties from one document to another and now the printer and previous/next icons in the header have disappeared. (Don't know if there's a relationship there.) Anyway, here is a copy of my HTML source code. Can you please tell me where I need to change it so that the icons and functionality reappear in the header? Thank you! ~ Gina

<IF_TOPIC_HEADER>
<table width="100%" border="0" cellspacing="0" cellpadding="5" bgcolor="#E6F2FF">
<tr valign="middle">
<td align="left">
<%TOPIC_HEADER%>
</td>
<td align="right">
<span style="font-size: 9pt">
<a href="<%HREF_DEFAULT_PAGE%>"></a>&nbsp;
<IF_PREVIOUS_PAGE><a href="<%HREF_PREVIOUS_PAGE%>"><img src="button_prev_h.gif" border=0 alt="Previous"></a>&nbsp;</IF_PREVIOUS_PAGE>
<IF_NEXT_PAGE><a href="<%HREF_NEXT_PAGE%>"><img src="button_next_h.gif" border=0 alt="Next"></a></IF_NEXT_PAGE>
<IFNOT_EBOOK>
&nbsp;<a href="javascript: print();"><img src="print2.gif" border="0" alt="Print this Topic" title="Print this Topic"></a>
</IFNOT_EBOOK>
</span>
</td>
</tr>
</table>
</IF_TOPIC_HEADER>
User avatar
Tim Green
Site Admin
Posts: 23156
Joined: Mon Jun 24, 2002 9:11 am
Location: Bruehl, Germany
Contact:

Re: Icons in Headers

Unread post by Tim Green »

Hi Gina,

The code looks OK,although it's really impossible to say without seeing the entire project. What you probably forgot was to include the icons as well. Go to the Baggage Files section of the original project, locate the icons there and use the Save Baggage File As.. button at the lower right corner of the HM screen to export the files. Then add those files to the Baggage Files section of the other project.
Regards,
Tim (EC Software Documentation & User Support)

Private support:
Please do not email or PM me with private support requests -- post to the forum directly.
ginaruth
Posts: 8
Joined: Tue Nov 17, 2009 7:42 pm
Location: Agoura Hills, CA

Re: Icons in Headers

Unread post by ginaruth »

Tim,

Thank you for your speedy reply. I had already copied the icons to the Baggage Files section and they are included in the code (e.g., button_next_h.gif). Any other suggestions? I included the entire HTML source code in case that might be helpful.

Many thanks!

Gina

<%DOCTYPE%>
<html>
<head>
<title><%TOPIC_TITLE%></title>
<meta name="generator" content="Help & Manual" />
<meta name="keywords" content="<%TOPIC_KEYWORDS%>" />
<meta http-equiv="Content-Type" content="text/html; charset=<%DOCCHARSET%>" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link type="text/css" href="<%STYLESHEET%>" rel="stylesheet" />
</head>
<body style="margin: 0px 0px 0px 0px; background-color: <%TOPIC_TEXT_BGCOLOR%>;">

<IF_TOPIC_HEADER>
<table width="100%" border="0" cellspacing="0" cellpadding="5" bgcolor="#E6F2FF">
<tr valign="middle">
<td align="left">
<%TOPIC_HEADER%>
</td>
<td align="right">
<span style="font-size: 9pt">
<a href="<%HREF_DEFAULT_PAGE%>"></a>&nbsp;
<IF_PREVIOUS_PAGE><a href="<%HREF_PREVIOUS_PAGE%>"><img src="button_prev_h.gif" border=0 alt="Previous"></a>&nbsp;</IF_PREVIOUS_PAGE>
<IF_NEXT_PAGE><a href="<%HREF_NEXT_PAGE%>"><img src="button_next_h.gif" border=0 alt="Next"></a></IF_NEXT_PAGE>
<IFNOT_EBOOK>
&nbsp;<a href="javascript: print();"><img src="print2.gif" border="0" alt="Print this Topic" title="Print this Topic"></a>
</IFNOT_EBOOK>
</span>
</td>
</tr>
</table>
</IF_TOPIC_HEADER>

<!-- Placeholder for topic body. -->
<table width="100%" border="0" cellspacing="0" cellpadding="5"><tr valign="top"><td align="left">
<%TOPIC_TEXT%>
</td></tr></table>

</body>
</html>
User avatar
Tim Green
Site Admin
Posts: 23156
Joined: Mon Jun 24, 2002 9:11 am
Location: Bruehl, Germany
Contact:

Re: Icons in Headers

Unread post by Tim Green »

Hi Gina,

Posting code like this doesn't help, it's impossible to tell from a tiny snippet like this what the problem in your project might be. Please save your project in single-file hmxz format and mail it to support AT ec-software.com (replace the AT with @) and we'll check it for you.
Regards,
Tim (EC Software Documentation & User Support)

Private support:
Please do not email or PM me with private support requests -- post to the forum directly.
Post Reply