Now thumbnails do not wrap Now thumbnails do not wrap
 

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

Now thumbnails do not wrap

Started by disposition, January 20, 2008, 03:54:42 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

disposition

I am now wondering why my thumbnails are not wrapping text, as I got the youtube wrapping problem fixed now it turned into the thumbnail not wrapping correctly. The link below will show you.  You can for sure see which one is the problem. It seems again it is only happening on the youtube video thumbnails and latest addition areas. ( I also attached my theme just in case ya need it).


http://www.blackdeathmetal.com/thumbnails.php?album=2

Thanks for helping me with this one .

Dan
www.blackdeathmetal.com

disposition

I have a bit of added info.

For some reason my text does not wrap if it is one long word, SAY A LINK OR SOMETHING LIKE IT.  If it is typed like a typical sentence it will wrap.  Now I am truly confused. I tried to change Max number of characters in a word but didn't make a difference and wasn't even sure if it would or not.

Joachim Müller

Quote from: disposition on January 20, 2008, 05:31:41 AM
For some reason my text does not wrap if it is one long word, SAY A LINK OR SOMETHING LIKE IT.
Well, that's a typical problem that thousands of HTML/CSS designers have, no matter if it's in relation to coppermine or standalone. You have a particular container that is being determined by a set of CSS properties - now what happens if you have content that is too wide for that container? There are some CSS bits that are meant to deal with this issue, but they don't work very well cross-browsers. Best thing is to avoid long content in the first place. If it is you who fills the content in: make sure that it's not too long. If it is your users who do that: use PHP to truncate long inputs.

disposition

Thanks for check'n on it....I suppose I will just shorten description length, I was hoping there was a better ending for this issue but at least i learnd something new.

Thanks again.