Results 1 to 2 of 2

Thread: Facebook Scroll Breaking Lines / extending words

  1. #1
    Join Date
    Sep 2012
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Unhappy Facebook Scroll Breaking Lines / extending words

    1) Script Title: Facebook Scroll

    2) Script URL (on DD): http://dynamicdrive.com/dynamicindex...roll/index.htm

    3) Describe problem:

    Sorry of this is wordy.

    Ive been using facebook scroll for a while with no issues. Recently, my provider did a cleanse of my FTP because of viruses. Now, it seems something has put this great script out of whack. I'm using directly in wordpress.

    Normally, I would just use this, and I'm good:

    Code:
    <div id="sh_scroll" style="width:300px; height:600px; padding:0px; background:lightgreen; border:0px solid gray; resize:none; overflow:scroll"><span style="color: #008000; font-family: impact,chicago; font-size: 14pt;">COMPLETE GUIDE</span>
    [catlist id=249 orderby=title order=dec numberposts=99999]</div></td>
    The above lists every episode in the guide for a TV show. When it reached a title called

    Darkness on the Edge of Town

    ...the script is extending the text and breaking the title into two lines (JUST FOR THIS TITLE, granted, its longer than the rest, but there is an even longer title in a different page)
    413 | Darkness on the Edge of
    Town

    WHEREAS, when I apply the same code [catlist id=248 orderby=title order=dec numberposts=99999] above in the post (where this will only post 22 episodes for the season), everything is fine. The 413 title does not extend nor breaks into two lines.

    LINK EXAMPLE: http://chicagoscifi.com/wp/archives/13341

    I'm not a programmer and have no idea where to look. My programmer sees this on a PC just fine. I'm on a Mac.

    Any ideas?
    Everything
    Last edited by james438; 07-28-2015 at 06:35 PM. Reason: format

  2. #2
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Not sure if this changes anything, but you might try giving your .news_row DIV container that holds each show title an explicit width, such as:

    Code:
    .news_row { 
    	margin-bottom:10px; 
    	clear:both; 
    	width: 700px;
    }
    This may force each row to occupy more of the parent container's width.
    DD Admin

Similar Threads

  1. Replies: 0
    Last Post: 12-09-2012, 05:39 PM
  2. Pausing up-down scroller - Is there a limit to how many lines it will scroll?
    By StickyLabels in forum Dynamic Drive scripts help
    Replies: 1
    Last Post: 03-17-2012, 03:59 PM
  3. Remove All Lines Less Than 3 Words Longs
    By young_coder in forum PHP
    Replies: 1
    Last Post: 09-09-2010, 11:04 PM
  4. breaking news xrumer blast breaking captcha code
    By GefsIllishemi in forum The lounge
    Replies: 0
    Last Post: 01-22-2010, 06:13 PM
  5. Div not extending with content
    By Allyria in forum CSS
    Replies: 2
    Last Post: 09-05-2008, 11:22 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •