View Single Post
04-30-2006, 11:04 AM
#2
sketchie is offline sketchie
sketchie's Avatar
Status: Senior Member
Join date: Jul 2005
Location:
Expertise:
Software:
 
Posts: 835
iTrader: 1 / 100%
 

sketchie is on a distinguished road

  Old

Makesure the image source is correct in your code. If you're not actually coding it and your just using the designer view, check in the code view for something like
<img src="C:\..." alt="" />
and replace it with
<img src="http://pathtoimage.com/image.jpg" alt="" />