Results 1 to 10 of 10

Hybrid View

  1. #1
    Join Date
    Oct 2004
    Posts
    56
    Plugin Contributions
    0

    Default question about define_main_page

    I want to add an image to the define_main_page.

    I tried to add an image like this: <img src=http://www.antiques-expo.com/images/cheques.jpg>

    But check the site: www.antiques-expo.com

    you'll see that i doesn't show the image, it shows the link.

    Any idea of how to add an image there ?

  2. #2
    Join Date
    Feb 2008
    Posts
    1,336
    Plugin Contributions
    1

    Default Re: question about define_main_page

    The issue is the link format.

    This is the proper way
    HTML Code:
    <img src="http://www.antiques-expo.com/images/cheques.jpg" />

  3. #3
    Join Date
    Oct 2004
    Posts
    56
    Plugin Contributions
    0

    Default Re: question about define_main_page

    i did but is the same, take a look again on the site.

    www.antiques-expo.com

  4. #4
    Join Date
    Oct 2004
    Posts
    56
    Plugin Contributions
    0

    Default Re: question about define_main_page

    Please somebody help me with this matter. Thanks in advance

  5. #5
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    6,197
    Plugin Contributions
    0

    Default Re: question about define_main_page

    Try this:
    <img src="images/cheques.jpg">
    Make sure you have uploaded the cheques.jpg image to the images folder

  6. #6
    Join Date
    Oct 2006
    Location
    Alberta, Canada
    Posts
    4,571
    Plugin Contributions
    1

    Default Re: question about define_main_page

    The HTML output of your page shows the HTML characters are being written in ASCII. (i.e. < is & lt; and > is & gt; - in the forum a space is needed after the & else the ASCII will not display)

    How are adding the image? Are you inputting the HTML using the Text Editor within Zen Cart.

 

 

Similar Threads

  1. Question about upgrading
    By waterbender in forum Upgrading to 1.5.x
    Replies: 15
    Last Post: 25 Aug 2013, 06:36 PM
  2. question about buttons
    By kenny724 in forum General Questions
    Replies: 2
    Last Post: 9 Jun 2010, 10:24 PM
  3. Question about "define_main_page.php"
    By lioncity in forum General Questions
    Replies: 1
    Last Post: 23 Sep 2008, 05:00 AM
  4. question about PP
    By thecatinthetree in forum PayPal Express Checkout support
    Replies: 3
    Last Post: 6 Jun 2007, 07:13 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg