Jump to content

Adding A Picture Like Adding A New Box


Guest

Recommended Posts

I'm trying to add a picture to my cart using this following code:

<div class=â€ÂboxTitleRightâ€Â></div>

<div class=â€ÂboxContentRightâ€Â>

<div style=â€Âtext-align: centerâ€Â>

<a href="url"><img src="http://www.cdmultiservices.co.uk/Shop_Display_Pictures.html" alt="true utility.jpg" /></a>

</div>

</div>

<div class="boxFootRight">&nbsp;</div>

I dropped this code in between the boxes in the location of myskin/StyleTemplates/Global/index.tpl

Now the the location I want the picture is right but the picture is not displaying, it just shows an x box where it supposed to be.

The box Title part of the code I've left blank because I only want the picture with no text above it.

I'm doing something wrong, and I'm sure its to do where the actual location of my jpg picture is. I've uploaded it on a webpage and I'm trying to get the location from there, as would of thought this would of been easier to do. So obviously something is missing in this script somewhere, so could someone please put me in the right direction if you can please.

Link to comment
Share on other sites

I'm trying to add a picture to my cart using this following code:

<div class=â€ÂboxTitleRightâ€Â></div>

<div class=â€ÂboxContentRightâ€Â>

<div style=â€Âtext-align: centerâ€Â>

<a href="url"><img src="http://www.cdmultiservices.co.uk/Shop_Display_Pictures.html" alt="true utility.jpg" /></a>

</div>

</div>

<div class="boxFootRight">&nbsp;</div>

I dropped this code in between the boxes in the location of myskin/StyleTemplates/Global/index.tpl

Now the the location I want the picture is right but the picture is not displaying, it just shows an x box where it supposed to be.

The box Title part of the code I've left blank because I only want the picture with no text above it.

I'm doing something wrong, and I'm sure its to do where the actual location of my jpg picture is. I've uploaded it on a webpage and I'm trying to get the location from there, as would of thought this would of been easier to do. So obviously something is missing in this script somewhere, so could someone please put me in the right direction if you can please.

Hi

Ummm try doing this instead.

<a href="your_url"><img height="415" width="415" alt="" src="/images/uploads/TitanGrn_categ415.jpg"/></a>

The image must be sitting on your domain so you need to give it the exact address in this instance its my images/uploads folder.

hope that helps.

Cheers

Andrea :wacko:

Link to comment
Share on other sites

I'm trying to add a picture to my cart using this following code:

<div class=â€ÂboxTitleRightâ€Â></div>

<div class=â€ÂboxContentRightâ€Â>

<div style=â€Âtext-align: centerâ€Â>

<a href="url"><img src="http://www.cdmultiservices.co.uk/Shop_Display_Pictures.html" alt="true utility.jpg" /></a>

</div>

</div>

<div class="boxFootRight">&nbsp;</div>

I dropped this code in between the boxes in the location of myskin/StyleTemplates/Global/index.tpl

Now the the location I want the picture is right but the picture is not displaying, it just shows an x box where it supposed to be.

The box Title part of the code I've left blank because I only want the picture with no text above it.

I'm doing something wrong, and I'm sure its to do where the actual location of my jpg picture is. I've uploaded it on a webpage and I'm trying to get the location from there, as would of thought this would of been easier to do. So obviously something is missing in this script somewhere, so could someone please put me in the right direction if you can please.

Hi

Ummm try doing this instead.

<a href="your_url"><img height="415" width="415" alt="" src="/images/uploads/TitanGrn_categ415.jpg"/></a>

The image must be sitting on your domain so you need to give it the exact address in this instance its my images/uploads folder.

hope that helps.

Cheers

Andrea :wacko:

Thankyou very much it worked a treat.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...