Web Authoring FAQ
English
-
Nederlands
-
Français
Table of Contents
-
Entire FAQ (HTML)
-
Entire FAQ (Text)
This document answers questions asked frequently by web authors.
While its focus is on HTML-related questions, this FAQ also answers some
questions related to CSS, HTTP, JavaScript, server configuration, etc.
This document is maintained by Darin McGrew
<darin@htmlhelp.com>
of the Web Design Group, and is posted regularly to the newsgroup
comp.infosystems.www.authoring.html.
It was last updated on April 26, 2007.
- Preamble
- Other Documents
- Getting Started
- Web Publishing
- Web Design
- Hyperlinks
- Images
- Presentational Effects
- HTML Tables
- HTML Forms
- HTML Frames
- Preamble
- Copyright and Disclaimer
- Where is the latest version of this document?
- How can I contribute to this document?
- Can I email the author my questions?
- Credits
- Other Documents
- Where can I learn about the WWW?
- Where can I learn about HTML?
- Where can I learn about CSS?
- Where can I learn about SGML?
- Where can I learn about XML (XSL)?
- Where can I learn about XHTML?
- Where can I learn about SSI ("SHTML")?
- Where can I learn about CGI?
- Where can I learn about PHP?
- Where can I learn about JavaScript (LiveScript, JScript, ECMAScript, DOM)?
- Getting Started
- What is everyone using to write HTML?
- How can I show HTML examples without them being interpreted as part of my document?
- How do I get special characters in my HTML?
- Should I put quotes around attribute values?
- How can I include comments in HTML?
- How can I avoid using the whole URL?
- Should I end my URLs with a slash?
- How can I check for errors?
- What is a DOCTYPE? Which one do I use?
- Web Publishing
- Where can I put my newly created Web pages?
- How can I get my own domain name?
- How can I block my hosting service's advertisements?
- Where can I announce my site?
- Is there a way to get indexed better by the search engines?
- How do I prevent my site from being indexed by search engines?
- How do I redirect someone to another page?
- How do I password protect my web site?
- How do I stop my page from being cached?
- How can I disable the browser's right-click options? How can I protect my source, images, etc. from being copied?
- How do I hide my URL?
- How do I detect what browser is being used?
- How do I get my visitors' email addresses?
- Why is my custom 404 Not Found message not displayed?
- Web Design
- How do I include one file in another?
- How do I run a program on my web page?
- Which should I use, &entityname; or &#number; ?
- Should I use lower case or upper case for tags?
- For what screen size should I write?
- Why does my page display fine in one browser but incorrectly or not at all in another?
- Why does the browser show my plain HTML source?
- How do I freeze the URL displayed in a visitor's browser?
- How do I put links along the left side of my page?
- How can I specify colors?
- How do I change the color of some text?
- How can I specify my scrollbar colors?
- How can I specify fonts in my Web pages?
- Hyperlinks
- How do I create a link?
- How do I link to a location in the middle of an HTML document?
- How do I create a link that opens a new window?
- How do I create a link that opens a new window of a specific size?
- How do I let people download a file from my page?
- How do I force the browser to download a file? How do I force the browser to show/play a file itself? How do I force a file to be opened by a particular program?
- How do I create a button which acts like a link?
- How do I create a back button on my page?
- How do I create a button that automatically bookmarks my site?
- How do I create a button that prints my page?
- How can I make a button that closes the window?
- How do I create a link that sends me email?
- How do I specify a subject for a mailto link?
- How do I turn off underlining on my links?
- How can I have two sets of links with different colors?
- How can I make links change when the cursor is over them?
- Why are my hyperlinks coming out all wrong or not loading?
- Why does my link work in one browser but not in another?
- Why did my link to a ... file download a bunch of characters instead?
- Images
- How can I display an image on my page?
- Which image format should I use?
- How do I link an image to something?
- How can I create a thumbnail image that is linked to the full-sized image?
- How do I link different parts of an image to different things?
- How do I eliminate the blue border around linked images?
- Why am I getting a colored whisker to the left or right of my image?
- How do I eliminate the space around/between my images?
- Why are my images coming out all wrong or not loading?
- How do I make animated GIFs?
- How can I display random images?
- Can I put markup in ALT text?
- How do I align an image to the right (or left)?
- How can I specify background images?
- How do I have a fixed (non-scrolling) background image?
- How do I have a non-tiling (non-repeating) background image?
- Presentational Effects
- How can I make a list with custom bullets?
- How can I make a custom horizontal rule?
- Where can I get a "hit counter"?
- How do I display the current date or time in my document?
- How do I get scrolling text in the status bar?
- How do I right align or justify text?
- How do I indent the first line in my paragraphs?
- How do I indent a lot of text?
- How do I eliminate the margins around my page?
- How do I do a page break?
- How can I have a custom icon when people bookmark my site?
- How do I get an audio file to play automatically when someone visits my site?
- HTML Tables
- Can I nest tables within tables?
- How can I use tables to structure forms?
- How do I center a table?
- How do I align a table to the right (or left)?
- Can I use percentage values for <TD WIDTH=...>?
- Why doesn't <TABLE WIDTH="100%"> use the full browser width?
- Why is there extra space before or after my table?
- Are there any problems with using tables for layout?
- HTML Forms
- How do I use forms?
- How do I get form data emailed to me?
- How can I use tables to structure forms?
- How can I eliminate the extra space after a </form> tag?
- How do I make a form so it can be submitted by hitting ENTER?
- How do I set the focus to the first form field?
- How can I make a form with custom buttons?
- Can I have two or more Submit buttons in the same form?
- Can I have two or more actions in the same form?
- How can I require that fields be filled in, or filled in correctly?
- Can I prevent a form from being submitted again?
- How can I allow file uploads to my web site?
- How can I use forms for pull-down navigation menus?
- HTML Frames
- How do I create frames? What is a frameset?
- How do I make a link or form in one frame update another frame?
- Why do my links open new windows rather than update an existing frame?
- How do I update two frames at once?
- How do I get out of a frameset?
- How do I make sure my framed documents are displayed inside their frameset?
- Is there a way to prevent getting framed?
- How do I specify a specific combination of frames instead of the default document?
- How do I remove the border around frames?
- How do I make a frame with a vertical scrollbar but without a horizontal scrollbar?
- How do I change the title of a framed document?
- Why aren't my frames the exact size I specified?
- Are there any problems with using frames?
- Do search engines dislike frames?
Table of Contents
-
Entire FAQ (HTML)
-
Entire FAQ (Text)