This page is offered as a service of Bristle Software, Inc. New tips are sent to an associated mailing list when they are posted here. Please send comments, corrections, any tips you'd like to contribute, or requests to be added to the mailing list, to tips@bristle.com.
Last Updated: 11/26/2000
Applies to: IE 3+, Netscape 3+
Having trouble making Netscape or Internet Explorer your default Web Browser?
By default, the last one you install is the default, and the other one nags you each time you run it about whether you want to make it the default. Eventually, you get tired of the nagging, and click the checkbox on the nag screen of one of them to stop asking you. So how do you someday get it to ask again?
Netscape:
Edit the Netscape preferences file:
Internet Explorer 3.0:
Edit the Windows Registry:
[HKEY_CURRENT_USER\Software\Microsoft\Internet
Explorer\Main]
"Check_Associations"="Yes"
Internet Explorer 4.0:
From the IE menu: View | Internet Options | Programs, check the option: Internet Explorer should check to see whether it is the default browser.
Internet Explorer 5.0:
From the IE menu: Tools | Internet Options | Programs, check the option: Internet Explorer should check to see whether it is the default browser.
--Fred
Last Updated: 10/5/1999
Applies to: HTML 3+, IE 3+, Netscape 3+
Ever create an HTML table full of data and notice that the cells that happen to be empty have no gridlines around them to define the table? For example:
1 | 2 | 4 | |
5 | |||
9 | 12 |
[If the above table looks as good as the one below, it is because my HTML editor once again "fixed" the problem for me, by automatically applying the solution I describe below. Very helpful, but makes it hard to make my point... Grrr!! --Fred]
A good way to prevent this it be be sure to put at least a single space inside each cell. Unfortunately, since HTML is largely insensitive to whitespace, it may not be sufficient to just use a space, like:
<td> </td>
Instead, you may have to use a non-breaking space, like:
<td> </td>
If you do this in every empty cell, the table has all of its grid lines intact:
1 | 2 | 4 | |
5 | |||
9 | 12 |
--Fred
Last Updated: 10/6/1999
Applies to: HTML 3+, IE 3+, Netscape 3+
Ever wish you could get HTML to stop re-formatting your text? Sometimes you put in a line break because you wanted it to be there, or indented a line by just the right number of spaces and want to left alone. To tell the browser that you text is already formatted, use the <PRE> and </PRE> tags.
--Fred
Last Updated: 2/21/2001
Applies to: HTML 3+, IE 3+, Netscape 3+
Looking for a free program to edit your graphics files (GIF, JPEG, etc.) or to convert files from one graphics format to another? Here are some for various platforms:
Any more to suggest? Send me mail, and I'll add them to the list.
--Fred
©Copyright 1999-2021, Bristle Software, Inc. All rights reserved.