View Single Post
Old 03-28-2020, 12:44 PM   #10
LittleMissS
Enthusiast
LittleMissS began at the beginning.
 
Posts: 29
Karma: 10
Join Date: Apr 2019
Device: none
Quote:
Originally Posted by theducks View Post
Did you highlight the bad code, then Ctrl-F ?
No. I pasted code into the Find facility, set to Regex. I assume that does the same job but is part of Sigil? I was getting it saying ' No matches found '
for
>p

<o></po>

<o:


<p>p>*</p>


When I tried to paste in

<p>p>*</p>
<p>p>*</p>
<p>p>*</p>


(as shown )...

Quote:
Originally Posted by JSWolf View Post
It could be that you have your code looking like...

<p>p>*</p>
<p>p>*</p>
<p>p>*</p>

That would give you the look you are seeing instead of...

* * *

The code you want instead of three lines is...

<p class="center">* * *</p>
It simply lined them in a line <p>p>*</p><p>p>*</p><p>p>*</p>

and also came back as 'No matches found'.


Now I reopen and try again, I am getting that there is an error on line 62 as follows...

<p><!--[if gte vml 1]><v:shape id="Picture_x0020_3"
LittleMissS is offline   Reply With Quote