Advanced search  

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Pages: [1]   Go Down

Author Topic: im Template abstand zum linken Rand ändern  (Read 3089 times)

0 Members and 1 Guest are viewing this topic.

Gabster

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
im Template abstand zum linken Rand ändern
« on: September 19, 2007, 06:06:50 pm »

Hallo,

wo kann ich denn den Abstand der Seite zum linken Rand ändern. Ist so um 53px breit und liegt eine grafik drunter. Kann mir jemand helfen?
Logged

Farnsi

  • Moderator
  • Coppermine frequent poster
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 177
Re: im Template abstand zum linken Rand ändern
« Reply #1 on: September 19, 2007, 06:33:56 pm »

ich kann dir zwar nicht helfen aber für die, die es können, wäre sicherlich interessant, welches theme du benutzt.
Logged
Regards,
Farnsi

Gabster

  • Coppermine newbie
  • Offline Offline
  • Posts: 6
Re: im Template abstand zum linken Rand ändern
« Reply #2 on: September 19, 2007, 06:49:39 pm »

ich nutze das hardwirde. Aber es ist glaube ich in fast allen standart themes ein abstand nach links.
Logged

Marenga

  • Guest
Re: im Template abstand zum linken Rand ändern
« Reply #3 on: September 20, 2007, 01:59:33 am »

Nimm die ganzen unnützen seitlichen Grafiken raus, und du hast deinen ganzen Bildschirm für Harwired frei.
Kopiere das einfach so wie unten angegeben in deine template.html. (Alten Inhalt natürlich entfernen)

Code: [Select]
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{LANG_DIR}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={CHARSET}" />
<meta http-equiv="Pragma" content="no-cache" />
<title>{TITLE}</title>
<link rel="stylesheet" type="text/css" href="themes/hardwired/style.css" />
{META}
<script type="text/javascript" src="scripts.js" ></script>
<!-- $Id: template.html 2808 2006-02-05 22:35:48Z gaugau $ -->
</head>
<body>
{CUSTOM_HEADER}
<table width="100%"  border="0" cellspacing="0" cellpadding="0">
  <tr valign="top">
   <!-- <td width="53" rowspan="3" id="far-left"><img src="themes/hardwired/images/far-left.gif" width="54" height="14" alt="" /></td>-->
   <!-- <td width="18" class="middle-left"><img src="themes/hardwired/images/middle-left.gif" width="18" height="14" alt="" /></td> -->
    <td height="62" class="right-banner">
        <div class="left-banner">
        <div class="gal_name">{GAL_NAME}</div>
        <div class="gal_description">{GAL_DESCRIPTION}</div>
        </div>
    </td>
   <!-- <td width="19" class="middle-right"><img src="themes/hardwired/images/middle-right.gif" width="19" height="14" alt="" /></td> -->
   <!-- <td width="53" rowspan="3" class="far-right"><img src="themes/hardwired/images/far-right.gif" width="53" height="14" alt="" /></td> -->
  </tr>
  <tr>
   <!-- <td width="18" class="middle-left">&nbsp;</td> -->
    <td class="gallery"><div align="right" class="topmenu"> {SYS_MENU} </div>
      <br />
      <div align="left" class="topmenu">{SUB_MENU}</div> <br />
      <div align="center"> {THEME_SELECT_LIST} {LANGUAGE_SELECT_LIST} </div>
      <br />
      {ADMIN_MENU} {GALLERY}</td>
   <!-- <td width="19" class="middle-right">&nbsp;</td> -->
  </tr>
  <tr valign="baseline">
   <!-- <td width="18" class="middle-left"><img src="themes/hardwired/images/bottom-left.gif" width="18" height="31" alt="" /></td> -->
   <!-- <td class="bottom-middle">&nbsp;</td> -->
   <!--  <td width="19" class="middle-right"><img src="themes/hardwired/images/bottom-right.gif" width="19" height="31" alt="" /></td>-->
  </tr>
</table>
<br />
<div align="center"> {LANGUAGE_SELECT_FLAGS} <br>
  <br />
</div>
{CUSTOM_FOOTER}
{VANITY}
</body>
</html>

Die auskommentierten Zeilen kannste ja später immer noch ganz löschen.
Logged
Pages: [1]   Go Up
 

Page created in 0.018 seconds with 15 queries.