Skip to main content

Questions tagged [html]

HyperText Markup Language (HTML)

Question list filters

Filter by
Sorted by
Tagged with
Score of -1
3 answers
92 views

I'd like to extract links from a bookmars.html file. The links are located between "HREF=" and "ADD_DATE=". Here is a sample from the html file. <DL><p> ...
Score of 0
1 answer
72 views

Using this bash script: #! /usr/bin/bash sed -rn "s/.*?src="\""(.*?)"\""\s.*?/\n==>\\1 /gIp" <Desktop/index.html and this index.html <html> <...
Score of 0
1 answer
50 views

I'm using the following command to update HTML files sed -e "s/SRC=\([A-Za-z0-9.\/_-]*\)/SRC=\"\1\" /gi" I'm having trouble adding + and & to the above as valid filename/path ...
Score of 0
0 answers
47 views

I’m using the latest EA Trial version on Kubuntu (via Wine) and connecting to a PostgreSQL repository. In the Notes window I’m experiencing an incorrect rendering of bullet lists: instead of standard ...
Score of 4
2 answers
815 views

We have a project where we have thousands of separate html files that contain links to pdf documents that are legal decisions. The decisions themselves are public. The links are the docket or index ...
Score of 1
2 answers
181 views

Is there an app in the Ubuntu repos that can convert a 9,001 character single-line of HTML into human-readable (indented) code in a single click? I'm trying to read through the HTML sourcecode of a ...
Score of 0
0 answers
88 views

I have a static contents webpage, which is manually updated from time to time. What I want to do is show the webpage's contents in a terminal without opening a web browser. The page contents is pure ...
Score of 2
0 answers
139 views

Is it possible to set an HTML page as a desktop background instead of an image in Ubuntu 25.04? I found a couple of posts asking the same question, but like 10+ years ago. Did not seem to be possible ...
Score of -1
1 answer
219 views

I am trying to understand this custom shell function, but I can't figure out what ::*/text()' -; means in the code below. What do the :: and -; characters do in this example? extract() { { tidy &...
Score of 0
0 answers
53 views

i have some space at the faculty's student server and personal webpage there... But when i try to change index.html using ssh from the terminal and refresh in the browser everything is the same... Why?...
Score of 1
2 answers
1294 views

I'm sorry if this question has been asked, I am a new PC user and the only answers I could find related to themes and changing folder colors. I set up this PC for my 7 year old who likes playing games ...
Score of 6
2 answers
1432 views

I have an HTML file and I want to replace a string that is included between two HTML table tags. Here is an example of what I have: <tr class="noBorder"><td>string1</td><...
Score of 5
2 answers
945 views

After changing to Ubuntu 24.04.1 Firefox was installed via snap. This Firefox will not save complete HTML websites. Older saved websites from a backup cannot be read. Firefox will not find these files....
Score of 4
2 answers
345 views

I'm trying to get a spacific changing string form a site. I used the commend: wget -qO - www.factorio.com/download | grep '/get-download the output is: wget -qO - www.factorio.com/download | grep '...
Score of 1
1 answer
473 views

Opening any HTML file, triggers Telegram as the application associated: $ xdg-open sys.html ; ps aux | grep html myuser+ 686347 0.0 0.0 1090016 12224 pts/6 Rl 16:04 0:00 /snap/bin/telegram-...

15 30 50 per page
1
2 3 4 5
15