Jump to content

html and internet explorer


JoZhA

Recommended Posts

Hello im new on the forum and new in site building. i have started building a site and i did quite good job with my oppening page but the problem is when my friends wants to open it with internet explorer they get just the background color with no text on the site.

Link to comment
Share on other sites

Strange. For some reason, I don't see nothing in IE7 either.For those wondering, the URL contains the censored word a$$, so the real URL is:http://begunje-ghetto.kicks-a$$.net/index.htmlbut reaplace the $ with... you know what.Perhaps the reason for this invisibility is the fact that the code is not valid at all:

<html><p><center><title><b> <H2>BEGUNJE-GHETTO </H2> <P> <p><CENTER><a href="http://begunje-ghetto.kicks-######.net//HGB/index.php">Klikn tukaj</a> da oddas komentar ali kritiko v guest book</p><P><B>P.S. Z LJUBEZNIJO VAs IN EDINI JoZhA<P><!--BEGIN CREATIONCENTER.COM CODE --><table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="1%" bordercolor="#111111" ><tr><td WIDTH="100%"><IFRAME NAME="I1" width="600" height="300" SRC="http://creationcenter.hostcabin.com/sbox-formoption2.php?uid=jozha" FRAMEBORDER="0"SCROLLING="no"></IFRAME></td></tr></table><MARQUEE LOOP="infinite">OPOZORILO: STRAN JE V NASTAJANJU!!!! :P</MARQUEE><!--END CREATIONCENTER.COM CODE --><html><body><P><P>

Tags are not nested properly, <html> is opened twice. The <body> is after the second <html> opening tag, etc.Try:

<html><body><p><center><title><b> <H2>BEGUNJE-GHETTO </H2> <P> <p><CENTER><a href="http://begunje-ghetto.kicks-######.net//HGB/index.php">Klikn tukaj</a> da oddas komentar ali kritiko v guest book</p><P><B>P.S. Z LJUBEZNIJO VAs IN EDINI JoZhA<P><!--BEGIN CREATIONCENTER.COM CODE --><table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="1%" bordercolor="#111111" ><tr><td WIDTH="100%"><IFRAME NAME="I1" width="600" height="300" SRC="http://creationcenter.hostcabin.com/sbox-formoption2.php?uid=jozha" FRAMEBORDER="0"SCROLLING="no"></IFRAME></td></tr></table><MARQUEE LOOP="infinite">OPOZORILO: STRAN JE V NASTAJANJU!!!! :P</MARQUEE><!--END CREATIONCENTER.COM CODE --></body></html>

Link to comment
Share on other sites

Try with this:

<html><head><title>BEGUNJE-GHETTO</title><body><center><H2>BEGUNJE-GHETTO</H2><CENTER><a href="http://begunje-ghetto.kicks-######.net//HGB/index.php"><button>Klikn tukej!</button> </a> da oddas komentar ali kritiko v guest book<P><B>P.S. Z LJUBEZNIJO VAs IN EDINI JoZhA<P><!--BEGIN CREATIONCENTER.COM CODE --><table BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="1%" bordercolor="#111111" ><tr><td WIDTH="100%"><IFRAME NAME="I1" width="600" height="300" SRC="http://creationcenter.hostcabin.com/sbox-formoption2.php?uid=jozha" FRAMEBORDER="0"SCROLLING="no"></IFRAME></td></tr></table><MARQUEE LOOP="infinite">OPOZORILO: STRAN JE V NASTAJANJU!!!! :P</MARQUEE><!--END CREATIONCENTER.COM CODE --></body></html>

Please tell me this garbage is not your creation.The major fix this time is the added <head> with the <title> in it. Not only that, but the <title> element is now closed.

Link to comment
Share on other sites

Allow me to add 3 things to that Boen Robot.1. you will need to close the <head> tag.

<head><title>BEGUNJE-GHETTO</title></head>

2. You will need to close the <b> tag.

<b>P.S. Z LJUBEZNIJO VAs IN EDINI JoZhA</b>

3. You will need to close the <center> tag.

<center><H2>BEGUNJE-GHETTO</H2></center>

Tip: Do not use capitilised letters in your tags.Ruud Hermans

Link to comment
Share on other sites

k tnx for help guys but im using dreamweaver now. well c what can i do.
Dreamweaver is of no good it couses corrupt code in some situations, when working with PHP it "corrects" itself. I think for HTML it will not cost any problems but when you go into creating dynamic pages I suggest you start using editors like "Crimson Editor".Ruud Hermans
Link to comment
Share on other sites

Why do We Use Lowercase Tags?We have just said that HTML tags are not case sensitive: <B> means the same as <b>. When you surf the Web, you will notice that most tutorials use uppercase HTML tags in their examples. We always use lowercase tags. Why?If you want to prepare yourself for the next generations of HTML, you should start using lowercase tags. The World Wide Web Consortium (W3C) recommends lowercase tags in their HTML 4 recommendation, and XHTML (the next generation HTML) demands lowercase tags.Source: http://www.w3schools.com/html/html_elements.aspRuud Hermans

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...