How can I shrink my Lilipie baby ticker?
-
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!
-
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. -
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.
-
- The topic ‘How can I shrink my Lilipie baby ticker?’ is closed to new replies.