On Jun 12, 10:19 am, rcs_comp <[EMAIL PROTECTED]> wrote:
> Lets say that I want the first 150 characters, what is going to
> happen? I am going to get 1000+ characters b/c of the <div> that is
> wrapping everything OR I will get nothing but the header. Neither is
> what I want.
I suppose you could keep track of unclosed tags and close them:
<h1>My Page Subject</h1>
<div>
<p>Lorem Ipsum...[another ~125 characters]
then insert manually:
</p></div>
Still seems like a pain though.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---