Sincraft Posted January 13, 2005 Posted January 13, 2005 Sorry if this has been discussed, I searched and did not find it. I would like to add an image to the 'main' area right below the Welcome guest and before where you normally have 'new products for' although I have featured items there now. I think I could do this using my html knowledge, but I am unsure as to if there is a proper way to do this in a dynamic fashion. Should I get a contrib if I want to do this often (changing the pictures or adding more as time goes on) also, if I just want this as a one time shot, should I just enter straight code and point it toward my image directory? Thanks! S
♥Vger Posted January 14, 2005 Posted January 14, 2005 includes/languages/english/index.php Just enter standard html code in amongst your text and that will work fine e.g. <img src="images/yourimage.gif" width=*** height=*** alt="**"> Vger
Sincraft Posted January 14, 2005 Author Posted January 14, 2005 Thanks Vger. Sometimes it's just nice to get 'confirmation' from the guru's :) I'm going to make mine clickable also. I am understanding PHP a bit better now, and am interested in learning a bit more so I can at least muttle through some things better. Don't think it will help much in the business sector for me, and I should be learning someting that will but, you never know hehe. :) Thanks. S
♥Vger Posted January 14, 2005 Posted January 14, 2005 The thing to remember is at the level of includes/languages/english/ most of the content of the pages is text and html, very little php involved - that's mostly handled at the root level file of the same name. Vger
Recommended Posts
Archived
This topic is now archived and is closed to further replies.