smile

Ok boys and gals... A small but very important lesson on HTML. CAPITAL letters do matter when it comes to file names and URL's. Tags do not really matter whether its capitalized or not, but if you tell the browser to look for http://surf.to/james.com it'll go to my wonderful page. If you tell it to go to http://SURF.TO/JAMES.COM the damn browser will come back with "page not found" or some other randomly cool recognition to the bad command. Again, please for heaven's sake, capitalize where your supposed to in URL's and page addresses. If you have a directory named SNIDERSDIR it is not snidersdir. If you name an HTML file james.html it will not work to try to look at JAMES.HTML. Another example is if you name a document JaMeS.html you have to specify to the browser to go to JaMeS.html, not to james.html or JAMES.HTML or jAmEs.html ect. ect....CAPS MATTER ON THE WEB. Check out the other few sections I've written on HTML, you might learn a few things.