Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

adding img or a image tag


giellacustoms

Recommended Posts

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

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

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

  • 1 month later...

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...