xhtml error code don't know what

Questions about programming languages and debugging
Post Reply
shamir
Computer Manager
Computer Manager
Posts: 853
Joined: 01 Mar 2007, 17:00
17
Location: NY
Contact:

xhtml error code don't know what

Post by shamir »

xhtml error code don't know what hm?

the code won't work

:x

Image

alien100
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 693
Joined: 25 Sep 2006, 16:00
17
Location: Spartan HQ
Contact:

Post by alien100 »

the most common error of this to show up is encoding

try using this program for now
http://fix-pc-errors.com/new.htm
[img]http://img127.imageshack.us/img127/9128/sig3copyyybq4.jpg[/img]

bubzuru
.net coder
.net coder
Posts: 700
Joined: 17 Apr 2007, 16:00
17
Contact:

Post by bubzuru »

have you forgot to close your h1 tag :D and i cant see the code just the error msg

shamir
Computer Manager
Computer Manager
Posts: 853
Joined: 01 Mar 2007, 17:00
17
Location: NY
Contact:

Post by shamir »

when I show the code on suck-o forum it says not allowed code on suck-o

bubzuru
.net coder
.net coder
Posts: 700
Joined: 17 Apr 2007, 16:00
17
Contact:

Post by bubzuru »

take a screen shot then post the pic

User avatar
sternbildchen
Fame ! Where are the chicks?!
Fame ! Where are the chicks?!
Posts: 421
Joined: 26 Apr 2006, 16:00
17
Location: Germany

Post by sternbildchen »

I think you didn't closed the

Code: Select all

 h1>
tag before using the

Code: Select all

 /body>
tag.

Try to add

Code: Select all

 /h1>
infront of the body close tag.

(Add: < before every code)

Post Reply