Download the free app
how do I make my siggy small? Can I put 2 tickets on the same line? My siggy is rather long...
TIA!
I know on FF there's an option to make a short ticker. I'm not sure about TN but I bet that ticker factory has that option too.
You could also just put a line in that says "married since *date*" to cut that ticker out.
TTC: 8/11 BFP: 5/13 EDD:2/2/14 Born 1/13/14
You need to add a width or height attribute to your HTML code in your siggy. You can do H & W or just W and it will stay proportional.
Should look something like:
<img src="www.image.gif" width="42">
or
<img src="www.image.gif" height="42" width="42">
where the #s represent pixels
Re: Siggy more compact
I know on FF there's an option to make a short ticker. I'm not sure about TN but I bet that ticker factory has that option too.
You could also just put a line in that says "married since *date*" to cut that ticker out.
TTC: 8/11 BFP: 5/13 EDD:2/2/14 Born 1/13/14
You need to add a width or height attribute to your HTML code in your siggy. You can do H & W or just W and it will stay proportional.
Should look something like:
<img src="www.image.gif" width="42">
or
<img src="www.image.gif" height="42" width="42">
where the #s represent pixels