Results 1 to 6 of 6

Thread: Image thumbnail Viewer, can you make the title bigger

  1. #1
    Join Date
    Jul 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Image thumbnail Viewer, can you make the title bigger

    1) Script Title: Image thumbnail Viewer

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/thumbnail.htm

    3) Describe problem: i have set up the script on my website www.makeabuck.co.uk its the picture of the wall at the bottom

    when you click on it the image viewer opens and i have a title in it "my wall at celtic park" but the writing is very small and not the same size as the example on the synamic drive site.

    can this text be increased in size?

    i have tried various font html tags in the script in my html tags inside the picture, but none seem to work

    currently i have this on the html inside tag
    " rel="thumbnail"" title= "my wall at celtic park"

    this sees to work well enough to show the picture and include the title, but the very small font ruins the effect

    thanks in advance
    will

  2. #2
    Join Date
    Jan 2006
    Location
    Ft. Smith, AR
    Posts
    795
    Thanks
    57
    Thanked 129 Times in 116 Posts

    Default

    add this to your css:

    Code:
    #thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
    background-color: white;
    height:auto;
    font-size:1.3em;
    }
    --------------------------------------------------
    Reviews, Interviews, Tutorials, and STUFF
    --------------------------------------------------
    Home of the SexyBookmarks WordPress plugin

  3. #3
    Join Date
    Jul 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hi nyne
    before i do it
    can i ask what size this will change my font to?
    or do i need to change the "1.3em" to what i want?

    oh whats "em" why not px or pt
    thanks
    will

  4. #4
    Join Date
    Jul 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    bump to the top
    anybody
    will

  5. #5
    Join Date
    Jul 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    sorry never got an answer to this the last time
    can anybody help

    my site www.makeabuck.co.uk has the picture on the home page
    it opens well in the viewer

    but the writing is very small for the picture description

    ive changed the css viewer, but this hasnt helped, as i dont know what to do next, ideally id like it to be double the current size

    will

  6. #6
    Join Date
    Jul 2008
    Posts
    5
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Quote Originally Posted by Nyne Lyvez View Post
    add this to your css:

    Code:
    #thumbBox #thumbImage{ /*DIV within thumbbox that holds the enlarged image */
    background-color: white;
    height:auto;
    font-size:1.3em;
    }
    thanks got it to work now
    the above script works and the text is double the size
    cheers
    william

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
  •