Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How do I place an image in the "ProductsDescription"


trophy

Recommended Posts

Posted

After many hours of trying I have decided I need some help on this one.

I have an image I would like to place in the "products Description".

Is this possible and if so how do I go about it?

All help appreciated

Posted

Thank you for the speedy reply.

I am a bit puzzled.

this is what I have but no pic comes shows.

 

"boat<img src="images/boat_image.jpg" alt""> text text"

 

I have loaded an image "boat_image.jpg" into public_html / images.

Where have I gone wrong?

Posted

Thank you for the speedy reply.

I am a bit puzzled.

this is what I have but no pic comes shows.

 

"boat<img src="images/boat_image.jpg" alt""> text text"

 

I have loaded an image "boat_image.jpg" into public_html / images.

Where have I gone wrong?

http://www.YOUR_DOMAIN.co.nz/images/boat_image.jpg

Produces:

 

ERROR 404 - PAGE NOT FOUND

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 >

Posted

Jimm,

that is because I was using boat as an example.

I am actually trying to load

Blade_diam.gif

thanks for your input

Posted

Germ,

that is because I was using boat as an example.

I am actually trying to load

Blade_diam.gif

thanks for your input

So what does the HTML source look like for the description?

:unsure:

 

I know your URL I just don't know what product it is.

:'(

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 >

Posted

Jim code is as below.

I assume I would see the image in preview?

 

<blockquote>

<UL>

<strong>Wiha </strong>Slotted Precision Screwdriver<P>

 

Item No: WI 260-20<BR>

Tip Style: Slotted<BR>

Blade Width: 2.0mm<BR>

Blade thickness: .40mm<BR>

Shaft diam: 2.0mm<BR>

Shaft Length: 40mm<BR>

Overall Length: 120mm<P>

 

 

* Exact Fit Precision Machined Tips<BR>

* Wiha Exclusive CRM-72 Special Tool Steel<BR>

* Satin Micron Vapor Chromed Finish<BR>

* Super Through Hardened Blades<BR>

* Handles Proportioned to Blade Size for optimum torque<BR>

* Free Turning Precision Finger Control Cap<BR>

* Molded on handle for permanent bond to blade<BR>

* Guaranteed Wiha Quality - Made In Germany<BR>

<P>

 

<img src="public_html/images/Blade_diam.gif" alt""><BR>

<BR>

<P><P>

Posted

<img src="public_html/images/Blade_diam.gif" alt"">

needs to be:

 

<img src="images/Blade_diam.gif" alt"">

Not that it will help much as none of that shows in the description.

>_<

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 >

Posted

you are right it still does not appear within the description.

So do I assume that a pic within the description is not possible?

Posted

you are right it still does not appear within the description.

So do I assume that a pic within the description is not possible?

I don't know why you can't.

 

It's just HTML.

 

It might not show in the preview in the Admin 'cuz the path to it (looking from the admin side) might not be correct.

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 >

Posted

Well I'll be.

It does not show in preview. but it does work only when the description was updated to the webb site.

Thank once again Jim you have been my knight in shining armour.

Archived

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

×
×
  • Create New...