Questions tagged [html]
HTML stand for HyperText Markup Language. You may ask questions about handling HTML files; however, questions regarding HTML markup are considered off topic here.
1,125 questions
-2
votes
0
answers
20
views
SharePoint ASPX File Downloading Not Running in Browser
I have a SharePoint Site with an Index.aspx file. When I click to open this file typically SharePoint treats it as code and opens the file in a new tab and RUNS the html in the browser. However now it ...
10
votes
1
answer
653
views
"Save as webpage, HTML Only" Fail while offiline, Firefox
There is this question and others, about saving a complete webpage while online, for which htttrack works and can download a mirror of an entire site and which is one of the answers there.
But what ...
0
votes
1
answer
67
views
All black part of image turning white after opening it in HTML? [closed]
All my web browsers (Firefox, Opera, Vivaldi, Edge) change black part of an HTML image into white part after half to one second. Any idea where this problem of switching black part to white come from?
...
1
vote
1
answer
95
views
How to specify which file types show in the Open File dialog in CodeLobster IDE?
I have an HTML editor (CodeLobster IDE) and when I do 'open file' a whole gamut of file types appear in the file box - including jpg, gif, and several others. Not sure why it thinks I want to edit a ...
3
votes
2
answers
614
views
How do I pass a parameter to a locally store web page from the context (right click) menu of Notepad++?
I'm trying to get this locally stored index.html to load into Firefox latest (Windows 10) from the context menu in NPP.
<Command name="OSM History" Ctrl="no" Alt="yes" ...
4
votes
3
answers
1k
views
Why does Pandoc not allow me to put a <div> within <a> in my HTML document?
I have a template like this one:
<html>
<head>
<title>Example page</title>
<link rel="stylesheet" href="./styles/styles.css">
<meta ...
0
votes
0
answers
99
views
How to pass a token and username to an FRP connection?
I've set up FRP as a reverse proxy to reach my local LAN. I've currently set it up so that it requires a password and username to login.
However, I'd like to set it up so that each connection has a ...
1
vote
1
answer
110
views
Firefox issue: How to scale pdf in embed tag
I'm trying to show a pdf file (load from database) using tag. It works fine in Google chrome, but giving really ugly results in Firefox. Here is a html code:
@{DataURL = string.Format("data:...
2
votes
1
answer
99
views
Converting extremely large, non-standard HTML canvas into PDF
I have a VERY big and VERY wide (layer size is 31Kx20K or bigger) html file rendered and I have a need to convert it to PDF, preserving proportions (so print wont work).
Is such thing possible? I do ...
-1
votes
1
answer
72
views
Strange alignment in HTML table [closed]
In https://UniGen.us/test.html —
Why is the word "Reserved" misplaced in Safari, Firefox, and DuckDuckGo?
That space does not exist in the HTML:
<html>
<head>
<title>This ...
1
vote
0
answers
210
views
How can I quickly convert a large PDF file with many pages into a PowerPoint (PPT) file? [closed]
I have approximately 10,000 PDF files that I’ve merged into files containing 500 pages each (20 files of 500 pages). Now, I want to convert each merged PDF file into a PowerPoint (PPT) file as quickly ...
1
vote
1
answer
52
views
How to show code or preformatted text sections of web pages in their integrity?
I frequently save pages from this site as pdf files for offline reference usage. But this make appear an issue, as some sections of the pages are boxed. This is the case for "code" or "...
2
votes
1
answer
379
views
Strange rendering issues with Chrome Browser: Code Blocks are actually rendered
I was doing some reading on HTML questions and ran into the weirdest problem. Questions like the one here (https://stackoverflow.com/questions/79478665/why-cant-i-remove-the-underline-from-my-...
4
votes
1
answer
263
views
Adding a context sensitive context menu entry for .htm and .html files
I am desperately trying to add a manually created context menu entry that is context sensitive; currently, the entry is displayed at anytime, which is not what I need, and the entry should be visible ...
0
votes
0
answers
151
views
Excel and html links
Over the past few days, I’ve been trying to figure out how to link from Excel to specific points (anchors) within an HTML page.
I don’t have any coding experience, but when I use links with anchor ...