in reply to Re^2: <pre> vs. <code> tags (size)
in thread <pre> vs. <code> tags
I haven't changed my site display CSS (except for blocking a couple trolls) and the pre is much larger than the code in Firefox and Safari on OS X. Gotta love HTML. The font size below is the culprit, I think-
<pre>Pre tags are THIS big </pre> <pre class="code"> <div class="codeblock"> <tt class="codetext"> <font size="-1">Code tags are THIS big </font> </tt> </div>
Update/amendment: they do display the same threaded beneath the OP but not when viewed singly.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: <pre> vs. <code> tags (font tag)
by tye (Sage) on Apr 27, 2008 at 03:31 UTC |