Remove Space In Coppermine

liunx

Guest
What part in the template.html do I either modify or remove to get rid of the space between the top and the heading "Ginnie, Piggie and Gissas world" on <!--coloro:#000066--><span style="color:#000066"><!--/coloro-->http://www.jikrantz.net/coppermine/<!--colorc--></span><!--/colorc--> ?<br /><br />The template looks similar tothis (just other colors):<br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1--><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><br /><html dir="{LANG_DIR}"><br /><head><br /><title>{TITLE}</title><br /><meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" /><br /><meta http-equiv="Pragma" content="no-cache" /><meta http-equiv="imagetoolbar" content="no" /><br />{META}<br /><link rel="stylesheet" href=http://www.totalchoicehosting.com/forums/lofiversion/index.php/"themes/water_drop/style.css" /><br /><script type="text/javascript" src=http://www.totalchoicehosting.com/forums/lofiversion/index.php/"scripts.js"></script><br /><!--<br />$Id: template.html,v 1.4 2004/07/24 15:04:23 gaugau Exp $<br />--><br /></head><br /><body><br /><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="20"><br /><tr><br />        <td valign="top" bordercolor="#ffff66" bgcolor="#ffff66" style="border: 1px solid #ffff66; background-color: #ffff66;"><br />                <table width="100%" border="0" cellspacing="0" cellpadding="0"><br />                       <tr><br />                                <td width="100%" align="center"><br />                                        <h1>{GAL_NAME}</h1><br />                                        <h3>{GAL_DESCRIPTION}</h3><br /><br />                                        {MAIN_MENU}<br /><br />                                        {LANGUAGE_SELECT_FLAGS}<br>{LANGUAGE_SELECT_LIST} <br />                                        {THEME_SELECT_LIST}<br />                                </td><br />                        </tr><br />                </table><br />                <img src=http://www.totalchoicehosting.com/forums/lofiversion/index.php/"images/spacer.gif" width="1" height="15" /><br /><br />                <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0"><br />                        <tr><br />                                <td align="center" valign="top"><br />                                        {ADMIN_MENU}<br />                                        {GALLERY}<br />                                </td><br />                        </tr><br />                </table><br />        </td><br /></tr><br /></table><br /></body><br /></html><!--c2--></div><!--ec2--><br /><br />Any help appreciated, because this has been bugging me for a while. <img src="http://www.totalchoicehosting.com/forums/style_emoticons/default/smile.gif" style="vertical-align:middle" emoid=":)" border="0" alt="smile.gif" /><!--content-->
try this...<br /><br />where it says<br /><br />table width="100%" height="100%" border="0" cellpadding="0" cellspacing="20"<br /><br />replace it with<br /><br />table border=0 cellpadding=0 cellspacing=0 align="center"<br /><br /><br />might work... it worked in mine????<br /><br />pfeffer<!--content-->
 
Top