Hmm. That is a bad practice to have an image link like that. That may very well be where the image resides on your machine but it really needs to be placed in the folder where your website resides because, if you were to purchase hosting from someone, that is not where the image will reside at all.
consider this directory structure
-WebFolder
-----Images
----------coseke logo.jpeg
-----YourPage.aspx
If your image control resides on YourPage.aspx the ImageURL could be any of the following:
./Images/coseke logo.jpeg
Images/coseke logo.jpeg <--This would only work if you were actually working in a domain and not off of localhost
~/Images/coseke logo.jpeg
hth.
================================================== =========
Read this if you want to know how to get a correct reply for your question:
http://www.catb.org/~esr/faqs/smart-questions.html
================================================== =========
.: Wrox Technical Editor / Author :.
Wrox Books 24 x 7
================================================== =========