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.

1077 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
  • 3,007
  • 7
  • 41
  • 55
57
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
  • 781
  • 1
  • 6
  • 14
54
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,944
  • 2
  • 36
  • 59
53
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
  • 7,249
  • 11
  • 44
  • 74
52
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,747
  • 6
  • 22
  • 30
45
votes
3 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,428
  • 3
  • 19
  • 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
  • 23,380
  • 43
  • 145
  • 225
33
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,908
  • 8
  • 23
  • 37
29
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
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
  • 516
  • 1
  • 7
  • 19
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
  • 531
  • 7
  • 17
28
votes
5 answers

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 associated media folder, but wherever I move this…
Mathew
  • 621
  • 5
  • 9
27
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
  • 13,695
  • 37
  • 102
  • 128
26
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
  • 363
  • 1
  • 3
  • 7
25
votes
4 answers

Command-line CSS selector tool

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:

Header

Dave Jarvis
  • 3,168
  • 5
  • 32
  • 37
1
2 3
71 72