CODE
<html>
<head>
<title>
Stickywickett
</title
</head>
<body>
testing <br>
linebreak and whitespace testing <br>
tab testing <!--comment--><br>
<p>Also, check out this dog:</p>
<img src="images/dogtongue.jpg" width="260" height="194"/>
</body>
</html>
<head>
<title>
Stickywickett
</title
</head>
<body>
testing <br>
linebreak and whitespace testing <br>
tab testing <!--comment--><br>
<p>Also, check out this dog:</p>
<img src="images/dogtongue.jpg" width="260" height="194"/>
</body>
</html>
I'm just trying to have a platform to build a website on as I learn HTML & PHP, thus the ridiclulous amout of simplicity at the moment, but I've run into an issue. The image does not display on the website, but does when I open the html doc from a copy I have on my local system.
Am I just being an idiot, or is there something I need to do with the ftp to allow it to display, or is there something I'm missing?
