Kryptronic Software Support Forum

You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.

#1 02-27-2011 18:39:15

Cww2
Member
Registered: 08-15-2008
Posts: 127

how to add images into the php area of the splash page

Dose this need to be embedded or am I not linking back correctly?

<img src="c<img src="Ecom/media/colt150.jpg">

Offline

 

#2 02-27-2011 22:56:17

dh783
Member
From: Avondale, Arizona
Registered: 04-06-2005
Posts: 6233
Website

Re: how to add images into the php area of the splash page

First the line posted above has syntax errors, to many quotes left open and to many < open, and if your wanting it within the php tags you will either need to echo or print it, so it should look more like (between php tags)

Code:

print '<img id="optional" src="c/Ecom/Media/colt150.jpg" alt="optional_name" />';

this does not include any other html code to correctly place the image for display or control its height or width.

John

Offline

 

#3 02-28-2011 13:33:34

Cww2
Member
Registered: 08-15-2008
Posts: 127

Re: how to add images into the php area of the splash page

<img src="Ecom/media/colt150.jpg">

changed to:

still no image showing
just a  empty box


To clarify what I am looking to do is on the slash page in the html area is to add a table for a quick visual search of the products, The table is fine and the html code is all good but the photos with links,

Is there a good way to do this?

Thanks

Offline

 

#4 03-02-2011 12:03:49

larry
Member
Registered: 07-21-2003
Posts: 437

Re: how to add images into the php area of the splash page

If you are trying to pull images that you put in the product table (small, large, extra large), then they are located in
{your public directory}/media/ecom/prodsm

{your public directory}/media/ecom/prodlg

{your public directory}/media/ecom/prodxl



Category images are located in

{your public directory}/media/ecom/cat


Laurie Stephens




Offline

 

#5 03-04-2011 03:39:46

alexsmth114
Member
Registered: 02-26-2011
Posts: 6

Re: how to add images into the php area of the splash page

Really nice informative post, thanks for sharing!!..

Offline

 

Board footer