English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

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.

2007-01-31 01:24:27 · 10 answers · asked by multibite 2 in Computers & Internet Programming & Design

10 answers

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:


If you want to use the standard pc/Windows extended ASCII characters, use charset=iso-8859-1.

2007-01-31 02:45:57 · answer #1 · answered by injanier 7 · 0 0

Lee hit the nail on the head. Creating a website is a lot different than creating a forum, which is what you've provided as your examples. Forums use not only HTML and CSS, but also PHP and Javascript, among other things. HTML and CSS are used to create visual things, like the colors and the skin of the forum, and the PHP and other scripting languages make the forum work properly. Bottom line is you could make a website that LOOKS like those with only HTML and CSS, but in order to make a functioning forum that WORKS like those, you also need extensive knowledge of PHP, probably Javascript, and more than likely SQL would also be required. As for your other questions, I always use Notepad++, which is a free program (Google it). Then, I open up a browser with the page I saved open. In order to see the results of a new bit of code, I just refresh the local page. Alternatively, you could always get a program such as Dreamweaver that allows for a split interface, allowing code on top and a WYSIWYG (What you see is what you get) editor on the bottom. However, if you know code, they're pretty much useless and don't work as well as you'd think. Not to mention expensive.

2016-05-23 22:35:24 · answer #2 · answered by Anonymous · 0 0

The DOC type is placed at the top of your file (html, xhtml, css, etc) it is used to tell the browser what type of data follows.
There are DOC types for different code types and to specify if it is strict or transitional etc.
If a DOC type is NOT specified then the browser will try to display it as standard HTML BUT a validation checker usually requires it to be able to check your code properly.

If the browser displays the page correctly then there is no problem in using the file as is BUT I would check your page with other browsers as well. IE does not always follow strict web guidelines and although your page displays nicely in IE it may not with other browsers and as a lot of people prefer to use something other than IE then you should make sure your code is correct. Try firefox as this is a very popular one and does follow web guidelines.

A lot of web design software will automatically add the DOC line to your code for you but as you are using notepad then you will have to do it manually.

I also commend you for learning HTML properly and using notepad will mean you don't learn any bad habbits but I do sugest you download and use a web design package to make life easier. There are a lot of free ones and 2 I can recommend are:-
Maguma Studio (This is good for HTML, PHP, css, XHTML, javascript)
Cutepage (Not used it for awhile though as I have found Maguma to be ideal)

2007-02-01 19:53:40 · answer #3 · answered by Anonymous · 0 0

Well if your web page works fine on IE7 on your local PC just upload via FTP or by other means (some free hosting websites give u options to upload html files from webpages). That should be it.

2007-01-31 01:34:49 · answer #4 · answered by K 2 · 0 0

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

2007-01-31 01:32:15 · answer #5 · answered by Anonymous · 0 0

Perhaps you have the wrong DOC type, or perhaps forgot to include the encoding statement. You might want to check out this: http://www.w3.org/QA/2002/04/valid-dtd-list.html to ensure that you are using the correct one.

Also, here's where you might want to validate your HTML or (X)HTML doc: http://validator.w3.org/

And your CSS can be validated here: http://jigsaw.w3.org/css-validator/

DianeD
http://www.dironwebdesign.com/

2007-01-31 03:42:44 · answer #6 · answered by DianeD 4 · 0 0

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 .html

or better off,.. maybe u can learn basics but just introducing macromedia dreamweaver...
software i use to build html,.. with it, i could easily just drag and drop items i wanted for the site, and adjust sizes and move things visually with mouse.

2007-01-31 01:33:31 · answer #7 · answered by Ä?³? 2 · 0 2

Html validator? try here

http://milliondollarzhomepage.co.uk/htmlinstruction2.html

2007-01-31 01:35:43 · answer #8 · answered by Sir Sidney Snot 6 · 0 1

have you put the code thru a validator? try http://validator.w3.org/

2007-01-31 01:39:21 · answer #9 · answered by london_masti 2 · 0 1

business center is the biggest IT market of beijing china ,i want recommend the name brand goods Clavier、Earphone、Mouse、MEMORY CARDS、Card Reader Writer to you.my website is http://www.llpshop.com ,if you have interested in ,please check it . the business MSN is :llpshop_zol@hotmail.com the business email is :llpshop_zol@hotmail.com please don't mistake this times,if break in on you ,please understanding.thank you .

2007-02-02 23:44:01 · answer #10 · answered by jianfeng 1 · 0 0

fedest.com, questions and answers