2
Hey.
This is how I removed the icons completely.
open the following file:
../modules/tinycontent/templates/tc_index.html
You should see something very similar to this:
<{$content}>
<div style="padding: 5px; text-align: right; margin-right:3px;">
[b]<a href="print.php?id=<{$id}>"><img src="images/print.gif" border="0" alt="<{$lang_printerpage}>" />a>
<a href="<{$mail_link}>" target="_top"><img src="images/friend.gif" border="0" alt="<{$lang_sendstory}>" />a>[/b]
div>
<{if $nocomments == 0}>
<br /><br />
<div style="text-align: center; padding: 3px; margin: 3px;">
<{$commentsnav}>
<{$lang_notice}>
div>
<div style="margin: 3px; padding: 3px;">
<{if $comment_mode == "flat"}>
<{include file="db:system_comments_flat.html"}>
<{elseif $comment_mode == "thread"}>
<{include file="db:system_comments_thread.html"}>
<{elseif $comment_mode == "nest"}>
<{include file="db:system_comments_nest.html"}>
<{/if}>
div>
<{/if}>
The
bold text calls the images/links.
I backed up the file, removed the
bold lines above and no longer have the icons for email and print AND there is no white space on my page. (my test site has a yellow background and there are no white areas where the icons used to be)
Hope this is what you are looking for.
Dave