Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2007-03-23 16:48:56

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

Re: ...disable html?

Try:

bc.. a block
of
code
   with spaces and tabs

and blank

lines

Then, you have to escape from the bc.. and you can do it by adding a p. (or any other textile) in the line where you want to escape from the block code (quote this post to see what I’m talking about).


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

#14 2007-03-23 16:59:05

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: ...disable html?

avetma wrote:

Or how to disable styling of .bc text? (textpattern outputs it in some dashed-border box)

The html output is <pre><code> ... </code></pre>. You can style that in the CSS, for example:

pre {
background-color: #ffffcc;
border: 1px dashed #000;
}

Offline

#15 2007-03-23 17:07:08

avetma
Member
Registered: 2006-03-11
Posts: 28

Re: ...disable html?

Thank you, that’s it :)

Offline

Board footer

Powered by FluxBB