이미지 전혀 안 열려요; 소스 좀 봐주세요.

Mozilla Firefox 사용에 대한 일반적인 질문과 답을 해 주는 게시판입니다. 질문을 하기 전에 FAQ를 읽어 보시는게 도움이 될 것입니다.
Post Reply
포티스

이미지 전혀 안 열려요; 소스 좀 봐주세요.

Post by 포티스 »

익스에서만 열리고, 모찔라에선 이미지가 전혀 안 열려요. 뭐가 문제인가요? 답변해주시면 정말 고맙겠습니다. (숙제 마감이 다가와서요;;;)

이건 HTML코드입니다.

<Force>
<DOCTYPE>
<html>
<head>
<meta>
<title>London's free newspaper</title>

<Begin>
<meta>
<meta>
<meta>
<meta>
<meta>
<End>

<link>
<CSS>

</head>

<body>

<div>

<This>
<div>
<div> <img src="../image/title/title4.gif" width="281" height="87" alt="title_image"></div>
</div>
</div>

<This>
<div>
<div>

<table>
<tr>
<td><div>Home</div></td>
<td><div>Why free?</div></td>
<td><div>Free papers</div></td>
<td><div>The future of newspaper</div></td>
<td><div>Photo report</div></td>
<td><div>Reference</div></td>
<td><div>Contact</div></td>
</tr>
</table>
</div>
</div>

<div>
<div>
<div>
<p><font><a href="C:%5CDocuments%20and%20Settings%5Cchoi%5CMy%20Documents%5CCOURSE%5Cit%5Ca_real%5Cindex.htm">Home></a></font></p>

<h1>One day in London</h1>
<p>With tired faces, travellers are flicking through thelondonpaper. The
photo on the front page is of Kate Moss, a fashion model, which is frequently
seen there. Some are devoting themselves to solving a sudoku puzzle. No
longer do people keep, look after or even respect newspapers.
A report in London's free newspaper from morning to evening.
<font><strong>read more</strong></font></p>

<h1>News free-for-all</h1>
<p> "Once upon a time, there were paid-for newspapers." "Oh!
Can you imagine that they were made of 'real' papers?" "I heard
of it. Some said that many pages were full of boring political news and
opinions. Who read them, then?" "So, that's why they disappeared!"
In the future, could all newspapers free? <br>
<font><strong>read more</strong></font></p>

<h1>Free daily papers</h1>

<p>In London, there are over 1.4 million free daily papers. According to
ABC (Audit Bureau of Circulations), in the UK, in November 2006, there
were 567,767 copies of Metro and 93,737 copies of City A.M. in the morning
and 800,000 copies of papers in the afternoon. Overall, the number covers
18% of Londoners. <strong><font> read more </font></strong>
</p>
<h1>Interview</h1>
<h4> "I earn 5 pounds per hour."</h4>
<p> <img src="../image/distributor_london_inter200.jpg" width="144" height="144" align="left" alt="distributor">He
is a college student from Pakistan. "If I don't sell papers, I have
to take them to the office." Like him, there are around 1,400 people
who distribute two free evening papers in London. Someone calls them 'flutters'
or 'the free-bies' and some people refer to them as 'media midges' 'litterers'
'pests' 'little sellers'. <strong><font>read more &
listen </font></strong></p>
<br>
<br>

</div>
</div>

<This>
<div>
<div> <img src="../image/reader_Metro_281x266.jpg" width="231" height="227" alt="reader">

<p>This is a practice for Internet Technology.</p>


<p>contact <a href="mailto:e.choi@ucl.ac.uk">e.choi@ucl.ac.uk</a>
</p>

<p><a href="http://validator.w3.org/check?uri=referer/">
<img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0 Transitional" height="31" width="88"></a>
<a href="http://jigsaw.w3.org/css-validator/">
<img src="http://jigsaw.w3.org/css-validator/images/vcss" alt="Valid CSS!"></a></p>

</div>
</div>
</div>

</body>
</html>


이건 CSS입니다.
body{
font-family: Georgia, Helvetica, sans-serif;
color: #666666;
padding:0;
line-height:1.5em;
}

img {
border:none;
margin:0px 10px 5px 0px;
}

p {
margin:0px 120px 20px 20px;
}

h1 {
font-size: 22px;
font-family: Georgia, Helvetica, sans-serif;
padding: 0;
margin :10px 20px 5px 10px;
color: #666666;
}

h4 {
font-size: 12px;
font-family: Georgia, Helvetica, sans-serif;
padding: 0;
margin-left:10px;
color: #666666;
}

h5{
font-size: 12px;
font-family: Georgia, Helvetica, sans-serif;
font-size: 12px;
padding: 0;
margin:0px 250px 20px 20px;
color: #663399;
}

#maincontainer{
position:fixed;
top:0;
bottom:0;
width: 840px; /*Width of main container*/
height:auto;
}

#titlesection{
height:87px;
margin-left:220px;
}

#menusection{
font-size:9px;
font-family: Georgia, Helvetica, sans-serif;
height:40px; /*Height of top section*/
margin :0px 120px auto 220px;
background:#CCCCCC;
}

#contentwrapper{
float: left;
width: 100%;
}

#contentcolumn{
padding-top:0px;
padding-left:10px;
margin-left:220px; /*Set left margin to LeftColumnWidth*/
}

#leftcolumn{
position: absolute;
top: 107px;
bottom: 0px;
left: 0px;
width: 230px;
height: 1486px;
overflow: hidden;
border-right:1px solid #ccc;
background:#FFFFFF;
visibility: visible;
font-size: 12px;
font-family: "Times New Roman", Times, serif;
}

#table{
border-collapse:separate;
}

#td{
border:2px solid white;
padding:2px;
}

#a:link{
color: #330033;
text-decoration: none;
}

.innertube{
margin:0px 0px 0px 0px;
}


제가 제대로 이해를 못하고 만들어서 그런 것 같아요;; 어디가 잘못 된 걸까요?
흑마법사
해커
해커
Posts: 465
Joined: 2006 10 17 19:13 11
Contact:

Post by 흑마법사 »

죄송하지만 "HTML사용 불가"에 체크를 하시고 다시 올려봐 주시겠습니까?
Post Reply

Who is online

Users browsing this forum: Ahrefs [Bot] and 1 guest