Help:Script Samples: Difference between revisions

Content deleted Content added
Line 9:
== <code>&lt;pre&gt;</code> element ==
 
Pre tags do not automatically shrink to fit their contents, thisuse isthe becauseclass "inline" for auto fitting, this uses "display: inline-block" is set in the css, to override this specify a width:<br><br>
<code>&lt;pre&gt;</code>
<pre>
Line 27:
<code>&lt;/pre&gt;</code>
<br/><br/>
 
== <code>&lt;pre&gt;</code> element (with set-width) ==