|
When I try to save my notepad code as an html document before uploading, I noticed it gives coding options, ANSI, Unicode, Unicode big endian, and UTF-8. What should I do?
The Doc statement I settled on was...
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
The site has been reworked. Unfortunately since the race is 112808 and I don't have the time to learn to be a web making god, I stuck with what I knew, as limited as it is.
Does anyone have an ideas to improve this site for multi-resolution and cross-browser compatibility without starting over?
Thanx
|