There are certain attributes for the <table> tags that are called "width". You'll want to look for those in your code if you've already got it hammered out. If the values are hard coded (e.g. width="100" or something), you can set them to a percentage if you'd like (e.g. width="15%"). Check out w3schools site. They'll have more information about basic HTML attributes need for table sizing.