Textpattern CMS support forum
You are not logged in. Register | Login | Help
- Topics: Active | Unanswered
Re: r1842: important Textile improvements
zem wrote:
pre handling should be better now. There’s also a new pre. block modifier.
Thanks, works as intended. Good enough for me ;-)
Offline
#14 2006-09-30 06:46:27
- zem
- Developer Emeritus

- From: Melbourne, Australia
- Registered: 2004-04-08
- Posts: 2,579
Re: r1842: important Textile improvements
See r1861. “smart quotes” handling has changed significantly – the old behaviour was really quite sloppy.
I’ve tested standard English usage and everything seems fine. No doubt there’ll be other issues though – please post examples in a new thread for r1861.
Alex
Offline
Re: r1842: important Textile improvements
see here: r1861: new quote handling
Offline
Re: r1842: important Textile improvements
When you use <code>bc..</code>, if you have a long line, it continues past the end of the content area and overflows into the sidebar. I guess that’s normal behavior?
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline
Re: r1842: important Textile improvements
That’s what bc.. is for, yes. Embracing a block of content with a HTML pre element (what bc basically does) instructs the browser not to mess with my line breaks. So, if I haven’t entered any line breaks, it just expands east for ever.
Last edited by wet (2006-09-30 18:56:00)
Offline
Re: r1842: important Textile improvements
Sweet! I can finally have tabs in pre blocks! :D
hcgtv - you can add this to your css: pre { overflow: auto; }@ (and for IE, you’ll probably need a width of 98% or something).
Offline
Re: r1842: important Textile improvements
wet, jm – thanks for clarifying the code blocks.
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline
Re: r1842: important Textile improvements
jm,
I tried the overflow:auto on a 4.0.4 site, I ended up needing it, and what I get is a horizontal scroll under the pre block. Is this what it’s supposed to do?
Edit: Yeah, I guess that’s the way it’s supposed to work. Does anybody have some CSS examples for displaying code in their articles?
Last edited by hcgtv (2006-10-22 16:41:47)
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline
Re: r1842: important Textile improvements
hcgtv wrote:
Edit: Yeah, I guess that’s the way it’s supposed to work. Does anybody have some CSS examples for displaying code in their articles?
have a look at this sample:“http://dev.l-c-n.com/_temp/code.php”.
(resize window if needed).
Some things won’t work in iExploder (::before is not supported). Some fine tuning is need for iExploder, else it shows both a vertical and a horizontal scrollbar. And for iExploder 6, you need to specify a width, else it expands the box to fit the content.
Where is that emoji for a solar powered submarine when you need it ?
Sand space – admin theme for Textpattern
phiw13 on Codeberg
Offline
Re: r1842: important Textile improvements
phiw13 wrote:
have a look at this sample:“http://dev.l-c-n.com/_temp/code.php”.
Thanks, will have a look at it.
As for iExploder, I don’t really care much about it at this point.
We Love TXP . TXP Themes . TXP Tags . TXP Planet . TXP Make
Offline