aldridgedj
12-08-2002, 04:39 AM
I wrote html code using an external css to display a picture. The image displayed when I previewed the sheet but when I upload it to the web the picture is not displayed. The html code is :
<html>
<head>
<link rel="stylesheet" type="text/css" href="lostfound.css">
<style type="text/css">
body {color: black; background: white; background-image: url("paper_b011.gif")}
</style>
<title>LOST & FOUND</title>
<br>
<h1>Can You Identify These People?
</head>
<p>
<img src=Bigdad.jpg alt="Big Dad and two ladies" border=0></img>
</body>
</html>
and the lostfound.css:
h1 {text-align:center; text-indent: 2.0em; font-family:Georgia,sans-serif; font-size:24pt}
h2 {text-align:left; font-family:Georgia,sans-serif; font-size:18pt}
p {font-family:Georgia,serif; font-size:10pt}
dt {font-weight:bold; font-family:Georgia,serif; font-size:12pt}
dd {font-family:Georgia,serif; font-size:10pt}
ul {list-style-type: square}
li {font-family:Georgia,serif; font-size:10pt}
blockquote {font-family:Georgia,serif; font-size:10pt; font-style:italic}
<html>
<head>
<link rel="stylesheet" type="text/css" href="lostfound.css">
<style type="text/css">
body {color: black; background: white; background-image: url("paper_b011.gif")}
</style>
<title>LOST & FOUND</title>
<br>
<h1>Can You Identify These People?
</head>
<p>
<img src=Bigdad.jpg alt="Big Dad and two ladies" border=0></img>
</body>
</html>
and the lostfound.css:
h1 {text-align:center; text-indent: 2.0em; font-family:Georgia,sans-serif; font-size:24pt}
h2 {text-align:left; font-family:Georgia,sans-serif; font-size:18pt}
p {font-family:Georgia,serif; font-size:10pt}
dt {font-weight:bold; font-family:Georgia,serif; font-size:12pt}
dd {font-family:Georgia,serif; font-size:10pt}
ul {list-style-type: square}
li {font-family:Georgia,serif; font-size:10pt}
blockquote {font-family:Georgia,serif; font-size:10pt; font-style:italic}