• Welcome to The Cave of Dragonflies forums, where the smallest bugs live alongside the strongest dragons.

    Guests are not able to post messages or even read certain areas of the forums. Now, that's boring, don't you think? Registration, on the other hand, is simple, completely free of charge, and does not require you to give out any personal information at all. As soon as you register, you can take part in some of the happy fun things at the forums such as posting messages, voting in polls, sending private messages to people and being told that this is where we drink tea and eat cod.

    Of course I'm not forcing you to do anything if you don't want to, but seriously, what have you got to lose? Five seconds of your life?

Broken HTML?

Mad MOAI

Actually more of a harmour fan
When I try to put an image on my HTML page, it doesn't work. This is the HTML code:

Code:
<img src="the Messenger.JPG" alt="Messenger">

And when I put the code on my HTML page, it shows nothing. Not even a few spaces. It acts like I never put the code in. Help please?
 
Re: Help-TML :D

It's a problem with the space, most likely. Try this:

Code:
<img src="the%20Messenger.jpg" alt="Messenger">

Alternatively, are you sure the image is saved in the same directory as the page you're trying to put this code on?
 
Back
Top Bottom