For some reason, the titles to my video get cut in half (word-wrap) instead of just going on the next line. I think this is happening when the video is being made because when I see the source code, it shows up like this: "1.·The·BPM·Festival·2012·Preview" So on the site, even if I turn word-wrap:normal in my css, it does nothing because it's written with breaks on the code...
Does anyone know how to turn off "word-wrap"?
2 posts Started 5 months ago by m3ndi3 Latest reply from Zinnium
-
-
1. check the DB to make sure its correct there. If its OK there, check your output code. You have either a length limit being called or a cut off being called out. Check your queries too.
Both of those will force the title to be cut to fit.
2. If the DB is showing it not good. Check your upload code or setting to see where its cutting it off.
3. Check to make sure the DB field is not length restricted too.
Reply
You must log in to post.