<img src="filename.xxx" width="x" height="x">
The reason for this is two fold. Firstly, Netscape will load all of the images before displaying any of the page if the attributes are not included. Possibly resulting in a significant pause if there are a lot of images. Secondly, Explorer will show the whole page but will have a little symbol instead of your image, but does resize the images after contact has been made, so the layout goes back correctly afterwards. So if you want a faster display with Netscape and a page that wont loose it's layout then specify these two attributes!
<body bgcolor="black" background="filename.xxx" text="white">
If no bgcolor attribute had been used and the background wasn't downloaded it would be very hard to read on a light coloured background especially Netscape's default white!
<a href="mailto:[email protected]?subject=Whatever">
Then whenever someone uses that link to mail you there subject will automatically be filled in. Although this one may not work for users of Internet Explorer.
- Thanks to Mike for this one!
What you need to do is create a .ram file. All a .ram file is, is a text file with URL's to real audio files written in them and saved with a .ram extension. You can have as many URL's in the .ram file as you like, each must be on it's own line, this will play each specified Real Audio file one after the other.
style="text-decoration: none;"
So a whole anchor tag would look like this:
<a href="URL" style="text-decoration: none;">Link description</a>