Thread: image uploading

Results 1 to 7 of 7
  1. #1
    Join Date
    Dec 2009
    Posts
    12
    Plugin Contributions
    0

    Default image uploading

    Helo everyone,
    sorry for this stupid question but iam so new to this that i need help!!
    I am trying to add an image in my define page editor, when i press insert image it asks me for a url , i have created an image folder in my ftp package but dont know how to find it in the url box in page editor
    any ideas please!!
    Thanks Jason:

  2. #2
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: image uploading

    Zencart will create a <base href> in the header, so all you need do is:

    <img src="images/abcde.jpg">

    (Assuming you have the image in the main images folder and it is called abcde.jpg)
    20 years a Zencart User

  3. #3
    Join Date
    Dec 2009
    Posts
    12
    Plugin Contributions
    0

    Default Re: image uploading

    Hi
    i created my own image folder,
    could you tell me in laymans terms cos i really am struggling and iam usinf the define page editer within zen
    Cheers

  4. #4
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: image uploading

    Quote Originally Posted by schoolboy View Post
    Zencart will create a <base href> in the header, so all you need do is:

    <img src="images/abcde.jpg">

    (Assuming you have the image in the main images folder and it is called abcde.jpg)
    I can't get more "layman" than this...

    You need a very basic understanding of HTML if you want to manage your content in the way you are proposing. The <img src="images/abcde.jpg"> is very basic html...

    Try putting this in to the input field for the "Insert Image" feature:

    images/abcde.jpg

    ... and make sure the image is in the main images folder (you will have to FTP the image to that folder.
    20 years a Zencart User

  5. #5
    Join Date
    Dec 2009
    Posts
    12
    Plugin Contributions
    0

    Default Re: image uploading

    comes up with this error message, where am i going wrong

    Not Found
    The requested URL /editors/htmlarea/popups/<img src="images/mainpic.jpg"> was not found on this server.

    Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

  6. #6
    Join Date
    Jun 2005
    Location
    Cumbria, UK
    Posts
    10,266
    Plugin Contributions
    3

    Default Re: image uploading

    You could insert an ABSOLUTE url, rather than the RELATIVE url, but this can have issues down the line with things like SSL and Secure Page warnings.

    http://www.yourwebsite.com/images/mainpic.jpg

    I would just TOGGLE (the <> symbol on the menu) to HTML code and (as I said earlier) strip in

    <img src="images/mainpic.jpg">

    where you want it to show.

    www.w3schools.com have good html tutorials.
    20 years a Zencart User

  7. #7
    Join Date
    Dec 2009
    Posts
    12
    Plugin Contributions
    0

    Default Re: image uploading

    Thanks for the advice all sorted !! cheers

 

 

Similar Threads

  1. Question on uploading a image.
    By wmorris in forum General Questions
    Replies: 3
    Last Post: 21 Nov 2009, 11:36 PM
  2. Image Uploading
    By blackwolf in forum General Questions
    Replies: 0
    Last Post: 19 Nov 2009, 09:00 AM
  3. Query on Image Uploading
    By ben harry in forum Setting Up Categories, Products, Attributes
    Replies: 2
    Last Post: 22 Sep 2007, 01:16 AM
  4. Uploading customers image
    By paws4pets in forum Setting Up Categories, Products, Attributes
    Replies: 0
    Last Post: 4 Aug 2007, 02:08 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