Skip to main content

All Questions

Tagged with
1 vote
1 answer
110 views

how can i add $ sign just before matching tag of span [closed]

<span class="xyz">z <span>abc</span> <span>cdf</span> </span> This is my sample code and must replace like this <span class="xyz&...
SEKHAR NAIDU Bathini's user avatar
0 votes
1 answer
465 views

Linearize specific node of XML/HTML document for vertical editing on Notepad++

In order to easily modify in vertical selection a huge number of cells in the table in one Selection with a vertical paste. (the paste on each line is from a list which has different value on each ...
zeldiy's user avatar
  • 13
0 votes
1 answer
163 views

Using Regular Expressions to Delete a HTML Meta Tag Line of Code

I'm trying to delete a single meta tag line of code from an html file. The line of code starts with <meta name="topic-breadcrumbs". It can be in either of these forms: <meta name="...
Steve R.'s user avatar
0 votes
2 answers
386 views

Searching and replacing text in html file with notepad++ using regular expression

We are trying to search and replace text in an html file opened with Notepad++. We need to update the paths inside the tags "a href" and "img src", mantaining the names of the ...
Matteo's user avatar
  • 1
0 votes
0 answers
80 views

How do you get console to work in Notepad++ v7.7.1 (32-bit)?

I keep on getting an error message any time I try and run a command in Notepad++'s console. I am using HTML and I tried running <h1>Starting and Ending code</h1> and this is what I got. It ...
Ruby Rose 's user avatar
-1 votes
1 answer
130 views

Copy-paste multiple values to their placeholders notepad++

Suppose markup (many lines with same structure) <a href="">xxx</a> <a href="">yyy</a> <a href="">zzz</a> What is the best way to ...
Hebe's user avatar
  • 801
0 votes
1 answer
89 views

How do we add images here in 1 single row having name of animals under their pics html css

<ul type="disc"> <li> Himalayan/Indian Black Bear <br> <Img Src="http://www.shunya.net/Pictures/Himalayas/Darjeeling/HimalayanBear03.jpg" height="30%&...
Whilf Howl's user avatar
2 votes
2 answers
2k views

Why does Notepad++ display question marks for a language other than English?

The circle in red is where I put my rtl arabic language. I wanted to use it as an example on my web page that used RTL layout. How can I resolve this?
Neverstoplearning123's user avatar
1 vote
1 answer
40 views

How to remove HTML code from mulitple pages using regular expressions from Notepad++

I am trying to figure out how to remove this piece of example HTML code from my website. The problem is that the code in between “<p style="flex: 0 0 auto; margin:0; padding-right:1rem;” and ...
Austin Sheppard's user avatar
2 votes
2 answers
495 views

How to use regex (regular expressions) in Notepad++ to remove all HTML and JSON code that does not contain a specific string?

Using regular expressions (in Notepad++), I want to find all JSON sections that contain the string foo. Note that the JSON just happens to be embedded within a limited set of HTML source code which ...
End Antisemitic Hate's user avatar
0 votes
0 answers
80 views

Python - writing string to HTML file causes computational issues

I appreciate that this may be an issue with my computer/software, but I want to double check that my code isn't causing the problem before ruling it out. I have written a fairly simple program. I have ...
OMW's user avatar
  • 1
-1 votes
1 answer
42 views

Change replace and exclude multiline html code

Looking for a bit of help. After completing hundreds of pages, I came across an HTML error. Need simply to move the /h1> closing tag to reside before the p> tag Is it possible with notepad++ or ...
J C's user avatar
  • 43
-1 votes
1 answer
187 views

How to open HTML file as words not codes using notepad++?

I have article saved as HTML Formula and when I open that article by notepad++, the notepad++ open the article as codes not as words like that (<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 1.0 ...
madonna34's user avatar
0 votes
1 answer
59 views

How to add a text in every line with an existing texts using regex in Notepad++?

Is it possible to add a text or HTML tags after each line with an existing text in Notepad++? For example, this text: <p class="text-center mb-0 cfont"><a class=&...
The Author's user avatar
-2 votes
1 answer
74 views

How to Seperate or Extract HTML Tags? [closed]

. I am looking for extract HTML elements (tags) from a HTML file. For eg: <div id="collapse" class="collapse" data-parent="#accordion"></div> <div class=&...
WellWisher's user avatar

15 30 50 per page
1
2 3 4 5
19