tony_arc Posted November 25, 2004 Posted November 25, 2004 i have a sort of problem... i have just finished my index page for the site and it werked pretty well... the only problem i have is the pics how do i noe the link of my pics in order to place them into the html of the page? when i right-click the image and find the link... it is not accessable... all my pics are in the public_html/images folder... but i dunno what the link for the images in there are... plz help T.T Quote
TCH-Don Posted November 25, 2004 Posted November 25, 2004 (edited) Try <img src="images/picture.jpg" width="300" height="225" > Using the picture name, height and width for your image. Edited November 25, 2004 by TCH-Don Quote
tony_arc Posted November 26, 2004 Author Posted November 26, 2004 thx alot! so can i do that wit the rest of my files... put>> folder name/ file name ? Quote
TCH-Don Posted November 26, 2004 Posted November 26, 2004 (edited) Yes, glad that helped. I have a link that has a lot of information for beginners and advanced as well http://www.tizag.com/htmlT/ It may help, and has a nice html reference with examples. Edited November 26, 2004 by TCH-Don Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.