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.

1043 questions
59
votes
1 answer

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 does.
Kredns
  • 2,957
  • 7
  • 39
  • 55
54
votes
1 answer

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
  • 751
  • 1
  • 5
  • 14
50
votes
3 answers

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
  • 1,657
  • 6
  • 22
  • 30
49
votes
6 answers

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 file? (so that I can take the screenshot on a…
SLaks
  • 7,844
  • 2
  • 34
  • 59
48
votes
11 answers

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 like 4112523 (excel probably interprets the cell…
Tomas
  • 6,581
  • 10
  • 38
  • 66
39
votes
2 answers

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 PNG format. I include an image using this in…
user46976
  • 1,308
  • 3
  • 18
  • 28
34
votes
4 answers

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 Chrome? Can I have the .html file open in Windows…
barlop
  • 21,540
  • 37
  • 125
  • 196
32
votes
3 answers

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 the non-hidden files and directories(so no…
Bentley4
  • 1,828
  • 6
  • 23
  • 36
28
votes
3 answers

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. Thunderbird is always pestering me with questions…
28
votes
3 answers

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 normally, but instead attempts to download the page as…
Sod Almighty
  • 522
  • 6
  • 15
25
votes
5 answers

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 compatible with Thunderbird 3.1.10". How else can…
Edward Tanguay
  • 12,975
  • 36
  • 99
  • 126
24
votes
6 answers

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 displaying/playing it? My quirky way around this is to…
Chud37
  • 466
  • 1
  • 5
  • 19
24
votes
6 answers

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. I tried getting html-helper-mode... I downloaded…
Carson Myers
  • 2,941
  • 5
  • 21
  • 23
24
votes
3 answers

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
  • 343
  • 1
  • 2
  • 7
23
votes
3 answers

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

For example, something to change:

to:

...that works on full pages and snippets. The built in Edit > Line > Reindent…
Dirk Diggler
  • 342
  • 1
  • 2
  • 7
1
2 3
69 70