How can I shrink my Lilipie baby ticker?

  • Unknown's avatar

    I’m not sure where to post this. On my sidebar, I have a Lilipie baby age “ticker.” I don’t like how it doesn’t quite fit into the column. Does anyone know of a way to make it narrower? Thanks!

  • Unknown's avatar

    The image is served from the Lilipie server and has a set height and width, but you could try the following.
    Look at the code in your widget, it should look something like this:
    <a href="URL"><img src="URL" alt="TEXT" border="0" /></a>
    Inside the img tag, try to add this
    width="NUMBER OF PIXELS"
    so that it looks like
    <a href="URL"><img src="URL" width="150" alt="TEXT" border="0" /></a>
    You can try different width settings, but based on your theme it should not be more than 160, I think.

  • Unknown's avatar

    You might also be able to put it inside a table. That’s what some people have done with YouTubes and it seems to shrink them up okay. But you’d have to do it all in HTML.

  • Unknown's avatar

    Thanks! The first suggestion worked like a charm!

  • The topic ‘How can I shrink my Lilipie baby ticker?’ is closed to new replies.