to link a banner back to starwear, simply...

1. Upload the image (noting the name) to your FTP or webspace.

2. look at the HTML coding below:

	<a href="http://www.starwear.us"><img src="http://www.starwear.us/bannerpak/starwearbannerfullblack.jpg" width="468" height="60" /></a>

	a href= means "link to".
	img src= means "go find the image to be used in THIS location".

so the code above will load on your page (depending on where you put it), draw the image "starwearbannerfullblack.jpg", with a fixed pixel size of 468x60.
note that half banners are 234x60 pixels.



