Gazzer

Anonymous
hi am trying to put pic in to static page with out any luck all i get is a square where the pic should be and a square in side that with a red x this is the code ive put in or is it it just cant be done <img src="public_html/images/handspraying.jpg" width="49" height="47" alt="prayer" />

Status: offline

geiss

Forum User
Full Member
Registered: 02/10/04
Posts: 176
I believe you need the full URL of the image, like this:

Text Formatted Code

<img src="http://yoursite.com/images/handspraying.jpg" width="49" height="47" alt="prayer" />
 


Hope this helps!

Eric
Synergy - Stability - Style --- Visit us at glfusion.org

Gazzer

Anonymous
thanks that worked