Questions tagged [html]
Use for questions about the use of HTML on web applications from the end-user point of view. HTML questions about developing a web application are OFF-TOPIC.
100 questions
1
vote
0
answers
39
views
Youtube URL / Page for user account notifications?
I want to open the recent Youtube notifications in the browser/Firefox in logged-on state (new vids, posts, comments, suggestions, ... ), like when pressing the bell icon, but as a separate more ...
1
vote
1
answer
352
views
How to have a HTML submit form for ChatGPT4?
I can create a html submit form for Google, example:
<form action="https://www.google.com/search" method="get">
<input type="text" name="q" ...
0
votes
1
answer
148
views
How to download an image - no image file given [closed]
I would like to download a logo from a webpage. The problem is that there is no url to the image file such as a .png, .gif or .jpg.
How to find the path to the logo? The path highlighted after ...
1
vote
0
answers
32
views
Use reverse geocoding to get an adress as variable
I am trying to make it so when a truck driver presses a button when he starts for the day, i can see what his location is at that very moment so i know where my drivers are starting from.
I am trying ...
1
vote
1
answer
253
views
How to put coloured HTML text in the way that it is shown in a browser into Google Docs?
This is taking up How to copy plain text HTML/formatting method into Google Docs.
Taken from How to copy the "tree" command output from Linux Terminal without losing the red/blue/white ...
0
votes
1
answer
611
views
How to create HTML mail in Gmail? [duplicate]
I would like to send an HTML mail using Gmail.
Following
https://www.campaignmonitor.com/blog/how-to/how-to-create-an-html-email-in-gmail/
I just copied my HTML into the message, but it did not work, ...
0
votes
0
answers
454
views
How to copy and paste HTML (including images) from password protected pages?
I want to copy HTML (including images) from a web page to google docs.
This works fine if the web page is public.
But if the page needs a login, then the images are not inserted into google docs.
I ...
1
vote
1
answer
993
views
Exception: The parameters (HtmlService.HtmlOutput) don't match the method signature for Ui.showModalDialog
Here is my HTML file "Creds.html":
<form id="Creds">
Client ID: <input id="id" type="text" width="45"><br>
...
0
votes
1
answer
7k
views
Type error: cannot read property getid of null in google script
When I run this script it show me this error. I can't understand what I do. Its function is to transfer results from html form to Google Sheet. Can anyone solve this problem?
var sheetName = 'Sheet1'
...
1
vote
1
answer
167
views
Custom 404 page not working (Blogger)
So I wanted to make a custom 404 page on my Blog. I went in Settings > Errors and redirects > Custom 404 And pasted this Markup:
<h1 style="height: 0px; text-align: center;"><...
0
votes
1
answer
172
views
Combining Separate Scripts into One
I've been trying to figure out a solution to this for a few weeks & I think I'm at the home stretch, but having some trouble piecing it together. With great help, I have a script (below) that ...
0
votes
1
answer
1k
views
Adding HTML into sendEmail [duplicate]
I've got an email that populates when the sheet is edited. But the body of the mail displays strange line breaks that aren't in my code.
My code:
function processEdit(e) {
MailApp.sendEmail({
to:...
1
vote
1
answer
8k
views
Is it possible to import data into Google Sheets that is in a <div>?
I've been using =ImportHTML() but it seems a bit limited to what it can import from websites, from what I've seen it looks like you can only import from a site that has the data in a table or a list, ...
0
votes
1
answer
85
views
How can I force NYSE to show me a full, unfiltered list?
I am trying to retrieve all of the company names & their symbols from the NYSE Arca (a subsidiary of NYSE). A site exists that lists all of these, but it only lists about 10 results at a time. ...
0
votes
0
answers
317
views
How to separate direct sibling elements into different columns?
So basically I'm trying to import a list of values from a certain web-page into my spreadsheet and I'm stuck. I want to make a list of names with their corresponding number stages next to them, all ...