|
|
 |
|
|
Pages: 1
I'm trying
(Click here to view the original thread with full colors/images)
Posted by: Fred
dont mint the content just patsed from somewere th work with. Plz look at the source code and tell me why the picture is not showing up.
<html>
<head>
<title> HEIHACHI MISHIMA • KING OF THE IRON FIST
</title>
</head>
<body>
<h4 align="center"><i>HEIHACHI MISHIMA • KING OF THE IRON FIST</h4><i>
<li>Country of Origin : Japan (although Japanese government denies it)</li>
<li>Fighting Style : Mishima Style Fighting Karate</li><br>
<li>Age : 73</li>
<li>Height : 179 cm</li>
<li>Weight : 80 kg</li>
<li>Blood Type : B</li>
<li>Occupation : Leader of the Mishima Financial Empire</li>
<li>Hobby : Meditation, Bathing</li>
<li>Likes : Ruling the World</li>
<li>Dislikes : Nothing</li>
<p>
HEIHACHI MISHIMA
<img src="heihachi.jpeg"
width="600" height="450">
</p>
</body>
</html>
I have the picture in the same dir and sre the measurements in pixals?
Posted by: Fred
Sorry spelling did not look
Posted by: Kdr Kane
heihachi.jpeg <= should be => heihachi.jpg
Does that help?
Posted by: Fred
no I don't this tough (view source on this site scares me). What's wrong with the picture?
Posted by: Canis Lupus
If it doesn't work using .jpg, then there's something wrong with the piture, or the picture itself is not located in the same directory as the HTML file that points to it.
Try putting the picture in the same folder where you have the HTML file, and make sure you can view it using your browser, if not you may have to re-do the picture, or convert it to GIF and see if it works..
Posted by: Janitor
Don't forget to check the spelling on the filename - heihachi has to be easy for anyone to misspell, surely! Also, you could try just using
<img src="heihachi.jpeg">
- as in, without the height and width attributes, because they're not really necessary, and when debugging it's always good to simplify the problem!
The height and width attributes are indeed in pixels, unless you put a % after them.
|
|
|
|
|