Posted: Thu Oct 22, 2009 12:53 am Need help with widget code: reduce size width to 250px x 300
Hi,
Can somebody help me reduce the size of this widget, i have tried typing in the size in width:250px but it still is large:
<img style="visibility:hidden;width:0px;height:0px;" border=0 width=0 height=0 src="http://counters.gigya.com/wildfire/IMP/CXNID=2000002.0NXC/bT*xJmx*PTEyNTYxOTY2NzM1NTUmcHQ9MTI1NjE5OTkyMzI2OCZwPTczNDgyMSZkPSZnPTEmbz**MDUyOTRkMGYwNzE*OGI*YTk4MDhkZjNhNzllNThiNyZvZj*w.gif" /><table border="0" cellpadding="2" cellspacing="0"><tr><td colspan="2" align="center"><a href="http://www.cutestdogcompetition.com"><img border="0" src="http://www.cutestdogcompetition.com/images/ty_cdc_logo.png" width="227" height="59" alt="CutestDogCompetition.com" /></a></td></tr><tr><td colspan="2" align="center"><a href="http://www.cutestdogcompetition.com/vote.cfm?h=08F3D4A9C9367E3965AD358D0320997D"><img src="http://www.cutestdogcompetition.com/image.cfm?h=08F3D4A9C9367E3965AD358D0320997D" border="0"></a></td></tr><tr><td><a href="http://www.cutestdogcompetition.com/vote.cfm?h=08F3D4A9C9367E3965AD358D0320997D"><img border="0" src="http://www.cutestdogcompetition.com/images/ty_vote_me.png" width="230" height="71" alt="Vote for my Dog" /></a></td><td align="right"><a href="http://www.aapbrands.com"><img border="0" src="http://www.cutestdogcompetition.com/images/ty_heart_healthy.png" width="188" height="68" alt="Sponsored by All American Pet Brands makers of premium dog food." /></a></td></tr></table>
Thank you for your responses! I want to put this into my dogster page :)
cluster
Joined: 22 Oct 2009
Posts: 2
Posted: Thu Oct 22, 2009 2:08 am
hi sarah,
I think i have already came through this problem but ur content is not precise and i cant go through the codings wat u have entered so be a little precise while u enter [for any reference in graphics and css click the link for help] http://www.clustersanimation.com
Regards
crazy
sticks464
Joined: 31 Dec 2006
Posts: 2311
Posted: Thu Oct 22, 2009 3:35 am
If it's the large image you want reduced to 250px, then make this change to the code (this is the middle <tr)
Code: <tr>
<td colspan="2" align="center"><a href="http://www.cutestdogcompetition.com/vote.cfm?h=08F3D4A9C9367E3965AD358D0320997D"><img src="http://www.cutestdogcompetition.com/image.cfm?h=08F3D4A9C9367E3965AD358D0320997D" border="0" width="250" height="260" /></a></td>
</tr>