Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: Text and Image Crawler problem about text

  1. #11
    Join Date
    May 2010
    Posts
    13
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by jscheuer1 View Post
    I have Firefox 6.0.2 and it's fine in that, but I don't think that's the difference. All I had to do was refresh the page. But to be sure, close all but one tab and go to Google. Clear the browser's cache. Go to your page and once it loads, hit refresh.

    A short cut in Firefox is to close all tabs except your page ant hit the f5 key while holding down the ctrl key. That refreshes the page and clears the cache in one operation.
    Yes,Its work fine too here.
    Tnx dear friend,

    Now I have a new question but not about your script just about my site, now that the texts are two line, the size of box whit this lines are larger than box with one line texts if you see;



    can i use a code to make a box with same size?
    My mean is box with same size in 1 & 2 line texts.

    Tnx

  2. #12
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    In styles.css around line #1545 add the highlighted:

    Code:
    .latest_added
    {
        padding-top: 5px;
        background: #FFFFFF;
        border: 1px solid #C5D1D0;
        width: 160px;
        height: 186px;
    }
    Also to balance them more vertically, at the end of that same file where we added:

    Code:
    .marquee0 table 
    {
    	white-space: normal;
    }
    You might want:

    Code:
    .marquee0 table 
    {
    	white-space: normal;
    	margin-top: -8px;
    }
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. The Following User Says Thank You to jscheuer1 For This Useful Post:

    shp1367 (09-24-2011)

  4. #13
    Join Date
    May 2010
    Posts
    13
    Thanks
    8
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by jscheuer1 View Post
    In styles.css around line #1545 add the highlighted:

    Code:
    .latest_added
    {
        padding-top: 5px;
        background: #FFFFFF;
        border: 1px solid #C5D1D0;
        width: 160px;
        height: 186px;
    }
    Also to balance them more vertically, at the end of that same file where we added:

    Code:
    .marquee0 table 
    {
    	white-space: normal;
    }
    You might want:

    Code:
    .marquee0 table 
    {
    	white-space: normal;
    	margin-top: -8px;
    }
    excellent,
    Very very Thanks my friend.

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
  •