X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   please help me Add images to news page (https://forum.x-cart.com/showthread.php?t=57934)

Friendly Fire Tees 02-06-2011 08:20 AM

please help me Add images to news page
 
Hi Im trying to add images to a static page where Im trying to show different packages we offer & put an image beside it... this is the page in question: http://friendlyfiretshirts.com/pages.php?pageid=9

Im not a code expert so I would need some details on how to go about it. Thanks!

cflsystems 02-06-2011 11:53 AM

Re: please help me Add images to news page
 
You don't need to code anything just edit the page in question from the backend of the store - static pages

Friendly Fire Tees 02-06-2011 12:20 PM

Re: please help me Add images to news page
 
ok...I know where to edit as I posted the link to the page Im editing... but what I don't know is how to go about adding an image next to each package...... could someone supply with detailed instructions? Thanks in advance :-)

cflsystems 02-06-2011 02:22 PM

Re: please help me Add images to news page
 
You need to know at least some basic html/css to be able to manipulate pages the way you want them to look

This is a great starting place
http://www.w3schools.com/html/html_images.asp

Friendly Fire Tees 02-06-2011 03:25 PM

Re: please help me Add images to news page
 
thanks a lot for that link... now I tried to add a gif I uploaded to common files/images but when I put the name of the image it doesnt show

<h2>Package 1</h2>
<img border="0" src="/images/freeshipping.gif" alt="testing" width="304" height="228" />

but the free shipping gif wont show up.
I copied this code from the link u gave me & filled it in.

cflsystems 02-06-2011 06:24 PM

Re: please help me Add images to news page
 
The path is incorrect. It will most likely be

src="skin/common_files/images/freeshipping.gif"


All times are GMT -8. The time now is 12:13 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.