The HTML Goodies Web Site receives an average of 200 e-mailed questions every day. After all this time, I still try my best to answer every one. What follows is a good representation of the questions gathered during a three-week stint in August of 1997. There are 250 questions in three sections.
For this section, I've tried to gather questions that aren't covered in the tutorials. Most of the answers I give direct people to certain sections of the Tutorials. The following questions required something more than a redirect.
I've cleaned up the grammar and the language a bit, but for the most part, I took these questions and answers right from my e-mail program's out box.
1. Q. You state that I should always surround commands inside commands in quotes. Sometimes I see pages where people don't. They write something like
<IMG SRC=image.gif> Well... should I use it or not?
2. Q. Do I really need the </TD> and </TR> at the end of a table? I made a table without them and it worked just fine. What gives?
3. Q. Does it matter if I capitalize the HTML commands or not?
4. Q. Should I always put new commands and sections on new lines?
5. Q. How do you make text blink?
6. Q. I tried to download a JavaScript from a page and even though the page said it had the script on it, when I looked at the page, it was blank.
7. Q. Is there a difference between using the hex color codes and using the word color codes?
8. Q. Do I need to have the # mark in front of color hex codes?
9. Q. How do I get rid of the border that surrounds an image when I make it a link?
10. Q. My whole page is one giant link! It's all blue and underlined! Help!
11. Q. My frame commands look correct but nothing comes up in the page.