Jump to content

Recommended Posts

Posted (edited)

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 http://www.jikrantz.net/coppermine/ ?

 

The template looks similar tothis (just other colors):

><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{LANG_DIR}">
<head>
<title>{TITLE}</title>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" /><meta http-equiv="imagetoolbar" content="no" />
{META}
<link rel="stylesheet" href="themes/water_drop/style.css" />
<script type="text/javascript" src="scripts.js"></script>
<!--
$Id: template.html,v 1.4 2004/07/24 15:04:23 gaugau Exp $
-->
</head>
<body>
<table width="100%" height="100%" border="0" cellpadding="0" cellspacing="20">
<tr>
       <td valign="top" bordercolor="#ffff66" bgcolor="#ffff66" style="border: 1px solid #ffff66; background-color: #ffff66;">
               <table width="100%" border="0" cellspacing="0" cellpadding="0">
                      <tr>
                               <td width="100%" align="center">
                                       <h1>{GAL_NAME}</h1>
                                       <h3>{GAL_DESCRIPTION}</h3><br />
                                       {MAIN_MENU}<br />
                                       {LANGUAGE_SELECT_FLAGS}<br>{LANGUAGE_SELECT_LIST} 
                                       {THEME_SELECT_LIST}
                               </td>
                       </tr>
               </table>
               <img src="images/spacer.gif" width="1" height="15" /><br />
               <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
                       <tr>
                               <td align="center" valign="top">
                                       {ADMIN_MENU}
                                       {GALLERY}
                               </td>
                       </tr>
               </table>
       </td>
</tr>
</table>
</body>
</html>

 

Any help appreciated, because this has been bugging me for a while. :(

Edited by TCH-Thomas
Posted

try this...

 

where it says

 

table width="100%" height="100%" border="0" cellpadding="0" cellspacing="20"

 

replace it with

 

table border=0 cellpadding=0 cellspacing=0 align="center"

 

 

might work... it worked in mine????

 

pfeffer

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...