Questions tagged [html]
HyperText Markup Language (HTML)
208 questions
0
votes
0
answers
29
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 ...
4
votes
2
answers
544
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 ...
1
vote
2
answers
126
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 ...
0
votes
0
answers
66
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 ...
2
votes
0
answers
86
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 ...
-1
votes
1
answer
136
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 &...
0
votes
0
answers
39
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?...
1
vote
2
answers
708
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 ...
6
votes
2
answers
1k
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><...
5
votes
2
answers
741
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....
4
votes
2
answers
320
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 '...
1
vote
1
answer
395
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-...
3
votes
1
answer
3k
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 ...
0
votes
0
answers
420
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 ...
0
votes
1
answer
431
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 ...