Şimdi linkleri;

<pre></pre>
etiketlerinin arasına ekleyerek kutu içerisine almak istiyorum. Bu "pre" kodunun css'sini karıştırdım ama bir türlü yine bu olaya çözüm bulamadım, sürekli linklerde 1 sıra atlıyor. Bir kod eklemek mi lazım yoksa çıakrtmak mı?

style.css
pre { background: #eee; border: 1px solid #ddd; overflow: auto; clear: both; }
p.center { text-align: center !important; }
p.bottom { margin: 0 !important; }
.remove_bottom_margin { margin-bottom: 0 !important; }
layout.css
.format_text code, .format_text pre { font-family: Consolas, "Andale Mono", Monaco, Courier, "Courier New", Verdana, sans-serif; }
.format_text pre { font-size: 0.857em; line-height: 1.5em; margin-bottom: 1.833em; padding: 0.667em 0.917em; }