How to Shrink or Re-Size an HTML Plugin

by 2 replies
3
Could anyone tell me how I could shrink the size of this Plugin both in width and height? Is there any code I can add or subtract?

<script type="text/javascript" >
function TN_SetWidgetOptions() { TN_Widget.newWindow = true; TN_Widget.trackingParams = ''; TN_Widget.custLink = true; TN_Widget.tixUrl = 'http://www.ticketnetwork.com/tix/'; TN_Widget.trackingLink = 'http://www.tkqlhce.com/click-4356677-10793961?url='; TN_Widget.CreateCustomUrl = function(row){return "http://www.tkqlhce.com/click-4356677-10793961?url=" + escape( this.tixUrl + row[7] + "-tickets-"+ row[6] + ".aspx");};}
</script>
<script type="text/javascript" src="http://site_01504_011.ticketsoftware.net/widget2_c.aspx?pid=154&pName=Boston%20Red%20Sox&st yle=5&mxrslts=7" ></script>
#website design #html #plugin #resize #shrink
  • Minify it.
  • Does this generate HTML? If so you might be able to set the height and width via CSS. Can't suggest much more without seeing the page or the HTML.
  • Banned
    [DELETED]

Next Topics on Trending Feed