Questions tagged [html]
HyperText Markup Language (HTML)
208 questions
Score of 0
0 answers
41 views
Enterprise Architect in Wine. Problem to show Bullet list in Note area
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
745 views
How to extract links using grep (or any other tool)
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
161 views
GUI App to make HTML human-readable
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
80 views
How can I render a static contents webpage in a terminal without opening a web browser? [duplicate]
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
121 views
HTML as Background in Ubuntu 25.04 possible?
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
190 views
What is meanning of :: and -; characters in xmllint?
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
44 views
Server loading and refreshing
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
1160 views
How do I make a custom icon for a desktop shortcut
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
1417 views
How to replace a random string in an HTML table?
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
850 views
Firefox snap won't save websites
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
334 views
help to grep a string from a site
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
442 views
Why html files are being opened by Telegram Desktop?
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-...
Score of 3
1 answer
2942 views
Accessing html files from / (root) location with Firefox on Ubuntu 22.04
I have some .htm files which are stored in the root / directory and I would like to know how to access them in Firefox.
Interestingly enough, I found a solution here: Firefox Quantum : HTML files from ...
Score of 0
0 answers
458 views
Browsers don't load all components from LinkedIn page
I have persistent USB live Ubuntu. I've found that wherever browser i use some linkedin components are missing, most precisely - filter element which allows you to filter job offers, specify when ...
Score of 0
1 answer
457 views
How to select/copy/move an HTML file together with its corresponding folder?
On Windows this is working by default, because the files are associated.
Situation is: saving a webpage usually creates two files/folders:
An abc.html file with the webpage's main HTML file
A folder ...