spunkurmonkey Posted December 11, 2007 Posted December 11, 2007 i want to put an image on my front page how do i do it
photofxplus Posted December 11, 2007 Posted December 11, 2007 There is a number of ways - depends on where you want to put it. You can enter the path to the image in html on page: catalog/includes/languages/english/index.php This will put the image in the body. Or you can add the image to the header or footer file.. It depends on where you want to put the image. Lloyd
spunkurmonkey Posted December 12, 2007 Author Posted December 12, 2007 i want to put an image on my front page how do i do it im finding this abit hard...where abouts can i find the html page
Guest Posted December 12, 2007 Posted December 12, 2007 im finding this abit hard...where abouts can i find the html page There is not an html page. The html is inside the php page.
photofxplus Posted December 12, 2007 Posted December 12, 2007 Try this, go to this page: catalog/includes/languages/english/index.php Then find this line of code: define('TEXT_MAIN', ' You will probably see a lot of text after the line above. This is the text that displays on your home page. You can edit this text. To insert an image just insert the html here. Such as.. define('TEXT_MAIN', 'Here is my picture<br><img src="filepath/to/picture">'; Lloyd
spunkurmonkey Posted December 12, 2007 Author Posted December 12, 2007 Try this, go to this page:catalog/includes/languages/english/index.php Then find this line of code: define('TEXT_MAIN', ' You will probably see a lot of text after the line above. This is the text that displays on your home page. You can edit this text. To insert an image just insert the html here. Such as.. define('TEXT_MAIN', 'Here is my picture<br><img src="filepath/to/picture">'; THANKS FOR YOUR HELP BUT WHERE IS THE PAGE CATALOG/INCLUDES/LANGUAGES/INDEX.PHP..WOULD THAT BE IN A FILE IN MY DOCUMENTS
Guest Posted December 12, 2007 Posted December 12, 2007 THANKS FOR YOUR HELP BUT WHERE IS THE PAGE CATALOG/INCLUDES/LANGUAGES/INDEX.PHP..WOULD THAT BE IN A FILE IN MY DOCUMENTS Only if you ftped it from where you installed osc and put it in my documents You should ftp your entire site to your pc so that you can work on it, keep a backup, and ftp the changed files back to the web..
spunkurmonkey Posted December 12, 2007 Author Posted December 12, 2007 Only if you ftped it from where you installed osc and put it in my documents You should ftp your entire site to your pc so that you can work on it, keep a backup, and ftp the changed files back to the web.. what i done was download it and when it says save file i put it in my documents..i've just got smart FTP im trying to understand this as you can tell im finding this hard so far...so why cant u not just download images strightfrom ur computer insted of all changing files
Guest Posted December 12, 2007 Posted December 12, 2007 what i done was download it and when it says save file i put it in my documents..i've just got smart FTP im trying to understand this as you can tell im finding this hard so far...so why cant u not just download images strightfrom ur computer insted of all changing files Now I don't understand: download is from the web to your pc upload is from your pc to the web. If you are uploading images, that is ok. If the images are associated with a product, you need to upload from where you insert the product in admin so the db knows what goes with what.
reformedman Posted December 12, 2007 Posted December 12, 2007 Most miscommunications can be resolved quicker when both sides agree not to use the word "it". Explain everything and don't assume that we know what "it" is. man of a reformed faith.
chipshot Posted December 12, 2007 Posted December 12, 2007 It seems like your quite overwhelmed by how to edit your website, I would suggest you do a little research into terms such as ftp, the difference of php and html, get familiar with the mapping of your catalog files, read the docs! Learn the forum rules: 1. Postings should be made in the appropriate forum channel and should have a descriptive subject line. Topics with subject lines such as "HELP!!!" or "It doesn't work" will generally be ignored by community members who may otherwise be able to assist. 2. Cross-Posting, or posting the same content in multiple forum channels, is not allowed. If you have accidentally posted in the wrong forum channel please send a request to a forum moderator to move it to the appropriate channel. 3. USE OF UPPERCASE IS LIKE SHOUTING, WE DON'T APPRECIATE THAT! for more on the rules go here good luck!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.