Paste our Code into your Web Page(s)
Once you have your DynamicToons™ account set up, it is very simple to add your customized cartoon panel to your web page. All you have to do is copy and paste a simple piece of html code into your web page wherever you want the cartoon to appear. You can have your cartoon appear on multiple pages, at different sizes if you like (great for showing a small "thumbnail" image on one page that links to another page with a full-size cartoon). Remember, we will be happy to answer any questions you might have about getting your cartoon to appear on your site the way that you want it!
Here's some code examples:
<img src="http://www.dynamictoons.com/toon/?s=l"
width="360" height="420" />
The code above will produce our largest cartoon image. The piece of code following the question mark determines the size, so "?s=l" (lower case l) will produce a "large" image (360 x 420 pixels):
<img src="http://www.dynamictoons.com/toon/?s=m"
width="160" height="187" />
The code above will produce our medium size image. The piece of code following the question mark determines the size, so "?s=m" will produce a "medium" image (160 x 187 pixels):
<img src="http://www.dynamictoons.com/toon/?s=s"
width="120" height="140" />
The code above will produce our small size image. The piece of code following the question mark determines the size, so "?s=s" will produce a "small" image (120 x 140 pixels). This size can work as a "thumbnail" image that might link to a page with a larger cartoon:
<img src="http://www.dynamictoons.com/toon/?s=t"
width="52" height="60" />
The code above will produce our "thumbnail" sized image. The piece of code following the question mark determines the size, so "?s=t" will produce a "thumbnail" image (52 x 60 pixels). This size works as a "thumbnail" image that might link to a page with a larger cartoon: