dares_uk Posted June 7, 2007 Posted June 7, 2007 ok, im tryin to add a image to the index.htm via file manager, do i use html or php ?? tried using this code, <center><img src="http:www.myname.co.uk/catalog/images/Novasmall.jpg"></center><br><br> didnt work though :-" :blush:
mattwa Posted June 7, 2007 Posted June 7, 2007 ok, im tryin to add a image to the index.htm via file manager,do i use html or php ?? tried using this code, didnt work though :-" :blush: Try <center><img src="images/Novasmall.jpg"></center><br><br>
shooter-boy Posted June 7, 2007 Posted June 7, 2007 or even http://www.myname... Doesn't really matter if you use PHP or HTML... php just outputs HTML anyway, it just helps you use variables for size etc. Rob Rob Bell - Inspired Graphix Customising osCommerce in Australia, and the world! View my profile for web and email links. I'm sorry, but i cannot offer Free support via PM etc, and osCommerce forums prohibit me from putting any reference to paid support in my signauture. However viewing my profile may provide links to my website or something like that which you may find useful.
♥FWR Media Posted June 7, 2007 Posted June 7, 2007 <center><img src="http:www.myname.co.uk/catalog/images/Novasmall.jpg"></center><br><br> Won't work because the url is http://www.myname.co.uk/catalog/images/Novasmall.jpg You should really use .. tep_image(DIR_WS_IMAGES . 'Novasmall.jpg', 'myimagename', 'width', 'height'); Obviously change myimagename, width, height. Ultimate SEO Urls 5 PRO - Multi Language Modern, Powerful SEO Urls KissMT Dynamic SEO Meta & Canonical Header Tags KissER Error Handling and Debugging KissIT Image Thumbnailer Security Pro - Querystring protection against hackers ( a KISS contribution ) If you found my post useful please click the "Like This" button to the right. Please only PM me for paid work.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.