Quote:
Originally Posted by philcollins
Sure... :
<img source= " folder/yyy.gif " />
I used absolute links, to get mine working right:
<img source= " http://www.abcc.com/images/abc.jpg />
I might add, while i was in there, I added bold tags ( <b> </b> ) to my forum descriptions. Simple, but looks much better.
|
You forgot the alt attribute. Also the source attribute is not correct.
Instead it should be:
HTML Code:
<img src = "url to the image" alt = "" />