i.e. < img src="http://www.someserver.com/yourimage.com" >
Leaving out the spaces after the < and before the > of course.
Leaving out the spaces after the < and before the > of course.
But remove the spaces inside the angle brackets - if I leave them in the HTML interpreter will make it a link and it will disappear ;) 5 posted on 01/10/2010 8:11:03 AM PST by relictele
<img src="http://www.someserver.com/yourimage.com">where I commanded the < and > displays by typing < and > respectively (and where I commanded the &s in that last statement with & codes).