Forum Moderators: open
<!-- STYLE -->
.coded {
padding-top: 20px;
padding-bottom: 20px;
padding-left: 30px;
}
code {
border: 1px solid #000033;
background-color: #EEE;
padding: 10px;
font: 300 12px tahoma;
}
<!-- HTML --><p class="coded">
<code>
<a href="http://example.com/"><img src="http://example.com/images/example1.jpg" alt="Example Image"></a>
</code>
</p>
I tried using the <pre> tag, but it didn't display the way I wanted it to. Any inputs would be appreciated.
Thanks.