Advanced search  

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Pages: [1]   Go Down

Author Topic: Two Questions about LineBreaking  (Read 3112 times)

0 Members and 1 Guest are viewing this topic.

Lars-Christian

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
Two Questions about LineBreaking
« on: February 14, 2005, 10:06:51 am »

Okay, I have two questions about linebreaking.

First:

http://www.zeldauniverse.net/gallery/displayimage.php?album=104&pos=8

As you can CLEARLY see, the description for the images are not breaking for some reason, causing the page to extend in width almost forever.
Here's my CSS class for the class="img_caption_table":

Code: [Select]
.img_caption_table {
        border: none;
        background-color: #092038;
        width : 100%;
        margin : 0px;
}

.img_caption_table th {
        background: #1C3855 ;
        font-size: 100%;
        color : #000000;
        padding-top: 4px;
        padding-right: 10px;
        padding-bottom: 4px;
        padding-left: 10px;
        border-top : 1px solid #092038;
}

.img_caption_table td {
        background: #1C3855 ;
        padding-top: 6px;
        padding-right: 10px;
        padding-bottom: 6px;
        padding-left: 10px;
        border-top : 1px solid #092038;
}

The second is, is there any way to make it so URL isn't displayed in the File Information? That gives me the same problem, extending the page.

Thanks for your help, it is much appreciated of course ;)
« Last Edit: February 15, 2005, 06:33:56 am by GauGau »
Logged

Joachim Müller

  • Dev Team member
  • Coppermine addict
  • ****
  • Offline Offline
  • Gender: Male
  • Posts: 47843
  • aka "GauGau"
    • gaugau.de
Re: Two Questions about LineBreaking
« Reply #1 on: February 14, 2005, 10:19:06 am »

we have a "one question per thread" policy you agreed to respect when signing up. Please respect it in the future. The linebreak problem is being caused by your custom theme, as the standard themes that come with coppermine don't have this linebreak issue (see e.g. http://www.zeldauniverse.net/gallery/displayimage.php?pos=-1882&theme=eyeball ).
Your question on how to get rid of the absolute URL in the file info section has been asked before, please use the search.

Joachim
Logged

Lars-Christian

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
Re: Two Questions about LineBreaking
« Reply #2 on: February 14, 2005, 11:20:03 am »

Quote
we have a "one question per thread" policy you agreed to respect when signing up. Please respect it in the future.

Sorry about that.

I'd still like to hear any suggestions to my first question though, as I'm already aware it's something in my template.
Logged

Nibbler

  • Guest
Logged

Lars-Christian

  • Coppermine newbie
  • Offline Offline
  • Posts: 10
Re: Two Questions about LineBreaking
« Reply #4 on: February 14, 2005, 07:37:56 pm »

Thanks, got it all fixed now.
Logged
Pages: [1]   Go Up
 

Page created in 0.02 seconds with 19 queries.