giellacustoms Posted October 14, 2007 Share Posted October 14, 2007 I just want to be able to show a picture on my products page from my /images folder. Now I have tried [/img] and it doesnt work, so can someone give em the code toware it will look to my server and then display the image, THANK YOU!!! Link to comment Share on other sites More sharing options...
germ Posted October 14, 2007 Share Posted October 14, 2007 HTML: <img src="images/IMAGE NAME HERE" border="0" alt="TEXT ON MOUSEOVER" title="TEXT ON MOUSEOVER" width="IMAGE WIDTH HERE" height="IMAGE HEIGHT HERE"> PHP: <?php echo tep_image(DIR_WS_IMAGES . 'IMAGE NAME HERE', 'TEXT ON MOUSEOVER'); ?> Just replace the items in RED to fit your needs... ;) If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
giellacustoms Posted October 14, 2007 Author Share Posted October 14, 2007 ok it worked, now what would I insert or type differently toware the picture would stay onthe right side, but not bother the text to the left in any way? this is what i used <img src="images/ccfl_blue_glow.jpg" border="0" alt="12inch CCFL Blue" title="12inch CCFL Blue" width="200" height="200"> And this is what page I am doing it too http://giellacustoms.com/product_info.php?products_id=31 Link to comment Share on other sites More sharing options...
germ Posted October 14, 2007 Share Posted October 14, 2007 Please copy/paste the contents of the file you altered into this post, put it between "CODE" tags, and I'll assist in the modification you desire. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
giellacustoms Posted December 14, 2007 Author Share Posted December 14, 2007 OK I am typing the following in <img src="images/100_6457" border="0" alt="TEXT ON MOUSEOVER" title="TEXT ON MOUSEOVER" width="100" height="100"> and nothing is working, i keep getting an X....The file is in the correct location, what am I doing wrong still? Link to comment Share on other sites More sharing options...
germ Posted December 14, 2007 Share Posted December 14, 2007 images/100_6457 is not a valid image file name. Needs to be .jpg, .gif, .png, etc. If I suggest you edit any file(s) make a backup first - I'm not perfect and neither are you. "Given enough impetus a parallelogramatically shaped projectile can egress a circular orifice." - Me - "Headers already sent" - The definitive help "Cannot redeclare ..." - How to find/fix it SSL Implementation Help Like this post? "Like" it again over there > Link to comment Share on other sites More sharing options...
giellacustoms Posted December 14, 2007 Author Share Posted December 14, 2007 images/100_6457 is not a valid image file name. Needs to be .jpg, .gif, .png, etc. ok thanks!!! Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.