Skip to main content

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.

Filter by
Sorted by
Tagged with
59 votes
1 answer
41k views

Does an anchor tag come before the query string or after?

I am unclear if an anchor tag should come before a query string or after. http://www.domain.com/search?query=hello#name or http://www.domain.com/search#name?query=hello Or does it matter?
whoacowboy's user avatar
59 votes
1 answer
100k views

HTML Tag Auto Complete in Notepad++?

I would like for Notepad++ to add the closing tag when I finish typing the open tag. I know there is a plugin to do this for XML but it doesn't work on my HTML files and I have yet to find one that ...
Kredns's user avatar
  • 3,027
57 votes
7 answers
36k views

Is it possible to take a screenshot of a web page as an SVG image?

I have a webpage which is entirely vector-based (text, icon fonts, SVGs, but no PNGs, JPEGs, or GIFs). Is there any way to take a vector screenshot of that webpage and save it as a fully-scalable SVG ...
SLaks's user avatar
  • 7,994
55 votes
11 answers
213k views

Stop excel from converting copy-pasted number/text values to date

I'm copy-pasting some data from html table into excel. But excel automatically converts some text or number values to date! When I change the format, the number is perversed, the number is something ...
Tomas's user avatar
  • 7,499
54 votes
4 answers
110k views

How can I edit the HTML source code of an email in Outlook 2010 without any add-ins?

I need to be able to make HTML custom emails with div tags, formatting, and such, and I need to be able to send it with Outlook 2010. How is this possible?
Phoenix Logan's user avatar
50 votes
3 answers
59k views

correctly sizing PNG images in markdown with pandoc for html/pdf/docx

I am trying to use markdown with pandoc to convert a single document into html, pdf, and docx. It's an extremely simple document containing only math-less text and a few images. The images are in ...
user46976's user avatar
  • 1,538
34 votes
4 answers
245k views

Editing HTML source code with Google Chrome

In Internet Explorer I can open a local .html file and edit it by selecting "Source" in the "View" menu," make a quick change, and then "Refresh" (reload) the web page. How can I do that with Google ...
barlop's user avatar
  • 24.2k
33 votes
3 answers
18k views

How can I automatically convert all source code files in a folder (recursively) to a single PDF with syntax highlighting?

I would like to convert source code of a few projects to one printable file to save on a usb and print out easily later. How can I do that? Edit First off I want to clarify that I only want to print ...
Bentley4's user avatar
  • 1,938
29 votes
6 answers
547k views

How to download a file from a URL?

But let's say I have a URL, and it's either a SWF, a PNG or an MP3 or something. How can I force my browser (in this case I'm using Google Chrome) to download the file, instead of automatically ...
Chud37's user avatar
  • 546
29 votes
5 answers
8k views

Removing file / folder link after using "Save As..." then "Web Page, complete"

When you right-click save-as a web page in FF, the page is saved along with a folder containing any associated media that page needs (images, js, etc). My problem is that I want to reorganise the ...
Mathew's user avatar
  • 631
29 votes
3 answers
4k views

Configure Thunderbird to never send (or even try to send) HTML emails

Where can I tell Thunderbird always to send emails as plain-text, and never as HTML-formatted messages? I hate HTML-based email, and always do everything possible to send my emails as plain text. ...
Brent.Longborough's user avatar
28 votes
3 answers
8k views

Why does my browser attempt to download pages from http://clhs.lisp.se instead of viewing them normally?

This problem started a few weeks ago. Whenever I navigate to any page at http://clhs.lisp.se — for example this one: http://clhs.lisp.se/Body/m_w_open.htm — my browser doesn't display the page ...
Sod Almighty's user avatar
28 votes
5 answers
40k views

How can I view the HTML of a Thunderbird e-mail?

I am writing an e-mail in Thunderbird, formatting it with bold, italic, bullets, etc. When I am finished, I would like to copy the HTML to my blog. I tried the Edit HTML Source Add-On but it "is not ...
Edward Tanguay's user avatar
27 votes
3 answers
22k views

Notepad++ Jump between opening and closing html tags

If I've currently got a html tag highlighted in Notepad++, is there a way to automatically jump to the closing tag and vice-versa?
keith's user avatar
  • 373
25 votes
6 answers
15k views

Is there any *good* HTML-mode for emacs?

I love emacs, and I want to do my web-programming work in it, but I can't find a way to get it to edit HTML properly. I mean it's seriously awful. It will do HTML fine, but not PHP, javascript, etc....
Carson Myers's user avatar
  • 3,121
25 votes
4 answers
12k views

Command-line CSS selector tool [closed]

Question What tool (preferably for Linux) can select the content of an HTML element based on its CSS path? Example For example, consider the following HTML document: <html> <body> &...
Dave Jarvis's user avatar
  • 3,258
25 votes
4 answers
71k views

Transform linked images to embedded images

I have imported a HTML report into word by opening it (open index.html in Word) and copy / paste the result as an annex into my Doc. It worked fine, except that all the images (200 of them) are ...
Raphael Jolivet's user avatar
23 votes
2 answers
17k views

Why is "It works!" showing up at my http://127.0.0.1 (localhost)?

So, I was playing around with Java sockets, servers and streams, the other day, and I decided, purely out of curiosity, expecting no good results, to open Google Chrome and navigate to 127.0.0.1, and ...
Carter Pape's user avatar
23 votes
2 answers
9k views

HTML or rich e-mails do not work with Enigmal in Thunderbird

I would like to be able to receive HTML/rich e-mails, but since I installed Enigmail for Thunderbird, this has not been possible. All e-mails are shown as plain text or not shown at all. This has some ...
Lars's user avatar
  • 825
23 votes
4 answers
49k views

Is there an HTML auto-indentation feature or plugin for Sublime Text (aka prettify/beautify/format)?

For example, something to change: <section><article><h1></h1><p></p></article></section> to: <section> <article> <h1></h1&...
Dirk Diggler's user avatar
22 votes
6 answers
10k views

Get Firefox to ignore HTML 5 autocomplete tag setting?

With HTML 5 there is a new attribute called autocomplete. If it's set to autocomplete=off, then the browser does not store the password. How can I override this setting, short of modifying the ...
user avatar
21 votes
5 answers
17k views

How to configure the default app to open tel: links in MacOS X?

When clicking tel: links in Safari, such as: <a href="tel:+3361234567890">call</a> the FaceTime app opens. How can I configure it to open Skype instead?
BenMorel's user avatar
  • 981
21 votes
1 answer
9k views

How long until an old website visitor sees new web design?

Given that there are no cache settings in the HTML page, how long until an old website visitor see a new website design without force refresh?
IMB's user avatar
  • 5,533
21 votes
5 answers
30k views

How to take a screenshot of an entire scroll element?

I searched the Internet to find a way to do it, but I didn’t find anything that works. I use the web version of Tinder app. There's a chat section inside a div and I want to take a pic of the entire ...
Eduardo M's user avatar
  • 490
21 votes
1 answer
8k views

HTML - Historical or technical reason for target="_blank" with underscore?

Until today I am wondering why target="_blank" has not become target="blank". I am sure the browsers could understand this as well. Are there any historcal or technical reasons for this decision / ...
Avatar's user avatar
  • 2,694
21 votes
8 answers
60k views

Notepad++ auto complete HTML end tags after </ (like Dreamweaver does)

In Dreamweaver typing </ will automatically close the last open tag, so you don't have to type it all out, and it helps if you aren't sure if you closed one or not. Is there a plugin that dose this ...
zeel's user avatar
  • 3,258
20 votes
5 answers
53k views

View rendered html of html document in new Google Drive

In the old Google drive—before the material redesign—one could open an HTML document and that would show the source in a modal (pop-up window with an overlay behind it). Then when you pressed open ...
irfan's user avatar
  • 201
18 votes
2 answers
11k views

How to navigate between begin and end html tag in Vim?

For example, if I want to jump to the close form tag. how could I do this?
Jichao's user avatar
  • 7,570
17 votes
6 answers
202k views

How can I create a link to a specific position on a web page? [closed]

Is it possible to create a hyperlink to a specific scroll position on a web page? For example, I'd like to create a link to http://www.stackoverflow.com/, but with the page scrolled down 100 pixels.
Anderson Green's user avatar
17 votes
4 answers
7k views

How to send rich text to the clipboard from command line?

How can I send html to the clipboard as rich text from a script? My end goal is create a script so I can paste content from a source file into an email, but I want a general answer for pasting into ...
idbrii's user avatar
  • 1,209
17 votes
2 answers
10k views

Copy colorful terminal (emulator) text output and paste as HTML?

I want to write notes (in HTML format) when learning Linux. When I need to note colorful terminal text output, I want the color of terminal text can be remained in my notes, e.g.: Note 1: Test The ...
LiuYan 刘研's user avatar
17 votes
1 answer
9k views

Rendering HTML from a pipe

I would like to be able to generate HTML then pipe it to a program which will render it, something like this: for i in 1 2 3 do for j in a b c do echo "<table border="1"><tr&...
Barton Chittenden's user avatar
16 votes
3 answers
42k views

How to get code block with syntax highlighting into LibreOffice Writer

I am using Linux. I want to write small pieces of code and paste them into LibreOffice Writer. I do not care too much about which code editor to use, although preferably it would be ViM or Sublime ...
user2891462's user avatar
15 votes
2 answers
2k views

Why is @ in email address sometimes written as [at] on webpages?

Why is @ sometimes in webpages written as [at]? Does it have any specific reason ?
Sai's user avatar
  • 177
15 votes
1 answer
33k views

How can I add autocomplete in notepad++ for javascript in an .html file?

Notepad++ does auto-complete for html and also for JavaScript. but the auto-completion depends on file extension.html file supports completion for html only. Is there a way to enable auto-completion ...
Nikhil's user avatar
  • 251
14 votes
6 answers
9k views

Is it possible to view HTML source auto-formatted in Firefox

I am writing a Web site in PHP, and the HTML it renders is not well formatted and hard to read in Firefox (most of it is on a single line). I don't want to mess up my PHP code by adding loads of ...
Willbill's user avatar
  • 266
13 votes
9 answers
7k views

How do I send email in plain text rather than HTML in my email client?

For various reasons, I often have to help friends and family to send email in plain text rather than HTML. However, many of them use email clients that I'm not familiar with, forcing me to search the ...
13 votes
1 answer
6k views

How to add Mac's command special sign into a markdown document using HTML tags?

I have a markdown document with the following line: Press CMD+SHIFT+> In HTML: Press <kbd>CMD</kbd> + <kbd>SHIFT</kbd> + <kbd>></kbd> Instead of CMD I ...
jusepe's user avatar
  • 437
13 votes
5 answers
39k views

Downloading blob image

Some websites have something like this: <img src="blob:foo" alt="bar"> The "Save Image As" function in Firefox doesn't let me save the image blob:foo. I can't download the image by using "Save ...
Anonymous's user avatar
  • 131
13 votes
2 answers
22k views

How to convert HTML to text?

How it is possible to convert HTML to text file in Linux? For example I want to curl a query to Google, then convert the output html to text and read converted text on my terminal. I am using RHEL6.
rivu's user avatar
  • 271
13 votes
2 answers
21k views

What happened to design view in Visual Studio 2013?

Visual Studio has the option to view html in 3 views: design, split an source. (image from VS2012) All 3 options seem to have disappeared in Visual Studio 2013. Any ideas?
Danield's user avatar
  • 393
13 votes
3 answers
2k views

Understanding CSS for user styling in a browser

I want to make a specific change to the appearance of a specific site in my web browser. This site uses CSS, so I think what I should do is write a user CSS override (please correct me if this is ...
Gilles 'SO- stop being evil''s user avatar
13 votes
5 answers
27k views

How do you use WGET to mirror a site 1 level deep, recovering JS, CSS resources including CSS images?

Pretend I wanted a simple page copy to be downloaded to my HD for permanent keeping. I'm not looking for a deep recursive get, just a single page, but also any resources loaded by that page to be also ...
Lana Miller's user avatar
12 votes
5 answers
162k views

Run a shell script with an html button

I want to launch a bash script when a button is pressed on a website. This is my first attempt: <button type="button" onclick="/path/to/name.sh">Click Me!</button> But no luck. Any ...
dukevin's user avatar
  • 554
12 votes
3 answers
31k views

How to see XML coding of SVG image created in Inkscape?

I heard that SVG files are made of XML and HTML but softwares like Inkscape are used to create SVG images easily without worrying about coding in XML. Hence after creating a SVG image I want to view a ...
raj's user avatar
  • 551
12 votes
5 answers
25k views

How can I send an Outlook 2007 email containing a linked image?

I want to send an Outlook email that contains an externally hosted image, but I can find no options in the UI that lets me do this. I want to insert the image's URL somehow, and have it appear as an ...
ChrisA's user avatar
  • 1,528
12 votes
5 answers
36k views

serve "normal" HTML pages from a Sharepoint server

I have a document authored in HTML with a TOC index page linking to numerous other pages, some having imgs etc. In other words, standard web content. My work location uses Sharepoint exclusively for ...
David Eves's user avatar
11 votes
5 answers
61k views

How to rename multiple files in multiple folders with one command

We want to rename our *.html files to *.php but (sadly enough) have not enough knowledge to do it with a cmd prompt command and/or batch file. The problem is that each file is in separate folder – ...
Charles's user avatar
  • 263
11 votes
8 answers
43k views

Paste html into Excel 2010 without Excel parsing the html

I'm running a query on SQL. Typically I can easily copy and paste the results from the query into Excel and it preserves the columns, rows etc. However, in this case I'm selecting a bunch of emails ...
merk's user avatar
  • 283
11 votes
1 answer
4k views

Windows deletes HTML files when I delete a folder [duplicate]

I have saved a HTML web page. I got a .html file along with a folder which has the same name. Both of these seem to be linked magically: if I delete the HTML file, the folder gets deleted as well if ...
Thomas Weller's user avatar

1
2 3 4 5
22