[CODE] Small code box under tables?
#6
Believe it or not, there's another (more complicated) way to achieve this, using the [*CODE][/*CODE] thing.

[code*]TABLE HERE[/CODE*]

Code:
<style>
#CODE {
    font-size:11px;
    font-family:arial, helvetica, sans-serif;
    padding:3px; margin:0;
    }
    
td#CODE { height:50px; overflow: auto; display:block; }
</style>

Be aware that this will change ALL of the instances of a code block within your topic, however, so it may not be exactly what you're looking for.


Messages In This Thread

Forum Jump: