|
I have been onto a web hosting site who offer HTML validator checking, when I pointed it towards one of my HTML pages it came back with no character encoding found. Is there something needed to be done to my html pages before up loading them to the web (via FTP client) before publishing. I am new to this.
HTML, I have created a web site using HTML using WordPad, to which it works quite well in IE7 what do I do now
The character encoding statement goes in the head section of the page and tells the browser how to interpret any special characters in the page. A typical example:
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
If you want to use the standard pc/Windows extended ASCII characters, use charset=iso-8859-1.
HTML, I have created a web site using HTML using WordPad, to which it works quite well in IE7 what do I do now
if ur page is looking fine in IE7 then just upload it using an ftp client like "cute ftp"
no need to use an html validator till u see any problems with ur code.
just upload ur file and see how it looks on web.
all the best
HTML, I have created a web site using HTML using WordPad, to which it works quite well in IE7 what do I do now
hmm,. too bad,. then just don't use it,. if u really wanted to check it,.. upload it even free ones such as geocities.... type on the wordpad SAVE AS <filename>.html
|