Hi there,
I have am images folder in the public_html, but my images does not appear on my site. What am I doing wrong?
Anthony
Hi there,
I have am images folder in the public_html, but my images does not appear on my site. What am I doing wrong?
Anthony
On your home page,
<script src="Final.js" type="text/javascript"/>
should be
<script src="Final.js" type="text/javascript" ></script>
And Koala.jpg is NOT the same as koala.jpg ... file names are case sensitive on *nix.
Nothing is always absolutely so.