Jump to content

help needed


stebbi

Recommended Posts

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="#" />
<meta name="keywords" content="#" />
<meta name="author" content="#" />
<link rel="stylesheet" type="text/css" href="page.css" media="screen" />
<link rel="stylesheet" type="text/css" href="post.css" media="print" />
<title>Anna´s Website</title>
</head>
<body>
<div class="page_wrap clearfix">
  <div class="header_text">
    <h1>Anna Ceridwen</h1>
  </div>
  <div class="topnav" id="nav"> 
    <ul>
  <li><a href="default.html">Home</a></li>
      <li><a href="Slideshow/index.html">Slideshow</a></li>
      <li><a href="book/guestbook2.php">Guestbook</a></li>
      <li><a href="divx.html">Video Clips</a></li>
      <li><a href="games.html">Games</a></li>
</ul>
  </div>
  <div class="container clearfix">
    <div class="box_right clearfix" id="box_right">
      <div class="box_cnr_top"><img src="images/cnr_tlgray.gif" alt="corner" width="8" height="8" class="cnr" style="display: none" /></div>
      <h3>Hi! This is me</h3>
      <div class="left"><img alt="" src="images/anna234.jpeg"/></div>
   <li><a href="calendar.js/EventList2007.html">My Diary!</a></li>
      <div class="box_cnr_bottom"><img src="images/cnr_blgra.gif" alt="corner" width="8" height="8" class="cnr" style="display: none" /></div>
    </div>
    <h2>Hello! Welcome To My Website</h2>
    <p><em>Thanks for dropping in, hope you enjoy. Don´t forget to sign my Guestbook.</em></p>
<br>
    <h2>About Me</h2>
<p>I was born in Iceland 30th july 1999 at 13:15 on a Friday.
      </p>
     <br>
    <h2>Ceridwen</h2>
    <p>Means "blessed poetry" from Welsh <em>cerdd</em> "poetry" and <em>gwen</em> "white, fair, blessed". This is the name of a Celtic goddess of poetry.
Pronounced: ke-RID-wen.</p>
<br>
    <h2>Fun Websites</h2>
    <ul id="list">
<li><a href="http://pollypocket.everythinggirl.com/home.aspx">Polly Pocket</a></li>
<li><a href="http://barbie.everythinggirl.com/">Barbie</a></li>
<li><a href="http://atv.disney.go.com/playhouse/tiggerandpooh//">Tigger & Pooh</a></li>
<li><a href="http://www.crayola.com/free-coloring-pages/">Color</a>, <a href="http://www.creatingmusic.com/">Make Music</a>, <a href="http://www.leikjanet.is">Games</a></li>

</ul>
<h2>News</h2>
<p>Coming soon .</p>

<p></p>



  
  </div>
  <div class="footer" id="footer">Copyright, 2005 (***********)  &#8226;  
    Design by: <em>*******</em> 
    for<em> ***********</em>.
</div>
 <table width="133" border="0" cellspacing="0" cellpadding="3"><tr><td align="center"><a href="http://www.hit-counter-download.com/web-stats.html" target="_blank"><img src="http://www.hit-counter-download.com/cgi-bin/image.pl?URL=88698-8771" alt="click here for website analytics web page" border="0" ></a></td></tr><tr><td align="center"><font style="font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #330000; text-decoration: none;"> <a href="http://www.hit-counter-download.com/web-stats.html" target="_blank" style="font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 9px; color: #555555; text-decoration: none;" title="web analytics guide">web analytics guide</a> </font></td></tr></table>
<a href="http://www.freedomain.co.nr/" target="_blank">
<img src="http://zrzzaoa.so.com.ru/but1.gif" width="88" height="31" border="0" alt="Free Domain Name - www.YOU.co.nr!" /></a>
</div>
</body>
</html>

Link to comment
Share on other sites

I've just copied that code into a HTML file and viewed it in both IE and Firefox and I'm not getting the  that you mentioned.

 

It's worth mentioning though, that you don't need the lines 1 and 4, and delete everything in line 2 apart from <html>.

 

can you send me your 2 css files? I'll PM you my email address.

Link to comment
Share on other sites

It's worth mentioning though, that you don't need the lines 1 and 4...

 

That is incorrect. The first line is the most important line in the whole document. Line 4 is just as important as it states the characters set used. Otherwise, the computer would use the default which sometimes IS NOT english.  ;D

 

To answer the question, go into notepad and replace line 4 with:

 

<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

 

Next, change your doctype to Xhtml 1.1.

 

If everything fails, rewrite the page. You may have a hidden character somewhere in the document that the computer doesn't recognize and doesn't show up on notepad...  :'(

Link to comment
Share on other sites

It's worth mentioning though, that you don't need the lines 1 and 4, and delete everything in line 2 apart from <html>.

 

Horrible advice. Line one is necessary for the browser to know what standards to compare your document against. Line four tells the browser what charset to use. And the XLMNS and language attributes in the HTML tag help the browser as well.

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.