categories centered categories centered
 

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]

Main Menu

categories centered

Started by mandolinaes, August 23, 2006, 10:14:21 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mandolinaes

Hello,
It is a silly question ;)
My category's list is aligned in the center and I would like that It'd be aligned in the left side. When I put albums inside a category it lines up to the left side but If I put categories inside a category it lines up to the center. See image:
(https://coppermine-gallery.com/forum/proxy.php?request=http%3A%2F%2Fwww.ripway.com%2Fmembers%2Fgetfile.asp%3Ffile%3D%255CImagen%252Ejpg&hash=86d05cd5e17d30a015159a4271515c03daf673ad)

How can I put all the categories in te left side.
Thanks in advance.

PD: Sorry for my english (I'mm from Spain) ;)

Joachim Müller



Nibbler


mandolinaes


Sami

use this catrow_noalb instead of old one
you need to change it under themes/water_drop/style.css

.catrow_noalb {padding-right: 10px; padding-left: 10px; background: #abc0b2; padding-bottom: 3px; color: #000000; padding-top: 3px; text-align:left}
‍I don't answer to PM with support question
Please post your issue to related board

mandolinaes

Still don't work.
Look, My template code is:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<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}
<link rel="stylesheet" href="themes/water_drop2/style.css" type="text/css" />
<script type="text/javascript" src="scripts.js"></script>
<!-- $Id: template.html,v 1.20 2005/10/25 01:16:24 gaugau Exp $ -->
</head>
<center>
<body>
  {CUSTOM_HEADER}
  <table width="868" border="0" cellpadding="20" cellspacing="20" style="border-collapse: collapse" bordercolor="#111111">
    <tr>
      <td valign="top" style="border: 1px solid #CCD7E0; background-color: #4E8778;" width="786">
        <div align="center">          <center>
        <table width="100%" border="0" cellspacing="0" cellpadding="0" style="border-collapse: collapse" bordercolor="#111111">
          <tr>
            <td width="100%" align="center">
              <img border="0" src="themes/water_drop2/images/topgallery.jpg"></td>
          </tr>
          <tr>
            <td width="100%" align="center">
              <h1>{GAL_NAME}</h1>
              <h3>{GAL_DESCRIPTION}</h3>              <p><br />
              {SYS_MENU}<br />{SUB_MENU}
            </td>
              </tr>
        </table>
          </center>          </div>
        <img src="images/spacer.gif" width="1" height="15" alt="" />
        <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
          <tr>
            <td valign="top">
              {ADMIN_MENU}
              {GALLERY}
              <div style="text-align:left;">
              <div>
           {LANGUAGE_SELECT_FLAGS}<br />
           {THEME_SELECT_LIST}{LANGUAGE_SELECT_LIST}
           </div>
           </div>
            </td>
          </tr>
        </table>
      </td>
    </tr>
  </table>
    &nbsp;</body></center></html>

I have changed the stile.css for what you say me but don't work either.  :'(

mandolinaes

Please, I need help. I want to open my gallery soon. :'(

Joachim Müller

Can't do that, seems like your account has been suspended - when going to http://adrienbrodyonline.org/gallery/index.php, I get
QuoteThis Account Has Exceeded Its CPU Quota

Please contact this site's webmaster.

Wait a few minutes and use your browser's "Back" button or click here to try again.

If you are the webmaster, your account may have exceeded for one or more of the following reasons:

    * Your site has used more than 20% of the cpu.
    * Your account has too many processes running at the same time.
    * Your site was consuming too many resources. This happens on occassion to very busy sites that have inefficient scripts running.


  • Post a link to a working gallery
  • Do as bmossavari suggested: you're suppossed to edit your stylesheet, not your html template. There's little point in pasting it in.
  • This is not a hotline! Allow days for answers.


mandolinaes

#9
The link is the same. When I upload a lot of photos in a few second appears that but only for a 1 or two minutes. After, The gallery works perfectly. http://adrienbrodyonline.org/gallery/index.php

I did that bmossaveri suggested but not work for me.

Sorry.

mandolinaes

Here is my stile.css
I have tried to change the color of the text in "catrow_noalb" and the color don't change either. why? It was #000000 and I put other and nothing happen. 

mandolinaes

Does anybody has the solution?

Gizmo

Using the Water Drop theme and your style.css, I have no problem in Firefox and IE as you can see on the attached image. Since you didn't supply login info there's not much as we can do to help.
Did you read the manual first???? Taking 2 minutes to backup your files can save you hours of wondering what you screwed up.
Billy Bullock - BullsEyePhotos Blog of Indecision

mandolinaes

You can enter to the gallery with:
user: Guest
pass:guest

I don't understand why the stile doesn't work for me.

Nibbler

text-aling: left;

You need to spell it correctly before it will work.

mandolinaes

Jajaja. OMG!!! I'm stupid  ::). Sorry. It works now. Thank so much.