Frequent Questions Answered
You've heard of Frequently Asked Questions? These are some of the answers
Added 2001-12-01
Web development, like any other endeavour, has its share of frequently asked questions. Here are some of the answers.
Legend
-
Hover over the pin to see the question. Use as bookmark/favorite. -
Visit the indicated site. -
Visit a detailed article on the subject
at evolt.org.
The Answers:
What's so bad about the mailto: url?
Some browsers do not have an email program
Where did that little icon in the address bar come from?
Favicon.com
![]()
How can I force Netscape to show the background colour in empty cells?
Use <td> </td> or <td><br /></td>
How do I stop the table background from tiling in Netscape?
Put the background image in an outer table
How can I hide my source code?
How to prevent theft of your source code! ![]()
Can I make the options in one select menu determine the options in another?
Universal Related Popup Menus ![]()
Is there a javascript for viewing only the links on a page?
Bookmarklets.com ![]()
What's a "custom 404" page and how do I create one?
404 Research Lab
![]()
Why is M y C o m p a n y a bad <title> for search engines?
Nobody's going to search for it spaced out like that
How can make the page content go all the way to the edge of the window?
body { margin:0px; }
That doesn't help, there's still a margin!
<body marginwidth="0" marginheight="0">
That STILL doesn't help, the margin is still there!
You just can't do it in Netscape 3
How can I fix it so IE6 doesn't center my page contents?
p, td { text-align:left; }
Why does my link give "Page Not Found"? The page is there!
Change each space in your url to %20
How do I get rid of the coloured square around my radio buttons in Netscape?
input.radio { background-color:#xxxxxx; }
![]()
Can I force page breaks when printing a web page?
style="page-break-before:always;"
Why do select lists show through my dhtml layers?
Z-index doesn't work (demo) in older browsers
![]()
Are there any etiquette guidelines for email?
How to Write Effective Mailing List Email ![]()
Why are there gaps in my table layout?
You have white space in front of your </td> tags
How can I get url variables and their values using javascript?
.jeff's js_url_variables ![]()
How do I get SSI to process html files instead of shtml?
AddHandler server-parsed .htm .html .shtml .shtm
![]()
How do you create those slick dropdown menus?
HierMenus CENTRAL ![]()
Why do I see a blank page when I view source?
Just scroll down until you see it
How do I redirect to a different web page?
<meta http-equiv="refresh" content="5;url=xxx.html">
How do I view a style sheet file? IE just seems to sit there
view-source:http://example.com/basic.css
What's this "foo" that everybody keeps talking about?
Jargon File 4.3.1 ![]()
When should I not use ALIGN on my table?
Aligning <table width="100%"> doesn't make sense
Is it possible to do rollovers for portions of an imagemap?
.jeff's imagemap_rollover ![]()
How do I create those neat tooltips?
overLIB ![]()
How can I get rid of the extra space in my form table?
Move the <form> ... </form> tags around the table
That doesn't help, there's still extra space on the page!
form { margin:0px; }
Is there a way to find out who owns a particular domain?
Allwhois.com
or
BetterWhois.com ![]()
Help! In Netscape my entire page is blank!
Your </table> tag is missing
Why does the W3 validator flag my url query strings?
Change all the ampersands in your urls from & to &
here can I find out what the XYZ file type is?
Ext Search
or
Wotsit's Format
or
whatis.com ![]()
Why do I have to close my <p> tags?
because <p> is a container
![]()
What's the best way to preload my rollover images?
.jeff's preload_n_rollover
or
ppk's Mouseover ![]()
Is there a way to position the popup window on the screen?
screenX=300,left=300,screenY=50,top=50
How come www.example.com works but example.com without the www doesn't?
Fix Your WWW! ![]()
How do i remove the underlines from my links?
style="text-decoration:none"
Is it possible to know what kind of software a site is running?
Netcraft.com ![]()
Why does <a href="#" onclick="foo()"> cause the browser to jump to the top of the page?
Because your page doesn't have an "#" anchor
![]()
How deep can I nest html tables?
Table Stress Test ![]()
How can I disable the back button / right-click menu / enter key?
Don't
A number of the above FQAs are explained more fully in Craig Saila's excellent Web Design Tips, a collection of tips about HTML and graphics. The overlap is purely coincidental, and simply proves that these are, indeed, frequently asked questions.
Be sure to visit Shirley Kaiser's truly comprehensive WebsiteTips.com site, an invaluable resource for web developers. "You'll find HTML, CSS and color charts, font sites, search engine optimization sites, graphics and HTML tutorials and programs, usability and information architecture sites, informative articles, tips, over 2,400 categorized and annotated website links, graphics, and much more."
For additional web development tips, browse or search evolt.org's fabulous tip harvester.