On Tue, Oct 20, 2009 at 05:52:02AM -0700, RobS wrote:

> Since I'm putting the NEW indicators in manually now (via Clippings),
> I can insert anything at all that would make this possible. Currently
> I'm just using a span to style the word NEW, like so...
> <span class="new">NEW</span>
> ...but that bit of inserted code could contain, I suppose, a date
> stamp to enable automatic or semi-automatic removal. (Or could it? Can
> I hide something like that in a span without being spanked by a
> validator?)

Why not put the information in a comment?
<span class="new">NEW<!-- 2009-10-21 --></span>

Then you can have a script which goes through and removes the span if the
date is before a cutoff.

Ronald

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the 
"BBEdit Talk" discussion group on Google Groups.
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/bbedit?hl=en
If you have a feature request or would like to report a problem, 
please email "[email protected]" rather than posting to the group.
-~----------~----~----~----~------~----~------~--~---

Reply via email to