|
Re: [Fwd: Re: [Clip] Adding an HTML space after a period (.)]
I am not one to think outside of the box so I never thought of using anything but nb space and did not know about   or  .
I agree em space is too large.
Some examples of various
I am not one to think outside of the box so I never thought of using anything but nb space and did not know about   or  .
I agree em space is too large.
Some examples of various
|
By
WV- Mike
·
#26161
·
|
|
Re: [Fwd: Re: [Clip] Adding an HTML space after a period (.)]
Talk about clutter! ;)
I will take a single   over a span for every period anytime.
As you can tell I am not a purist and I consider these types of "hacks" insignificant.
WV-Mike
-- Mike
Talk about clutter! ;)
I will take a single   over a span for every period anytime.
As you can tell I am not a purist and I consider these types of "hacks" insignificant.
WV-Mike
-- Mike
|
By
WV- Mike
·
#26160
·
|
|
Re: [Fwd: Re: [Clip] Adding an HTML space after a period (.)]
Marcelo Bastos wrote:
The latter, did so but doesn't anymore.
Also,
I don't think so.
But I'm generally with Axel. I wouldn't do this at all. But if you don't mind clutter, you could as well wrap
Marcelo Bastos wrote:
The latter, did so but doesn't anymore.
Also,
I don't think so.
But I'm generally with Axel. I wouldn't do this at all. But if you don't mind clutter, you could as well wrap
|
By
loro
·
#26159
·
|
|
Re: [Fwd: Re: [Clip] Adding an HTML space after a period (.)]
I _kinda-sorta_ agree on the concept -- double spaces between sentences
ARE a stylistic convention, that is, presentational, and shouldn't in an
ideal world be handled at the HTML level.
I _kinda-sorta_ agree on the concept -- double spaces between sentences
ARE a stylistic convention, that is, presentational, and shouldn't in an
ideal world be handled at the HTML level.
|
By
Marcelo Bastos
·
#26158
·
|
|
Re: [Fwd: Re: [Clip] Adding an HTML space after a period (.)]
Wouldn't   or   suffice? Personally I think em space is too large, but en space looks fairly good. It's clutter, but a tad better than .
Here are more
Wouldn't   or   suffice? Personally I think em space is too large, but en space looks fairly good. It's clutter, but a tad better than .
Here are more
|
By
loro
·
#26157
·
|
|
Re: [Fwd: Re: [Clip] Adding an HTML space after a period (.)]
WV- Mike wrote:
Yes, it was my guess in the last sentence. I stand by what I said. This is
not content, it should be done through CSS or not at all. As I can't find
any CSS way to achieve it, it's the
WV- Mike wrote:
Yes, it was my guess in the last sentence. I stand by what I said. This is
not content, it should be done through CSS or not at all. As I can't find
any CSS way to achieve it, it's the
|
By
Axel Berger
·
#26156
·
|
|
Re: [Fwd: Re: [Clip] Adding an HTML space after a period (.)]
This is the story of my life in a nutshell.
By now I imagine you have read my reply to Marcelo as to what I was trying to achieve and his S&R suggestion on how to do it.
Thanks,
WV-Mike
-- Mike
This is the story of my life in a nutshell.
By now I imagine you have read my reply to Marcelo as to what I was trying to achieve and his S&R suggestion on how to do it.
Thanks,
WV-Mike
-- Mike
|
By
WV- Mike
·
#26155
·
|
|
[Fwd: Re: [Clip] Adding an HTML space after a period (.)]
Resent, hasn't arrived after man hours:
Resent, hasn't arrived after man hours:
|
By
Axel Berger
·
#26154
·
|
|
Re: Adding an HTML space after a period (.)
Add a second space. I am using italics for parts of the page and for some reason the space between sentences in the italics looks very tight.
I used you method below:
period+space (". ") and replace
Add a second space. I am using italics for parts of the page and for some reason the space between sentences in the italics looks very tight.
I used you method below:
period+space (". ") and replace
|
By
WV- Mike
·
#26153
·
|
|
Re: Adding an HTML space after a period (.)
Wait, are you trying to add a single space after every period because
some of them were left mistakenly with *no* spaces after the period, or
are you trying to add a second space to separate sentences
Wait, are you trying to add a single space after every period because
some of them were left mistakenly with *no* spaces after the period, or
are you trying to add a second space to separate sentences
|
By
Marcelo Bastos
·
#26152
·
|
|
Adding an HTML space after a period (.)
Greetings,
I want to add a space ( ) after every period in a sentence in web page which has links, etc.
Search and replace is not a solution for obvious reasons.
Any ideas on a clip which
Greetings,
I want to add a space ( ) after every period in a sentence in web page which has links, etc.
Search and replace is not a solution for obvious reasons.
Any ideas on a clip which
|
By
WV- Mike
·
#26151
·
|
|
Re: Selection box wizard question
Thanks, Flo! I'll take a look...
Regards,
John
Thanks, Flo! I'll take a look...
Regards,
John
|
By
John Shotsky
·
#26150
·
|
|
Re: Selection box wizard question
John,
In 2015, we had a discussion on a wizard that allows changing the selection in several ways. Maybe it will give you some hints having a look at the solution I postetd in...
Re: Concatenate All
John,
In 2015, we had a discussion on a wizard that allows changing the selection in several ways. Maybe it will give you some hints having a look at the solution I postetd in...
Re: Concatenate All
|
By
Flo
·
#26149
·
|
|
Re: String Replace Backwards
I'm referring to your question...
However, your proposal only works in a document.
Regarding your original question, a solution might be...
^!Set
I'm referring to your question...
However, your proposal only works in a document.
Regarding your original question, a solution might be...
^!Set
|
By
Flo
·
#26148
·
|
|
Re: String Replace Backwards
flo.gehrke@... wrote:
Thanks. I didn't know \z and just looked it up and tried ti understand. If
I get it right, your suggesetion would deal with trailing commas. That's
not what I mean.
I
flo.gehrke@... wrote:
Thanks. I didn't know \z and just looked it up and tried ti understand. If
I get it right, your suggesetion would deal with trailing commas. That's
not what I mean.
I
|
By
Axel Berger
·
#26147
·
|
|
Re: String Replace Backwards
The last comma in a list followed by a space is matched with ',\s\Z'.
Try...
^!Set %Authors%="XXX^PYYY^PZZZ, "
^!Info ^%Authors%
^!Set %Authors%=^$StrReplace(",\s\Z";"";"^%Authors%";R)$
^!Info
The last comma in a list followed by a space is matched with ',\s\Z'.
Try...
^!Set %Authors%="XXX^PYYY^PZZZ, "
^!Info ^%Authors%
^!Set %Authors%=^$StrReplace(",\s\Z";"";"^%Authors%";R)$
^!Info
|
By
Flo
·
#26146
·
|
|
Re: Help with message boxes
This is a "bug by design" ;-)
In those clips from the Stone Age of NT you will find at notetab.com, many users produce that line break with '>>>'.
It's one of several relicts which were never
This is a "bug by design" ;-)
In those clips from the Stone Age of NT you will find at notetab.com, many users produce that line break with '>>>'.
It's one of several relicts which were never
|
By
Flo
·
#26145
·
|
|
Re: Any serious interest in code with advanced techniques?
loro wrote:
Well, the header line sets up some values and declarations. A good program
shopuld come with decent defaults when these are not given. Good to find NT
is a good program in this sense.
loro wrote:
Well, the header line sets up some values and declarations. A good program
shopuld come with decent defaults when these are not given. Good to find NT
is a good program in this sense.
|
By
Axel Berger
·
#26144
·
|
|
Re: Any serious interest in code with advanced techniques?
Joy wrote:
Yes, I added the header and commented out the separators once I realized it wasn't a library.
I'm surprised though that the document loaded in the clipbook as it was, when I just renamed
Joy wrote:
Yes, I added the header and commented out the separators once I realized it wasn't a library.
I'm surprised though that the document loaded in the clipbook as it was, when I just renamed
|
By
loro
·
#26143
·
|
|
Re: Any serious interest in code with advanced techniques?
| No problem. It was because I assumed it was a complete library. When I realized it wasn't I just wrapped H="" around the names of the three clips.
Uhhhh I just had a 3 AM thought... if you or
| No problem. It was because I assumed it was a complete library. When I realized it wasn't I just wrapped H="" around the names of the three clips.
Uhhhh I just had a 3 AM thought... if you or
|
By
joy8388608
·
#26142
·
|