Difference between revisions of "Template:TagCloud"

From BITPlan Wiki
Jump to navigation Jump to search
Line 8: Line 8:
 
</div>
 
</div>
 
{{TagCloud}}
 
{{TagCloud}}
 +
<source lang='bash'>
 +
style="background:#FCFCFC;width:100%;height:200%"
 +
</source>
 
== Links ==
 
== Links ==
 
* http://www.goat1000.com/tagcanvas.php
 
* http://www.goat1000.com/tagcanvas.php
Line 14: Line 17:
 
<div class="row">
 
<div class="row">
 
<div id="myCanvasContainer" class="col-md-12">
 
<div id="myCanvasContainer" class="col-md-12">
  <canvas id="myCanvas" style="background:#FCFCFC;width:100%;height:200%">
+
  <canvas id="myCanvas">
 
   <p>In Internet Explorer versions up to 8, things inside the canvas are inaccessible!</p>
 
   <p>In Internet Explorer versions up to 8, things inside the canvas are inaccessible!</p>
 
  </canvas>
 
  </canvas>

Revision as of 09:31, 11 November 2017

This is the tagCloud template

Example

  • Sport
  • Spiel
  • Spaß
  • Spannung

In Internet Explorer versions up to 8, things inside the canvas are inaccessible!

style="background:#FCFCFC;width:100%;height:200%"

Links